ex-nokia/sysdefs/system_model_os.xml
author Simon Howkins <simonh@symbian.org>
Fri, 07 Aug 2009 11:47:33 +0100
changeset 141 d5e25758f840
parent 50 87f2aa577254
permissions -rw-r--r--
Sorted packages into order in the app layer.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     5
  name CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     8
 <!ELEMENT layer (block* | collection*)*>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     9
 <!ATTLIST layer
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    10
  name CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    11
  levels NMTOKENS #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    12
  span CDATA #IMPLIED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    13
 <!ELEMENT block (subblock* | collection*)*>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    14
 <!ATTLIST block
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    15
  levels NMTOKENS #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    16
  span CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    17
  level NMTOKEN #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    18
  name CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    19
 <!ELEMENT subblock (collection)*>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    20
 <!ATTLIST subblock name CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    21
 <!ELEMENT collection (component)*>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    22
 <!ATTLIST collection
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    23
  name CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    24
  level NMTOKEN #IMPLIED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    25
 <!ELEMENT component (unit)*>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    26
 <!ATTLIST component
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    27
  name CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    28
  deprecated CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    29
  introduced CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    30
  contract CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    31
  plugin (Y|N) "N"
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    32
  filter CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    33
  class NMTOKENS #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    34
  supports CDATA #IMPLIED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    35
 <!ELEMENT unit EMPTY>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    36
 <!ATTLIST unit
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    37
  mrp CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    38
  filter CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    39
  bldFile CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    40
  root CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    41
  version NMTOKEN #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    42
  prebuilt NMTOKEN #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    43
  late (Y|N) #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    44
  priority CDATA #IMPLIED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    45
 <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    46
 <!ATTLIST SystemBuild schema CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    47
 <!ELEMENT list (ref+)>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    48
 <!ATTLIST list
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    49
  name ID #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    50
  description CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    51
 <!ELEMENT ref EMPTY>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    52
 <!ATTLIST ref item CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    53
 <!ELEMENT targetList EMPTY>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    54
 <!ATTLIST targetList
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    55
  name ID #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    56
  description CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    57
  target IDREFS #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    58
 <!ELEMENT target EMPTY>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    59
 <!ATTLIST target
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    60
  name ID #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    61
  abldTarget CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    62
  description CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    63
 <!ELEMENT option EMPTY>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    64
 <!ATTLIST option
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    65
  name ID #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    66
  abldOption CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    67
  description CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    68
  enable (Y | N ) #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    69
 <!ELEMENT configuration (listRef+ | ref+ | task+)*>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    70
 <!ATTLIST configuration
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    71
  name ID #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    72
  description CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    73
  filter CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    74
 <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    75
 <!ELEMENT listRef EMPTY>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    76
 <!ATTLIST listRef list CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    77
 <!ELEMENT buildLayer EMPTY>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    78
 <!ATTLIST buildLayer
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    79
  command CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    80
  targetList IDREFS #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    81
  unitParallel (Y | N ) #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    82
  targetParallel (Y | N ) "N">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    83
 <!ELEMENT specialInstructions EMPTY>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    84
 <!ATTLIST specialInstructions
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    85
  name CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    86
  cwd CDATA #REQUIRED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    87
  root CDATA #IMPLIED
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    88
  command CDATA #REQUIRED>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    89
]>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    90
<SystemDefinition name="MCL" schema="2.0.0">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    91
  <systemModel>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    92
    <layer name="Tools and Utils and SDKENG" levels="SDK tools test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    93
      <collection name="Build System Tools" level="tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    94
        <component name="BUILDSYSTEMTOOLS">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
    95
          <unit bldFile="os\buildtools\bldsystemtools\buildsystemtools\group" mrp="os\buildtools\bldsystemtools\buildsystemtools\group\tools_build.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    96
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    97
        <component name="GT Techview Baseline">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
    98
          <unit mrp="os\buildtools\packaging\additionalutils\gt_techview_baseline.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    99
          <!-- DEF087736 This is needed for generating export tables but shouldn't appear otherwise it is included in techview and gt
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   100
		     <package name="gt_only_baseline" mrp="os/buildtools/packaging/additionalutils/gt_only_baseline.mrp"/> -->
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   101
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   102
        <component name="Cedar Utils">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   103
          <unit mrp="os\deviceplatformrelease\symbianosbld\cedarutils\tools_utils_cedar.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   104
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   105
        <component name="Common Utils">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   106
          <unit mrp="os\buildtools\bldsystemtools\commonbldutils\tools_utils_common.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   107
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   108
        <component name="Additional Utils">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   109
          <unit mrp="os\buildtools\packaging\additionalutils\additional_unknown_cedar.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   110
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   111
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   112
      <collection name="Tools and Utils" level="tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   113
        <component name="CTS Functionality Checkers">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   114
          <unit mrp="os\buildtools\toolsandutils\ctsfunctionalitycheckers\Group\testtools_cts_functionalitycheckers.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   115
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   116
        <component name="BURTESTSERVER">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   117
          <unit bldFile="os\buildtools\toolsandutils\burtestserver\Group" mrp="os\buildtools\toolsandutils\burtestserver\Group\testtools_burtestserver.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   118
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   119
        <component name="CBRTOOLS" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   120
          <unit bldFile="os\buildtools\toolsandutils\cbrtools\group" mrp="os\buildtools\toolsandutils\cbrtools\group\tools_cbr_tools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   121
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   122
        <component name="CBRPRF">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   123
          <unit bldFile="os\buildtools\toolsandutils\prf\group" mrp="os\buildtools\toolsandutils\prf\group\tools_cbr_prf.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   124
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   125
        <component name="CDB">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   126
          <unit bldFile="os\buildtools\toolsandutils\cdb\group" mrp="os\buildtools\toolsandutils\cdb\group\testtools_cdb.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   127
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   128
        <component name="CHATSCRIPTS">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   129
          <unit bldFile="mw\remoteconn\connectivitypcside\chatscripts\group" mrp="mw\remoteconn\connectivitypcside\chatscripts\group\testtools_chatscripts.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   130
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   131
        <component name="DEPCHECK">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   132
          <unit bldFile="os\buildtools\binanamdw_os\depcheck" mrp="os\buildtools\binanamdw_os\depcheck\tools_depcheck.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   133
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   134
        <component name="E32 Tools" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   135
          <unit bldFile="os\buildtools\toolsandutils\e32tools\group" mrp="os\buildtools\toolsandutils\e32tools\group\tools_e32tools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   136
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   137
        <component name="E32 Perl Tools" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   138
          <unit mrp="os\buildtools\sbsv1_os\e32toolp\group\tools_e32toolp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   139
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   140
        <component name="EVALID">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   141
          <unit bldFile="os\buildtools\bintools_os\evalid" mrp="os\buildtools\bintools_os\evalid\tools_evalid.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   142
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   143
        <component name="KITCOMPARATOR">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   144
          <unit bldFile="os\buildtools\toolsandutils\kitcomparator\group" mrp="os\buildtools\toolsandutils\kitcomparator\group\testtools_cts_kitcomparator.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   145
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   146
        <component name="LEAVESCAN">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   147
          <unit bldFile="os\buildtools\srcanamdw_os\leavescan\group" mrp="os\buildtools\srcanamdw_os\leavescan\group\testtools_leavescan.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   148
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   149
        <component name="PROGRAMCHECKER">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   150
          <unit bldFile="os\buildtools\srcanamdw_os\programchecker\group" mrp="os\buildtools\srcanamdw_os\programchecker\group\testtools_programchecker.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   151
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   152
        <component name="RCOMP">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   153
          <unit bldFile="os\buildtools\bintools_os\rcomp\group" mrp="os\buildtools\bintools_os\rcomp\group\tools_rcomp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   154
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   155
        <component name="Redistribution" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   156
          <unit bldFile="os\buildtools\perltoolsplat_os\redistribution" mrp="os\buildtools\perltoolsplat_os\redistribution\tools_redistribution_common.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   157
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   158
        <component name="WinC Redistribution">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   159
          <unit mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_winc.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   160
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   161
        <component name="Additional Redistribution">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   162
          <unit mrp="os\buildtools\perltoolsplat_os\redistribution\additional_tools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   163
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   164
        <component name="RESOURCE_HANDLER" contract="Symbian_Affiliate">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   165
          <unit mrp="app\techview\testapps\rschandler\TVResourceHandler\group\Testtools_ResourceHandler_gt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   166
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   167
        <component name="ROMKIT_EKA2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   168
          <unit bldFile="os\buildtools\imgtools_os\romkiteka2\group" mrp="os\buildtools\imgtools_os\romkiteka2\group\tools_romkit.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   169
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   170
        <component name="MIGRATIONTOOL">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   171
          <unit bldFile="os\buildtools\srcanamdw_os\migrationtool\group" mrp="os\buildtools\srcanamdw_os\migrationtool\group\testtools_migrationtool.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   172
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   173
        <component name="TESTDRIVER">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   174
          <unit bldFile="os\buildtools\toolsandutils\testdriver\Group" mrp="os\buildtools\toolsandutils\testdriver\Group\testtools_testdriver.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   175
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   176
        <component name="S60 Compatibility Headers" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   177
          <unit version="9.4" bldFile="os\ossrv\genericservices\s60compatibilityheaders\group94" mrp="os\ossrv\genericservices\s60compatibilityheaders\group94\tools_s60_header_compat94.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   178
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   179
        <component name="SMOKETEST" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   180
          <unit bldFile="app\techview\buildverification\smoketest\Group" mrp="app\techview\buildverification\smoketest\Group\testtools_smoketest.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   181
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   182
        <component name="Stat API" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   183
          <unit bldFile="os\buildtools\toolsandutils\statapi\source\statapi\console" mrp="os\buildtools\toolsandutils\statapi\group\testtools_stat_device_gt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   184
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   185
        <component name="Stat Source" contract="Symbian_Affiliate" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   186
          <unit mrp="os\buildtools\toolsandutils\statsource\group\testtools_stat_common_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   187
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   188
        <component name="STAT_DESKTOP" contract="Symbian_Affiliate" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   189
          <unit bldFile="os\buildtools\toolsandutils\statdesktop\group" mrp="os\buildtools\toolsandutils\statdesktop\group\testtools_stat_desktop.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   190
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   191
        <component name="Bluetooth Logging Engine" introduced="9.2" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   192
          <unit bldFile="os\shortlinksrv\bluetooth\btlogger\group" mrp="os\shortlinksrv\bluetooth\btlogger\group\bluetooth_logger.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   193
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   194
        <component name="TESTEXECUTE">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   195
          <unit bldFile="os\osrndtools\testexecfw1\testexecute\Group" mrp="os\osrndtools\testexecfw1\testexecute\Group\tools_testexecute.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   196
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   197
        <component name="Test Tools Desktop" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   198
          <unit bldFile="os\buildtools\toolsandutils\testtoolsdesktop\group" mrp="os\buildtools\toolsandutils\testtoolsdesktop\group\testtools_desktop.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   199
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   200
        <component name="Wintunnel">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   201
          <unit mrp="os\buildtools\toolsandutils\wintunnel\group\testtools_WinTunnel_srconly.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   202
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   203
        <component name="Use Case Controller">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   204
          <unit bldFile="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group" mrp="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group\testtools_ucc.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   205
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   206
        <component name="CINIDATA">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   207
          <unit bldFile="os\osrndtools\testexecfw1\cinidata" mrp="os\osrndtools\testexecfw1\cinidata\tools_cinidata.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   208
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   209
        <component name="AUTOTEST">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   210
          <unit bldFile="os\buildtools\toolsandutils\autotest\group" mrp="os\buildtools\toolsandutils\autotest\group\tools_autotest.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   211
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   212
        <component name="TESTCONFIGFILEPARSER">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   213
          <unit bldFile="os\buildtools\toolsandutils\testconfigfileparser\group" mrp="os\buildtools\toolsandutils\testconfigfileparser\group\tools_testconfigfileparser.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   214
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   215
        <component name="KITSETUPAPP" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   216
          <unit mrp="os\buildtools\toolsandutils\kitsetupapp\group\tools_devkits_kitsetupapp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   217
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   218
        <component name="NAVIGATION_PAGES">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   219
          <unit mrp="os\buildtools\toolsandutils\navigationpages\tools_sdk_eng_NavigationPages.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   220
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   221
        <component name="PRODUCTINSTALLER" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   222
          <unit bldFile="os\buildtools\toolsandutils\productinstaller\group" mrp="os\buildtools\toolsandutils\productinstaller\group\tools_custkits_productinstaller.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   223
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   224
        <component name="REDISTRIBUTION_WINC_EKA2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   225
          <unit bldFile="os\buildtools\dist_os\redistributionwinceka2" mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_cedar.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   226
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   227
        <component name="MakeKeys" filter="gt" introduced="6.0" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   228
          <unit bldFile="mw\appinstall\secureswitools\makekeys\group" mrp="mw\appinstall\secureswitools\makekeys\group\security_makekeys.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   229
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   230
        <component name="CAPTOOLS">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   231
          <unit bldFile="os\buildtools\binanamdw_os\captools\group" mrp="os\buildtools\binanamdw_os\captools\group\testtools_captools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   232
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   233
        <component name="Packet Loopback CSY" introduced="8.1" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   234
          <unit bldFile="os\commsfw\serialserver\packetloopbackcsy\group" mrp="os\commsfw\serialserver\packetloopbackcsy\group\PacketLoopbackCSY.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   235
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   236
        <component name="UTRACE" introduced="9.3" deprecated="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   237
          <unit bldFile="os\persistentdata\traceservices\utrace\group" mrp="os\persistentdata\traceservices\utrace\group\testtools_utrace_api.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   238
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   239
        <component name="STLPORT">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   240
          <unit bldFile="os\buildtools\toolsandutils\stlport\group" mrp="os\buildtools\toolsandutils\stlport\group\tools_stlport.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   241
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   242
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   243
      <collection name="Developer Library" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   244
        <component name="Developer Library Tools" class="placeholder">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   245
          <!-- placeholder for  mrp="os/buildtools/devlib/devlibhelp/tools/developerlibrary_tools.mrp" -->
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   246
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   247
        <component name="Developer Library Help">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   248
          <unit version="9.4" bldFile="os\buildtools\devlib\devlibhelp\group\devlib94" mrp="os\buildtools\devlib\devlibhelp\group\devlib94\developerlibrary_doc_html.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   249
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   250
        <component name="Developer Library Source" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   251
          <unit bldFile="os\buildtools\devlib\devlibhelp\securitysupplement\doc_source" mrp="os\buildtools\devlib\devlibhelp\developerlibrary_doc_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   252
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   253
        <component name="Developer Library HTML">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   254
          <unit mrp="os\buildtools\devlib\devlibhelp\group\shared\developerlibrary_doc_plain_html.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   255
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   256
        <!-- lots of subsystem documentation packages -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   257
        <component name="Application Engines Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   258
          <unit mrp="app\organizer\pimappservices\appenginesdocs\app-engines_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   259
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   260
        <component name="UI Frameworks Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   261
          <unit mrp="mw\classicui\commonuisupport\uifwsdocs\app-framework_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   262
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   263
        <component name="Application Services Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   264
          <unit mrp="mw\appsupport\commonappservices\appservicesdocs\app-services_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   265
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   266
        <component name="Base Documentation">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   267
          <unit mrp="os\kernelhwsrv\userlibandfileserver\basedocs\base_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   268
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   269
        <component name="Bluetooth Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   270
          <unit mrp="os\shortlinksrv\bluetooth\btdocs\bluetooth_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   271
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   272
        <component name="Comms Infrastructure Documentation" introduced="7.0" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   273
          <unit mrp="os\commsfw\commsfw_info\commsinfrastructuredocs\comms-infras_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   274
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   275
        <component name="Graphics Documentation" contract="Symbian_Affiliate" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   276
          <unit mrp="os\graphics\graphics_info\graphicsdocs\graphics_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   277
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   278
        <component name="Multimedia Documentation">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   279
          <unit mrp="os\mm\mm_info\mmdocs\multimedia_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   280
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   281
        <component name="Networking Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   282
          <unit mrp="os\networkingsrv\networkingsrv_info\networkingdocs\networking_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   283
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   284
        <component name="Security Documentation">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   285
          <unit mrp="os\security\cryptomgmtlibs\securitydocs\security_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   286
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   287
        <component name="Shortlink Documentation">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   288
          <unit mrp="os\commsfw\serialserver\c32serialserverdocs\ser-comms_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   289
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   290
        <component name="Syslibs Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   291
          <unit mrp="os\ossrv\genericservices\syslibsdocs\syslibs_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   292
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   293
        <component name="System Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   294
          <unit mrp="os\deviceplatformrelease\foundation_system\systemdocs\group\system.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   295
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   296
        <component name="Telephony Confidential Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   297
          <unit mrp="os\cellularsrv\cellularsrv_info\telephonyconfidentialdocs\telephony_confidential.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   298
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   299
        <component name="Telephony Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   300
          <unit mrp="os\cellularsrv\cellularsrv_info\telephonydocs\telephony_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   301
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   302
        <component name="Tools Documentation">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   303
          <unit mrp="os\buildtools\devlib\toolsdocs\tools_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   304
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   305
        <component name="USB Class and Manager Documentation" class="doc">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   306
          <unit mrp="os\shortlinksrv\usbmgmt\usbclassandmgrdocs\usb_documentation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   307
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   308
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   309
      <collection name="SDKENG" level="SDK">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   310
        <component name="RUNPERL" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   311
          <unit bldFile="os\buildtools\misccomponents\runperl\group" mrp="os\buildtools\misccomponents\runperl\group\tools_sdk_eng_runperl.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   312
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   313
        <component name="BUILD-TOOLS" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   314
          <unit bldFile="os\buildtools\sbsv1_os\bldtools\group" mrp="os\buildtools\sbsv1_os\bldtools\group\tools_sdk_eng_build-tools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   315
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   316
        <component name="JAVALIBRARY" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   317
          <unit bldFile="os\buildtools\javatoolsplat\javalib\group" mrp="os\buildtools\javatoolsplat\javalib\group\tools_sdk_eng_javalibrary.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   318
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   319
        <component name="ASSERTION" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   320
          <unit bldFile="os\buildtools\misccomponents\assertion\group" mrp="os\buildtools\misccomponents\assertion\group\tools_sdk_eng_assertion.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   321
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   322
        <component name="ENUM" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   323
          <unit bldFile="os\buildtools\misccomponents\enum\group" mrp="os\buildtools\misccomponents\enum\group\tools_sdk_eng_enum.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   324
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   325
        <component name="LOGGER" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   326
          <unit bldFile="os\buildtools\misccomponents\logger\group" mrp="os\buildtools\misccomponents\logger\group\tools_sdk_eng_logger.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   327
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   328
        <component name="FILESYS" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   329
          <unit bldFile="os\buildtools\misccomponents\filesys\group" mrp="os\buildtools\misccomponents\filesys\group\tools_sdk_eng_filesys.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   330
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   331
        <component name="ENVVAR" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   332
          <unit bldFile="os\buildtools\misccomponents\envvar\group" mrp="os\buildtools\misccomponents\envvar\group\tools_sdk_eng_envvar.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   333
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   334
        <component name="INSTALLUTILS" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   335
          <unit bldFile="os\buildtools\misccomponents\installutils\group" mrp="os\buildtools\misccomponents\installutils\group\tools_sdk_eng_installutils.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   336
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   337
        <component name="MNEMONICFIX" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   338
          <unit bldFile="os\buildtools\misccomponents\mnemonicfix\group" mrp="os\buildtools\misccomponents\mnemonicfix\group\tools_sdk_eng_mnemonicfix.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   339
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   340
        <component name="PATHBROWSER" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   341
          <unit bldFile="os\buildtools\misccomponents\pathbrowser\group" mrp="os\buildtools\misccomponents\pathbrowser\group\tools_sdk_eng_pathbrowser.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   342
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   343
        <component name="SHELLEXEC" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   344
          <unit bldFile="os\buildtools\misccomponents\shellexec\group" mrp="os\buildtools\misccomponents\shellexec\group\tools_sdk_eng_shellexec.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   345
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   346
        <component name="SWINGWORKER" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   347
          <unit bldFile="os\buildtools\misccomponents\swingworker\group" mrp="os\buildtools\misccomponents\swingworker\group\tools_sdk_eng_swingworker.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   348
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   349
        <component name="TESTCASERUNNER" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   350
          <unit bldFile="os\buildtools\misccomponents\testcaserunner\group" mrp="os\buildtools\misccomponents\testcaserunner\group\tools_sdk_eng_testcaserunner.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   351
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   352
        <component name="TOOLBARPANEL" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   353
          <unit bldFile="os\buildtools\misccomponents\toolbarpanel\group" mrp="os\buildtools\misccomponents\toolbarpanel\group\tools_sdk_eng_toolbarpanel.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   354
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   355
        <component name="JAVAHELP" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   356
          <unit bldFile="os\buildtools\misccomponents\javahelp\group" mrp="os\buildtools\misccomponents\javahelp\group\tools_sdk_eng_javahelp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   357
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   358
        <component name="LANGCONFIG" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   359
          <unit bldFile="os\buildtools\misccomponents\langconfig\group" mrp="os\buildtools\misccomponents\langconfig\group\tools_sdk_eng_langconfig.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   360
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   361
        <component name="MBMCODEC" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   362
          <unit bldFile="app\helps\symhelp\mbmcodec\group" mrp="app\helps\symhelp\mbmcodec\group\tools_sdk_eng_mbmcodec.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   363
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   364
        <component name="SDKINFO" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   365
          <unit bldFile="os\buildtools\misccomponents\sdkinfo\group" mrp="os\buildtools\misccomponents\sdkinfo\group\tools_sdk_eng_sdkinfo.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   366
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   367
        <component name="JADE" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   368
          <unit bldFile="os\buildtools\misccomponents\jade\group" mrp="os\buildtools\misccomponents\jade\group\tools_sdk_eng_jade.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   369
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   370
        <component name="CSHLPCMP_GUI" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   371
          <unit bldFile="app\helps\symhelp\cshlpcmpgui\group" mrp="app\helps\symhelp\cshlpcmpgui\group\tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   372
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   373
        <component name="SDK Package Manager" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   374
          <unit bldFile="os\buildtools\misccomponents\sdkpackagemgr\group" mrp="os\buildtools\misccomponents\sdkpackagemgr\group\tools_sdk_eng_sdkpkg-manager.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   375
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   376
        <component name="Production Build Tools" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   377
          <unit mrp="os\buildtools\toolsandutils\productionbldtools\product_tools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   378
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   379
        <component name="Production Build CBR Configuration Files" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   380
          <unit mrp="os\deviceplatformrelease\symbianosbld\productionbldcbrconfig\product_cbr_config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   381
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   382
        <component name="SDKPKG-TOOLS" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   383
          <unit bldFile="os\buildtools\misccomponents\sdkpkgtools\group" mrp="os\buildtools\misccomponents\sdkpkgtools\group\tools_sdk_eng_sdkpkg-tools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   384
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   385
        <component name="EMULATOR_LAUNCHER" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   386
          <unit bldFile="os\buildtools\misccomponents\emulatorlauncher\group" mrp="os\buildtools\misccomponents\emulatorlauncher\group\tools_sdk_eng_emulator_launcher.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   387
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   388
        <component name="PKGMGRGUI" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   389
          <unit bldFile="os\buildtools\misccomponents\pkgmgrgui\group" mrp="os\buildtools\misccomponents\pkgmgrgui\group\tools_sdk_eng_pkgmgrgui.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   390
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   391
        <component name="LAUNCH" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   392
          <unit bldFile="os\buildtools\misccomponents\launch\group" mrp="os\buildtools\misccomponents\launch\group\tools_sdk_eng_launch.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   393
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   394
        <component name="TOOLS_STUBS" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   395
          <unit bldFile="os\buildtools\misccomponents\toolsstubs\group" mrp="os\buildtools\misccomponents\toolsstubs\group\tools_sdk_eng_tools_stubs.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   396
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   397
        <component name="BSPBUILDER" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   398
          <unit bldFile="os\buildtools\misccomponents\bspbuilder\group" mrp="os\buildtools\misccomponents\bspbuilder\group\tools_bspbuilder.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   399
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   400
        <component name="ALP2CSH">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   401
          <unit bldFile="os\buildtools\fileconv\alp2csh\group" mrp="os\buildtools\fileconv\alp2csh\group\tools_sdk_eng_alp2csh.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   402
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   403
        <component name="CJPEG">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   404
          <unit bldFile="os\buildtools\fileconv\cjpeg\group" mrp="os\buildtools\fileconv\cjpeg\group\tools_sdk_eng_cjpeg.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   405
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   406
        <component name="CSHLPCMP Frontend">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   407
          <unit bldFile="app\helps\symhelp\cshlpcmpfrontend\group" mrp="app\helps\symhelp\cshlpcmpfrontend\group\tools_sdk_eng_cshlpcmp_frontend.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   408
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   409
        <component name="CSHLPCMP Backend">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   410
          <unit mrp="app\helps\symhelp\cshlpcmpbackend\group\tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   411
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   412
        <component name="PERLLIBRARY">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   413
          <unit bldFile="os\buildtools\perltoolsplat_os\legacycommonperl\group" mrp="os\buildtools\perltoolsplat_os\legacycommonperl\group\tools_sdk_eng_perllibrary.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   414
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   415
        <component name="Perl Shared Libraries">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   416
          <unit bldFile="os\buildtools\perltoolsplat_os\commonperl\group" mrp="os\buildtools\perltoolsplat_os\commonperl\group\tools_sdk_eng_perl_shared.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   417
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   418
        <component name="RTF2PTML">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   419
          <unit bldFile="os\buildtools\fileconv\rtf2ptml\group" mrp="os\buildtools\fileconv\rtf2ptml\group\tools_sdk_eng_rtf2ptml.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   420
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   421
        <component name="SPLASH">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   422
          <unit bldFile="os\buildtools\misccomponents\splash\group" mrp="os\buildtools\misccomponents\splash\group\tools_sdk_eng_splash.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   423
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   424
        <component name="SDK Builder">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   425
          <unit bldFile="os\buildtools\misccomponents\sdkbuilder\group" mrp="os\buildtools\misccomponents\sdkbuilder\group\tools_sdk_eng_sdk_builder.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   426
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   427
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   428
      <collection name="Test Product" level="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   429
		<!-- PLACEHOLDER="DS.1603" START REMOVE-->
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   430
        <component name="Bluetooth Test Product" introduced="9.2" class="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   431
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   432
        <component name="Multimedia Test Product">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   433
        </component>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   434
		<!-- PLACEHOLDER="DS.1603" END REMOVE-->
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   435
        <component name="Messaging Test Product">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   436
          <unit mrp="mw\messagingmw\messagingfw\msgtestproduct\group\messaging_testproduct.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   437
        </component>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   438
		<!-- PLACEHOLDER="DS.1603" START REMOVE-->
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   439
        <component name="Syslibs Test Product">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   440
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   441
        <component name="Comms Infrastructure Test Product" introduced="9.2" class="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   442
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   443
        <component name="Graphics Test Product">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   444
        </component>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   445
		<!-- PLACEHOLDER="DS.1603" END REMOVE-->
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   446
        <component name="LBS Test Product" introduced="9.2" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   447
          <unit mrp="os\lbs\lbstest\lbstestproduct\group\lbs_testproduct.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   448
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   449
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   450
    </layer>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   451
    <layer name="HAL" levels="Hardware-dependent">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   452
      <block name="Board Support Packages" level="Hardware-dependent">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   453
			<collection name="HAI Test Suites">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   454
		<component name="BSP Verification Suite" class="placeholder" introduced="TB91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   455
			<!-- PLACEHOLDER="DS.1603"
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   456
			<unit mrp="os/boardsupport/haitest/group/bspsvs.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   457
			-->
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   458
		</component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   459
		</collection>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   460
        <collection name="Emulator">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   461
          <component name="Emulator BSP" contract="Symbian_SD4C">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   462
            <unit bldFile="os\boardsupport\emulator\emulatorbsp" mrp="os\boardsupport\emulator\emulatorbsp\base_wins.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   463
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   464
          <component name="Unistore2 Emulator Support" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   465
            <unit bldFile="os\boardsupport\emulator\unistore2emulatorsupport" mrp="os\boardsupport\emulator\unistore2emulatorsupport\base_wins_unistore2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   466
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   467
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   468
        <collection name="OMAP H2">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   469
          <component name="OMAP H2 BSP" introduced="9.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   470
            <unit bldFile="os\boardsupport\omaph2\omaph2bsp\h2" mrp="os\boardsupport\omaph2\omaph2bsp\h2\base_omaph2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   471
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   472
          <component name="OMAP H2 Unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   473
            <unit bldFile="os\boardsupport\omaph2\omaph2unistore2" mrp="os\boardsupport\omaph2\omaph2unistore2\base_h2_unistore2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   474
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   475
          <component name="OMAP H2 SDIO" filter="gt" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   476
            <unit bldFile="os\boardsupport\omaph2\omaph2sdio" mrp="os\boardsupport\omaph2\omaph2sdio\base_h2_sdio.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   477
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   478
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   479
        <collection name="OMAP H4">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   480
          <component name="OMAP H4 BSP">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   481
            <unit bldFile="os\boardsupport\omaph4\omaph4bsp\h4" mrp="os\boardsupport\omaph4\omaph4bsp\h4\base_omaph4hrp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   482
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   483
          <component name="H4 Boot Loader" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   484
            <unit mrp="os\boardsupport\omaph4\h4bootloader\base_omaph4hrp_bootldr.mrp" bldFile="os\boardsupport\omaph4\h4bootloader"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   485
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   486
          <component name="OMAP H4 Mini Environment Boot Loader" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   487
            <unit mrp="os\boardsupport\omaph4\omaph4minienvbootloader\base_omaph4hrp_mebootldr.mrp" bldFile="os\boardsupport\omaph4\omaph4minienvbootloader"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   488
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   489
          <component name="OMAP H4 Unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   490
            <unit bldFile="os\boardsupport\omaph4\omaph4unistore2" mrp="os\boardsupport\omaph4\omaph4unistore2\base_omaph4hrp_unistore2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   491
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   492
          <component name="OMAP H4 SDIO" filter="gt" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   493
            <unit bldFile="os\boardsupport\omaph4\omaph4sdio" mrp="os\boardsupport\omaph4\omaph4sdio\base_omaph4hrp_sdio.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   494
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   495
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   496
        <collection name="Generic BSP">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   497
          <component name="Template Variant">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   498
            <unit bldFile="os\kernelhwsrv\bsptemplate\asspandvariant\template_variant" mrp="os\kernelhwsrv\bsptemplate\asspandvariant\base_template.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   499
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   500
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   501
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   502
      <collection name="Screen Drivers" level="Hardware-dependent">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   503
        <component name="Screen Driver" plugin="Y" introduced="6.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   504
          <unit bldFile="os\graphics\graphicsdeviceinterface\screendriver\group" mrp="os\graphics\graphicsdeviceinterface\screendriver\group\graphics_screendriver.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   505
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   506
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   507
      <collection name="Baseband Adaptation Plugins" level="Hardware-dependent">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   508
        <component name="Baseband Channel Adaptor for C32" plugin="Y" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   509
          <unit bldFile="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group" mrp="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group\networking_c32bca.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   510
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   511
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   512
    </layer>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   513
    <layer name="Kernel Services" levels="kernel user">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   514
      <block name="Kernel-side Services" level="kernel" levels="generic specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   515
        <collection name="Kernel Architecture" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   516
          <component name="Kernel Architecture 2" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   517
            <unit bldFile="os\kernelhwsrv\kernel\eka" mrp="os\kernelhwsrv\kernel\eka\base_e32.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   518
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   519
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   520
        <collection name="Boot Loader" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   521
          <component name="Bootstrap" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   522
            <unit mrp="os\kernelhwsrv\brdbootldr\ubootldr\base_ubootldr.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   523
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   524
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   525
        <collection name="Flash Translation Layer" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   526
          <component name="Unistore2 Drivers" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   527
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   528
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   529
          <component name="Unistore2 Core" contract="NAND_Flash_XSR_Unistore_2_Core_Portion" filter="gt" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   530
            <unit mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2_undeliverable.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   531
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   532
          <component name="Unistore2 Crash Logger" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   533
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2\base_crashflash_unistore2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   534
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   535
          <component name="Unistore2 Boot Support" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   536
            <unit bldFile="os\kernelhwsrv\unistore2\uiibootsupport\nandloader\unistore2" mrp="os\kernelhwsrv\unistore2\uiibootsupport\base_nandboot_unistore2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   537
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   538
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   539
        <collection name="Logical Device Drivers" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   540
          <component name="Ethernet Driver">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   541
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ethernet" mrp="os\kernelhwsrv\kernel\eka\drivers\ethernet\base_e32_drivers_ethernet.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   542
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   543
          <component name="Sound Driver" introduced="8.1b">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   544
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\esound" mrp="os\kernelhwsrv\kernel\eka\drivers\esound\base_e32_drivers_sound.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   545
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   546
          <component name="Serial Port Driver">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   547
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ecomm" mrp="os\kernelhwsrv\kernel\eka\drivers\ecomm\base_e32_drivers_ecomm.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   548
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   549
          <component name="Legacy Drivers">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   550
            <unit mrp="os\kernelhwsrv\kernel\eka\drivers\adc\base_e32_drivers_adc.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   551
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   552
          <component name="Local Media Subsystem" introduced="8.1b">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   553
            <!-- these are LDDs for storage media-->
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   554
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\locmedia" mrp="os\kernelhwsrv\kernel\eka\drivers\locmedia\base_e32_drivers_locmedia.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   555
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   556
          <component name="Run Mode Debugger">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   557
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\debug" mrp="os\kernelhwsrv\kernel\eka\drivers\debug\base_e32_drivers_debug.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   558
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   559
          <component name="Kernel Trace Tool">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   560
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\trace" mrp="os\kernelhwsrv\kernel\eka\drivers\trace\base_e32_drivers_trace.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   561
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   562
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   563
        <collection name="Generic Driver Support" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   564
          <component name="SD Card 3C Driver" contract="SD_Card_SD3C" filter="gt" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   565
            <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"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   566
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   567
          <component name="SD Card 4C Driver" contract="SD_Card_SD4C" filter="gt" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   568
            <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"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   569
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   570
          <component name="Media Drivers">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   571
            <!-- these are for storage media-->
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   572
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\media" mrp="os\kernelhwsrv\kernel\eka\drivers\media\base_e32_drivers_media.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   573
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   574
          <component name="Generic Board Support Packages">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   575
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\bsp" mrp="os\kernelhwsrv\kernel\eka\drivers\bsp\base_e32_drivers_bsp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   576
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   577
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   578
        <collection name="Shortlink Logical Device Drivers" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   579
          <component name="USB Client Driver" introduced="8.1b">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   580
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\usbc" mrp="os\kernelhwsrv\kernel\eka\drivers\usbc\base_e32_drivers_usbcli.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   581
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   582
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   583
        <collection name="Localisation" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   584
          <component name="Locale Support" contract="Symbian_Affiliate" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   585
            <unit bldFile="os\kernelhwsrv\localisation\localesupport" mrp="os\kernelhwsrv\localisation\localesupport\mmpfiles\base_loce32.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   586
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   587
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   588
      </block>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   589
	  <block name="Kernel and Hardware Services" level="kernel" levels="generic specific">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   590
	  <collection name="Base API Tests" level="user">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   591
			<component name="Base Verification Suite" class="placeholder" introduced="TB91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   592
			<!-- PLACEHOLDER="DS.1603"
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   593
			<unit mrp="os/kernelhwsrv/baseapitest/group/basesvs.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   594
			-->
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   595
			</component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   596
      </collection>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   597
	  </block>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   598
      <block name="User-side Services" level="user">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   599
        <collection name="User Library and File Server">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   600
          <component name="User Library" contract="Symbian_Kernel">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   601
            <unit bldFile="os\kernelhwsrv\kernel\eka\euser" mrp="os\kernelhwsrv\kernel\eka\euser\base_e32_euser.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   602
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   603
          <component name="Compiler Runtime Support" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   604
            <unit bldFile="os\kernelhwsrv\kernel\eka\compsupp" mrp="os\kernelhwsrv\kernel\eka\compsupp\base_e32_compsupp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   605
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   606
          <component name="File Server" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   607
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\group" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\group\base_f32.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   608
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   609
          <component name="FAT Filename Conversion Plugins" plugin="Y" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   610
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group" mrp="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group\syslibs_FATCharsetConv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   611
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   612
          <component name="NAND Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   613
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sftl" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sftl\base_f32_sftl.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   614
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   615
          <component name="Base Starter" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   616
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\estart" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\estart\base_f32_estart.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   617
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   618
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   619
        <collection name="File Systems" level="user">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   620
          <component name="ROM File System" filter="gt" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   621
            <unit mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srom\base_f32_srom.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   622
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   623
          <component name="ROFS" filter="gt" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   624
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\srofs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srofs\base_f32_srofs.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   625
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   626
          <component name="USB Mass Storage File System" filter="gt" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   627
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage\base_f32_smassstorage.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   628
          </component>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   629
		  <component name="FAT32 File System" contract="FAT32" filter="gt" plugin="Y">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   630
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32\base_f32_sfat32.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   631
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   632
          <component name="FAT File System" filter="gt" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   633
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat\base_f32_sfat.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   634
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   635
          <component name="Composite File System" filter="gt" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   636
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\scomp" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\scomp\base_f32_scomp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   637
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   638
          <component name="NTFS" filter="gt" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   639
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs\base_f32_sntfs.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   640
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   641
          <component name="ISO9660 File System" filter="gt" plugin="Y" introduced="8.1b">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   642
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660\base_f32_siso9660.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   643
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   644
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   645
        <collection name="HAL Services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   646
          <component name="User-Side Hardware Abstraction" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   647
            <unit bldFile="os\kernelhwsrv\halservices\hal" mrp="os\kernelhwsrv\halservices\hal\base_hal.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   648
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   649
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   650
        <collection name="Text Mode Shell">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   651
          <component name="Text Window Server">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   652
            <unit bldFile="os\kernelhwsrv\kernel\eka\ewsrv" mrp="os\kernelhwsrv\kernel\eka\ewsrv\base_e32_ewsrv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   653
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   654
          <component name="Text Shell" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   655
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\etshell" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\etshell\base_f32_eshell.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   656
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   657
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   658
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   659
    </layer>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   660
    <layer name="OS Services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   661
      <block name="Base Services" levels="physical-abstraction app-libs translation data-services utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   662
        <subblock name="Generic OS Services">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   663
		<collection name="SysLibs API Tests" level="utilities">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   664
		<component name="Syslibs Verfication Suite" class="placeholder" introduced="TB91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   665
			<!-- PLACEHOLDER="DS.1603"
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   666
			<unit mrp="os/ossrv/syslibsapitest/group/syslibssvs.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   667
			-->
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   668
		</component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   669
		</collection>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   670
          <collection name="Generic Services" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   671
            <component name="MIME Recognition Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   672
              <unit bldFile="os\ossrv\genericservices\mimerecognitionfw\group" mrp="os\ossrv\genericservices\mimerecognitionfw\group\app-framework_emime.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   673
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   674
            <component name="System Agent" introduced="9.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   675
              <unit bldFile="os\ossrv\genericservices\systemagent\group" mrp="os\ossrv\genericservices\systemagent\group\syslibs_sysagent2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   676
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   677
            <component name="Task Scheduler" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   678
              <unit bldFile="os\ossrv\genericservices\taskscheduler\group" mrp="os\ossrv\genericservices\taskscheduler\group\syslibs_schsvr.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   679
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   680
            <component name="Active Backup Client">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   681
              <unit bldFile="os\ossrv\genericservices\activebackupclient\group" mrp="os\ossrv\genericservices\activebackupclient\group\connectivity_abclient.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   682
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   683
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   684
          <collection name="System State Management" level="data-services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   685
            <component name="System Starter" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   686
              <unit bldFile="os\devicesrv\sysstatemgmt\systemstarter\group" mrp="os\devicesrv\sysstatemgmt\systemstarter\group\app-framework_sysstart.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   687
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   688
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   689
          <collection name="Crypto Management Libraries" level="data-services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   690
            <component name="Security Utils" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   691
              <unit bldFile="os\security\cryptomgmtlibs\securityutils\group" mrp="os\security\cryptomgmtlibs\securityutils\group\security_common.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   692
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   693
            <component name="Security Config" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   694
              <unit bldFile="os\security\securityanddataprivacytools\securityconfig\group" mrp="os\security\securityanddataprivacytools\securityconfig\group\security_config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   695
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   696
            <component name="Crypto Token Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   697
              <unit bldFile="os\security\cryptomgmtlibs\cryptotokenfw\group" mrp="os\security\cryptomgmtlibs\cryptotokenfw\group\security_cryptotokens.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   698
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   699
            <component name="File-based Certificate and Key Stores" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   700
              <unit bldFile="os\security\cryptoservices\filebasedcertificateandkeystores\group" mrp="os\security\cryptoservices\filebasedcertificateandkeystores\group\security_filetokens.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   701
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   702
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   703
          <collection name="Generic Open Libraries" level="translation">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   704
            <component name="C Standard Library" introduced="ER5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   705
              <unit bldFile="os\ossrv\genericopenlibs\cstdlib\group" mrp="os\ossrv\genericopenlibs\cstdlib\group\syslibs_stdlib.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   706
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   707
            <component name="Open Environment Core" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   708
              <unit bldFile="os\ossrv\genericopenlibs\openenvcore\group" mrp="os\ossrv\genericopenlibs\openenvcore\group\openenv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   709
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   710
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   711
          <collection name="Compression and Crypto Libraries" level="translation">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   712
            <component name="Zip Compression Library" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   713
              <unit bldFile="os\ossrv\compressionlibs\ziplib\group" mrp="os\ossrv\compressionlibs\ziplib\group\syslibs_ezlib.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   714
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   715
            <component name="Weak Cryptography Library" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   716
              <unit bldFile="os\security\crypto\weakcrypto\group" mrp="os\security\crypto\weakcrypto\group\security_crypto_weak.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   717
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   718
            <component name="Strong Cryptography Library" contract="Symbian_Strong_Cryptography" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   719
              <unit bldFile="os\security\crypto\weakcrypto\strong" mrp="os\security\crypto\weakcrypto\group\security_crypto_strong.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   720
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   721
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   722
          <collection name="Low Level Libraries and Frameworks" level="app-libs">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   723
           <component name="Plugin Framework" introduced="6.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   724
              <unit version="2" bldFile="os\ossrv\lowlevellibsandfws\pluginfw\Group" mrp="os\ossrv\lowlevellibsandfws\pluginfw\Group\syslibs_ecom.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   725
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   726
            <component name="Application Utilities" introduced="ER5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   727
              <unit bldFile="os\ossrv\lowlevellibsandfws\apputils\group" mrp="os\ossrv\lowlevellibsandfws\apputils\group\syslibs_bafl.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   728
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   729
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   730
          <collection name="Resource Management" level="physical-abstraction">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   731
            <component name="Feature Registry" introduced="9.2" deprecated="9.6">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   732
              <unit bldFile="os\persistentdata\featuremgmt\featureregistry\group" mrp="os\persistentdata\featuremgmt\featureregistry\group\syslibs_featreg.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   733
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   734
            <component name="Hardware Resources Manager" introduced="9.5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   735
              <unit bldFile="os\devicesrv\resourcemgmt\hwresourcesmgr\group" mrp="os\devicesrv\resourcemgmt\hwresourcesmgr\group\telephony_hwrm.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   736
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   737
            <component name="Power and Memory Notification Service" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   738
              <unit bldFile="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group" mrp="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group\syslibs_pwrcli.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   739
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   740
            <component name="Domain Manager" introduced="8.1b">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   741
              <unit bldFile="os\kernelhwsrv\userlibandfileserver\domainmgr\group" mrp="os\kernelhwsrv\userlibandfileserver\domainmgr\group\base_domain.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   742
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   743
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   744
          <collection name="Character Conversion Framework" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   745
            <component name="Character Encoding and Conversion Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   746
              <unit bldFile="os\textandloc\charconvfw\charconv_fw\group" mrp="os\textandloc\charconvfw\charconv_fw\group\syslibs_charconv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   747
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   748
            <component name="Character Encoding and Conversion Plugins" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   749
              <unit bldFile="os\textandloc\charconvfw\charconvplugins\group" mrp="os\textandloc\charconvfw\charconvplugins\group\syslibs_charconv_plugins.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   750
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   751
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   752
        </subblock>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   753
        <subblock name="Persistent Data Services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   754
          <collection name="Logging Services" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   755
            <component name="Event Logger" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   756
              <unit bldFile="os\persistentdata\loggingservices\eventlogger\group" mrp="os\persistentdata\loggingservices\eventlogger\group\syslibs_logeng.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   757
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   758
            <component name="File Logger" introduced="ER5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   759
              <unit bldFile="os\persistentdata\loggingservices\filelogger\group" mrp="os\persistentdata\loggingservices\filelogger\group\comms-infras_flogger.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   760
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   761
            <component name="Comms Debug Utility" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   762
              <unit bldFile="os\persistentdata\traceservices\commsdebugutility\group" mrp="os\persistentdata\traceservices\commsdebugutility\group\comms-infras_commsdebugutility.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   763
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   764
            <component name="Trace Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   765
              <unit bldFile="os\persistentdata\traceservices\tracefw\ulogger\group" mrp="os\persistentdata\traceservices\tracefw\ulogger\group\tools_debug_trace.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   766
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   767
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   768
          <collection name="Content Management" level="data-services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   769
            <component name="Content Access Framework for DRM" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   770
              <unit bldFile="os\security\contentmgmt\contentaccessfwfordrm\group" mrp="os\security\contentmgmt\contentaccessfwfordrm\group\security_caf2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   771
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   772
            <component name="CAF Recogniser Config" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   773
              <unit bldFile="os\security\contentmgmt\cafrecogniserconfig" mrp="os\security\contentmgmt\cafrecogniserconfig\security_reccafconfig.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   774
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   775
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   776
          <collection name="XML" level="translation">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   777
            <component name="XML Framework" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   778
              <unit bldFile="os\xmlsrv\xml\xmlfw\group" mrp="os\xmlsrv\xml\xmlfw\group\syslibs_xml.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   779
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   780
            <component name="XML Parser" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   781
              <unit bldFile="os\xmlsrv\xml\xmlexpatparser\group" mrp="os\xmlsrv\xml\xmlexpatparser\group\syslibs_xmlparser.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   782
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   783
            <component name="WBXML Parser" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   784
              <unit bldFile="os\xmlsrv\xml\wbxmlparser\group" mrp="os\xmlsrv\xml\wbxmlparser\group\syslibs_wbxmlparser.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   785
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   786
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   787
          <collection name="Persistent Storage" level="app-libs">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   788
            <component name="Store">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   789
              <unit bldFile="os\persistentdata\persistentstorage\store\group" mrp="os\persistentdata\persistentstorage\store\group\syslibs_store.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   790
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   791
            <component name="DBMS">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   792
              <unit bldFile="os\persistentdata\persistentstorage\dbms\group" mrp="os\persistentdata\persistentstorage\dbms\group\syslibs_dbms.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   793
            </component>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   794
			<component name="Central Repository" introduced="7.0s">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   795
              <unit bldFile="os\persistentdata\persistentstorage\centralrepository\group" mrp="os\persistentdata\persistentstorage\centralrepository\group\syslibs_centralrepository.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   796
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   797
            <component name="SQL" introduced="9.3">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   798
              <unit bldFile="os\persistentdata\persistentstorage\sql\GROUP" mrp="os\persistentdata\persistentstorage\sql\GROUP\syslibs_sql.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   799
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   800
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   801
        </subblock>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   802
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   803
      <block name="Comms Services" levels="physical-abstraction bearer-manager internal-utils servers_and_extensions utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   804
        <subblock name="Communications Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   805
		<collection name="Comms-Infras API Tests" level="utilities">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   806
		<component name="Comms Infrastructure Verification Suite" class="placeholder" introduced="TB91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   807
			<!-- PLACEHOLDER="DS.1603"
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   808
			<unit mrp="os/commsfw/commsinfrastructureapitest/group/commsinfrastructuresvs.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   809
			-->
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   810
		</component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   811
		</collection>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   812
          <collection name="Comms Process and Settings" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   813
            <component name="Comms Root Server" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   814
              <unit bldFile="os\commsfw\commsprocess\commsrootserverconfig\group" mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   815
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   816
            <component name="Comms Root Server Config" introduced="9.1" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   817
              <unit mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   818
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   819
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   820
          <collection name="Comms Config. Utils" level="servers_and_extensions">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   821
            <component name="Comms Database">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   822
              <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group\comms-infras_commsdat.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   823
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   824
            <component name="Comms Database Shim" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   825
              <unit bldFile="os\commsfw\commsconfig\commsdatabaseshim\group" mrp="os\commsfw\commsconfig\commsdatabaseshim\group\comms-infras_commdbshim.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   826
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   827
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   828
          <collection name="Data Comms Server" level="servers_and_extensions">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   829
            <component name="ESock Server">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   830
              <unit version="2" bldFile="os\commsfw\datacommsserver\esockserver\group" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   831
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   832
            <component name="ESock Server Config" introduced="9.1" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   833
              <unit version="2" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   834
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   835
            <component name="Network Interface Manager" introduced="ER5U">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   836
              <unit version="1" bldFile="os\commsfw\datacommsserver\networkinterfacemgr\group" mrp="os\commsfw\datacommsserver\networkinterfacemgr\group\comms-infras_nifman.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   837
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   838
            <component name="Networking Dialog API" introduced="6.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   839
              <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\group" mrp="os\commsfw\datacommsserver\networkingdialogapi\group\networking_dialog.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   840
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   841
            <component name="Network Controller" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   842
              <unit bldFile="os\commsfw\datacommsserver\networkcontroller\group" mrp="os\commsfw\datacommsserver\networkcontroller\group\networking_netcon.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   843
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   844
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   845
          <collection name="Serial Server" level="bearer-manager">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   846
            <component name="C32 Serial Server" introduced="ER5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   847
              <unit bldFile="os\commsfw\serialserver\c32serialserver\group" mrp="os\commsfw\serialserver\c32serialserver\group\ser-comms_c32.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   848
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   849
            <component name="C32 Serial Server Config" introduced="ER5" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   850
              <unit bldFile="os\commsfw\serialserver\c32serialserverconfig" mrp="os\commsfw\serialserver\c32serialserverconfig\ser-comms_c32-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   851
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   852
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   853
          <collection name="Comms Framework Utilities" level="internal-utils">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   854
            <component name="Comms Framework" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   855
              <unit bldFile="os\commsfw\commsfwutils\commfw\group" mrp="os\commsfw\commsfwutils\commfw\group\comms-infras_commsfw.mrp" priority="10"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   856
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   857
            <component name="Comms Elements" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   858
              <unit bldFile="os\commsfw\commsfwsupport\commselements\group" mrp="os\commsfw\commsfwsupport\commselements\group\comms-infras_elements.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   859
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   860
            <component name="MBuf Manager" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   861
              <unit bldFile="os\commsfw\commsfwutils\mbufmgr\group" mrp="os\commsfw\commsfwutils\mbufmgr\group\comms-infras_mbufmgr.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   862
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   863
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   864
          <collection name="Base Connection Providers" level="internal-utils">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   865
            <component name="Reference CPR" plugin="Y" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   866
              <unit bldFile="os\commsfw\baseconnectionproviders\refcpr\group" mrp="os\commsfw\baseconnectionproviders\refcpr\group\networking_ReferenceCPR.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   867
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   868
            <component name="Reference SCPR" plugin="Y" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   869
              <unit bldFile="os\commsfw\baseconnectionproviders\refscpr\group" mrp="os\commsfw\baseconnectionproviders\refscpr\group\networking_ReferenceSCPR.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   870
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   871
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   872
          <collection name="Baseband Abstraction" level="physical-abstraction">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   873
            <component name="Baseband Channel Adaptor" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   874
              <unit bldFile="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group" mrp="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group\networking_bca.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   875
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   876
            <component name="Inter-System Communication" filter="gt" introduced="9.5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   877
              <unit bldFile="os\cellularsrv\basebandabstraction\intersystemcomm\group" mrp="os\cellularsrv\basebandabstraction\intersystemcomm\group\networking_isc.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   878
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   879
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   880
        </subblock>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   881
        <subblock name="Cellular Baseband Services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   882
          <collection name="Telephony Utilities" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   883
            <component name="Dial" deprecated="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   884
              <unit bldFile="os\cellularsrv\telephonyutils\dial\group" mrp="os\cellularsrv\telephonyutils\dial\group\telephony_dial.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   885
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   886
            <component name="Telephony Watchers" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   887
              <unit bldFile="os\cellularsrv\telephonyutils\telephonywatchers\group" mrp="os\cellularsrv\telephonyutils\telephonywatchers\group\telephony_watchers.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   888
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   889
            <component name="ETel 3rd Party API" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   890
              <unit bldFile="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group" mrp="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group\telephony_etel3rdparty.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   891
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   892
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   893
          <collection name="Fax" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   894
            <component name="Fax Client and Server">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   895
              <unit bldFile="os\cellularsrv\fax\faxclientandserver\Group" mrp="os\cellularsrv\fax\faxclientandserver\Group\telephony_fax.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   896
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   897
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   898
          <collection name="Telephony Server" level="servers_and_extensions">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   899
            <component name="ETel Server and Core">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   900
              <unit bldFile="os\cellularsrv\telephonyserver\etelserverandcore\group" mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   901
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   902
            <component name="ETel Config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   903
              <unit mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   904
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   905
            <component name="ETel Multimode" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   906
              <unit bldFile="os\cellularsrv\telephonyserver\etelmultimode\group" mrp="os\cellularsrv\telephonyserver\etelmultimode\group\telephony_etelmm.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   907
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   908
            <component name="ETel Packet Data" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   909
              <unit bldFile="os\cellularsrv\telephonyserver\etelpacketdata\group" mrp="os\cellularsrv\telephonyserver\etelpacketdata\group\telephony_etelpckt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   910
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   911
            <component name="ETel SIM Toolkit" introduced="6.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   912
              <unit bldFile="os\cellularsrv\telephonyserver\etelsimtoolkit\group" mrp="os\cellularsrv\telephonyserver\etelsimtoolkit\group\telephony_etelsat.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   913
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   914
            <component name="ETel CDMA" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   915
              <unit bldFile="os\cellularsrv\telephonyserver\etelcdma\group" mrp="os\cellularsrv\telephonyserver\etelcdma\group\telephony_etelcdma.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   916
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   917
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   918
          <collection name="SMS Protocols" level="internal-utils">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   919
            <component name="SMS Stack" contract="SMS_MTM" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   920
              <unit bldFile="os\cellularsrv\smsprotocols\smsstack\group" mrp="os\cellularsrv\smsprotocols\smsstack\group\nbprotocols_smsstackv2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   921
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   922
            <component name="CDMA SMS Stack" plugin="Y" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   923
              <unit bldFile="os\cellularsrv\smsprotocols\cdmasmsstack\group" mrp="os\cellularsrv\smsprotocols\cdmasmsstack\group\nbprotocols_cdmasmsstack.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   924
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   925
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   926
          <collection name="Telephony Server Plugins" level="physical-abstraction">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   927
            <component name="Common TSY">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   928
              <unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group" mrp="os\cellularsrv\telephonyserverplugins\common_tsy\group\telephony_commontsy.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   929
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   930
            <component name="Multimode TSY" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   931
              <unit bldFile="os\cellularsrv\telephonyserverplugins\multimodetsy\group" mrp="os\cellularsrv\telephonyserverplugins\multimodetsy\group\telephony_mmtsy.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   932
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   933
            <component name="CDMA TSY" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   934
              <unit bldFile="os\cellularsrv\telephonyserverplugins\cdmatsy\group" mrp="os\cellularsrv\telephonyserverplugins\cdmatsy\group\telephony_cdmatsy.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   935
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   936
            <component name="SIM TSY" plugin="Y" introduced="7.0" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   937
              <unit bldFile="os\cellularsrv\telephonyserverplugins\simtsy\group" mrp="os\cellularsrv\telephonyserverplugins\simtsy\group\telephony_simtsy.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   938
            </component>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   939
			<component name="LicenseeTSY Stub" plugin="Y" introduced="tb91" class="test"> 
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   940
			<unit mrp="os\cellularsrv\telephonyserverplugins\licenseetsystub\group\licenseetsystub.mrp"/> 
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   941
			</component>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   942
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   943
		  <collection name="Hardware Plugin Simulation" level="physical-abstraction">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   944
 	        <component name="MockSY" introduced="9.4" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   945
 			  <unit bldFile="os\cellularsrv\hwpluginsimulation\mocksy\group" mrp="os\cellularsrv\hwpluginsimulation\mocksy\group\telephony_tools_mocksy.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   946
 	        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   947
 	      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   948
        </subblock>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   949
        <subblock name="Networking Services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   950
          <collection name="TCP/IP Utilities" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   951
            <component name="DND" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   952
              <unit bldFile="os\networkingsrv\tcpiputils\dnd\group" mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   953
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   954
            <component name="DND Config" introduced="7.0" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   955
              <unit mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   956
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   957
            <component name="DHCP" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   958
              <unit bldFile="os\networkingsrv\tcpiputils\dhcp\group" mrp="os\networkingsrv\tcpiputils\dhcp\group\networking_dhcp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   959
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   960
            <component name="Network Address and Port Translation" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   961
              <unit bldFile="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group" mrp="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group\networking_napt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   962
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   963
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   964
          <collection name="ESock API Extensions" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   965
            <component name="Internet Sockets" introduced="ER5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   966
              <unit bldFile="os\networkingsrv\esockapiextensions\internetsockets\group" mrp="os\networkingsrv\esockapiextensions\internetsockets\group\networking_insock.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   967
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   968
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   969
          <collection name="Network Protocols" level="servers_and_extensions">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   970
            <component name="IP Event Notifier" plugin="Y" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   971
              <unit bldFile="os\networkingsrv\networkprotocols\ipeventnotifier\group" mrp="os\networkingsrv\networkprotocols\ipeventnotifier\group\networking_ipeventnotifier.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   972
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   973
            <component name="TCP/IPv4/v6 PRT" plugin="Y" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   974
              <unit bldFile="os\networkingsrv\networkprotocols\tcpipv4v6prt\group" mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   975
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   976
            <component name="TCP/IPv4/v6 Config" introduced="7.0" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   977
              <unit mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   978
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   979
            <component name="IP Hook" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   980
              <unit bldFile="os\networkingsrv\networkprotocols\iphook\inhook6\group" mrp="os\networkingsrv\networkprotocols\iphook\inhook6\group\networking_inhook6.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   981
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   982
            <component name="Mobile IP" plugin="Y" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   983
              <unit bldFile="os\networkingsrv\networkprotocols\mobileip\group" mrp="os\networkingsrv\networkprotocols\mobileip\group\networking_mobileip.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   984
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   985
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   986
          <collection name="Network Control" level="internal-utils">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   987
            <component name="QoS Framework Config" contract="IPv6_QOS" introduced="7.0s" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   988
              <unit mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   989
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   990
            <component name="QoS Library" contract="IPv6_QOS" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   991
              <unit bldFile="os\networkingsrv\networkcontrol\qoslib\group" mrp="os\networkingsrv\networkcontrol\qoslib\group\networking_qoslib.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   992
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   993
            <component name="PF QoS Library" contract="IPv6_QOS" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   994
              <unit bldFile="os\networkingsrv\networkcontrol\pfqoslib\group" mrp="os\networkingsrv\networkcontrol\pfqoslib\group\networking_pfqoslib.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   995
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   996
            <component name="QoS Framework PRT" contract="IPv6_QOS" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
   997
              <unit bldFile="os\networkingsrv\networkcontrol\qosfwconfig\qos\group" mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   998
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   999
            <component name="IP CPR" plugin="Y" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1000
              <unit bldFile="os\networkingsrv\networkcontrol\ipcpr\group" mrp="os\networkingsrv\networkcontrol\ipcpr\group\networking_ipcpr.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1001
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1002
            <component name="IP SCPR" plugin="Y" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1003
              <unit bldFile="os\networkingsrv\networkcontrol\ipscpr\group" mrp="os\networkingsrv\networkcontrol\ipscpr\group\networking_ipscpr.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1004
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1005
            <component name="IP CPR Shim" plugin="Y" deprecated="9.6">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1006
              <unit bldFile="os\networkingsrv\networkcontrol\ipcprshim\group" mrp="os\networkingsrv\networkcontrol\ipcprshim\group\networking_shimcpr.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1007
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1008
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1009
          <collection name="Link Layer Control" level="physical-abstraction">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1010
            <component name="CSD AGT" plugin="Y" introduced="6.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1011
              <unit bldFile="os\cellularsrv\telephonyprotocols\csdagt\group" mrp="os\cellularsrv\telephonyprotocols\csdagt\group\networking_csdagt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1012
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1013
            <component name="PSD AGT" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1014
              <unit bldFile="os\cellularsrv\telephonyprotocols\psdagt\group" mrp="os\cellularsrv\telephonyprotocols\psdagt\group\networking_psdagt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1015
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1016
            <component name="NULL AGT" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1017
              <unit bldFile="os\networkingsrv\linklayercontrol\nullagt\group" mrp="os\networkingsrv\linklayercontrol\nullagt\group\networking_nullagt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1018
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1019
            <component name="GPRS/UMTS QoS PRT" contract="IPv6_QOS" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1020
              <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group\networking_guqos.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1021
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1022
            <component name="GPRS/UMTS QoS Interface" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1023
              <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group\networking_umtsif.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1024
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1025
            <component name="QoS Extn API" contract="IPv6_QOS" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1026
              <unit bldFile="os\cellularsrv\telephonyprotocols\qosextnapi\group" mrp="os\cellularsrv\telephonyprotocols\qosextnapi\group\networking_qosextnapi.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1027
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1028
            <component name="Secondary PDP context UMTS Driver">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1029
              <unit bldFile="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group" mrp="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group\networking_spud.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1030
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1031
            <component name="UMTS/GPRS SCPR" plugin="Y" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1032
              <unit bldFile="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group" mrp="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group\networking_UmtsGprsSCPR.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1033
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1034
            <component name="QoS 3GPP CPR" plugin="Y" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1035
              <unit bldFile="os\cellularsrv\telephonyprotocols\qos3gppcpr\group" mrp="os\cellularsrv\telephonyprotocols\qos3gppcpr\group\networking_Qos3GPP.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1036
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1037
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1038
          <collection name="Link Layer Protocols" level="bearer-manager">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1039
            <component name="Ethernet NIF" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1040
              <unit bldFile="os\networkingsrv\linklayerprotocols\ethernetnif\group" mrp="os\networkingsrv\linklayerprotocols\ethernetnif\group\networking_ether802.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1041
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1042
            <component name="Ethernet Packet Driver" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1043
              <unit mrp="os\networkingsrv\linklayerprotocols\ethernetpacketdriver\group\networking_etherdrv_srconly.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1044
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1045
            <component name="PPP NIF" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1046
              <unit version="1" bldFile="os\networkingsrv\linklayerprotocols\pppnif\group" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1047
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1048
         <component name="PPP Config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1049
              <unit version="1" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1050
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1051
            <component name="SLIP NIF" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1052
              <unit bldFile="os\networkingsrv\linklayerprotocols\slipnif\group" mrp="os\networkingsrv\linklayerprotocols\slipnif\group\networking_slip.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1053
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1054
            <component name="Tunnel NIF" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1055
              <unit bldFile="os\networkingsrv\linklayerprotocols\tunnelnif\group" mrp="os\networkingsrv\linklayerprotocols\tunnelnif\group\networking_tunnelnif.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1056
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1057
            <component name="Raw IP NIF">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1058
              <unit bldFile="os\cellularsrv\telephonyprotocols\rawipnif\group" mrp="os\cellularsrv\telephonyprotocols\rawipnif\group\networking_rawipnif.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1059
            </component>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1060
		</collection>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1061
          <collection name="PPP Compression Plugins" level="bearer-manager">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1062
            <component name="Predictor Compression" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1063
              <unit bldFile="os\networkingsrv\pppcompressionplugins\predictorcompression\group" mrp="os\networkingsrv\pppcompressionplugins\predictorcompression\group\networking_predcomp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1064
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1065
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1066
          <collection name="Link Layer Utilities" level="bearer-manager">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1067
		  <component name="Packet Logger" introduced="8.1" class="test">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1068
              <unit bldFile="os\networkingsrv\linklayerutils\packetlogger\group" mrp="os\networkingsrv\linklayerutils\packetlogger\group\networking_packetlogger.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1069
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1070
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1071
        </subblock>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1072
        <subblock name="Short Link Services">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1073
		<collection name="Bluetooth API Tests" level="utilities">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1074
			<component name="Bluetooth Verification Suite" class="placeholder" introduced="TB91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1075
			<!-- PLACEHOLDER="DS.1603"
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1076
			<unit mrp="os/shortlinksrv/bluetoothapitest/group/bluetoothsvs.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1077
			-->
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1078
			</component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1079
		</collection>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1080
          <collection name="USB Management" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1081
            <component name="USB Manager">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1082
              <unit version="2" bldFile="os\shortlinksrv\usbmgmt\usbmgr\group" mrp="os\shortlinksrv\usbmgmt\usbmgr\group\usb_manager.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1083
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1084
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1085
          <collection name="Short Link" level="servers_and_extensions">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1086
            <component name="Bluetooth HCI Framework 2" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1087
              <unit bldFile="os\shortlinksrv\bthci\bthci2\group" mrp="os\shortlinksrv\bthci\bthci2\group\bluetooth_hci_v2_framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1088
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1089
            <component name="Bluetooth SDP">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1090
              <unit bldFile="os\shortlinksrv\bluetooth\btsdp" mrp="os\shortlinksrv\bluetooth\btsdp\bluetooth_sdp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1091
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1092
            <component name="Remote Control Framework" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1093
              <unit bldFile="os\devicesrv\accessoryservices\remotecontrolfw\group" mrp="os\devicesrv\accessoryservices\remotecontrolfw\group\bluetooth_remotecontrol.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1094
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1095
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1096
          <collection name="Host Controller Interface" level="servers_and_extensions">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1097
            <component name="Bluetooth HCI Framework 1" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1098
              <unit bldFile="os\shortlinksrv\bthci\bthci1" mrp="os\shortlinksrv\bthci\bthci1\bluetooth_hci.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1099
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1100
            <component name="Bluetooth HCI Extension Interface" introduced="6.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1101
              <unit bldFile="os\shortlinksrv\bthci\hciextensioninterface" mrp="os\shortlinksrv\bthci\hciextensioninterface\bluetooth_hciproxy.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1102
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1103
            <component name="Bluetooth HCI 2 Reference Implementations" plugin="Y" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1104
              <unit bldFile="os\shortlinksrv\bthci\hci2implementations\group" mrp="os\shortlinksrv\bthci\hci2implementations\group\bluetooth_hci_v2_implementations.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1105
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1106
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1107
          <collection name="Bluetooth" level="internal-utils">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1108
            <component name="Bluetooth Manager">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1109
              <unit bldFile="os\shortlinksrv\bluetoothmgmt\btmgr" mrp="os\shortlinksrv\bluetoothmgmt\btmgr\bluetooth_manager.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1110
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1111
            <component name="Bluetooth Notifiers Support">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1112
              <unit bldFile="os\shortlinksrv\bluetooth\btextnotifiers" mrp="os\shortlinksrv\bluetooth\btextnotifiers\bluetooth_btextnotifiers.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1113
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1114
            <component name="Bluetooth Config" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1115
              <unit bldFile="os\shortlinksrv\bluetoothmgmt\btconfig" mrp="os\shortlinksrv\bluetoothmgmt\btconfig\bluetooth_config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1116
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1117
            <component name="Bluetooth GAVDP" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1118
              <unit bldFile="os\shortlinksrv\bluetooth\gavdp\group" mrp="os\shortlinksrv\bluetooth\gavdp\group\bluetooth_gavdp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1119
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1120
            <component name="Bluetooth ROM" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1121
              <unit bldFile="os\shortlinksrv\bluetoothmgmt\btrom" mrp="os\shortlinksrv\bluetoothmgmt\btrom\bluetooth_rom.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1122
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1123
            <component name="Bluetooth Client Library">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1124
              <unit bldFile="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib" mrp="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib\bluetooth_user.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1125
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1126
            <component name="Bluetooth Build Utilities">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1127
              <unit mrp="os\shortlinksrv\bluetoothmgmt\btcommon\bluetooth_common.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1128
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1129
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1130
          <collection name="Short Link Protocol Plugins" level="bearer-manager">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1131
            <component name="Bluetooth Stack" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1132
              <unit bldFile="os\shortlinksrv\bluetooth\btstack" mrp="os\shortlinksrv\bluetooth\btstack\bluetooth_stack.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1133
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1134
            <component name="IrDA Stack">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1135
              <unit bldFile="os\shortlinksrv\irda\irdastack\group" mrp="os\shortlinksrv\irda\irdastack\group\infra-red_irda.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1136
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1137
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1138
          <collection name="Serial Comms Server Plugins" level="physical-abstraction">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1139
            <component name="Serial Port CSY" class="placeholder" plugin="Y">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1140
              <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1141
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1142
            <component name="Bluetooth CSY" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1143
              <unit bldFile="os\shortlinksrv\bluetooth\btcomm" mrp="os\shortlinksrv\bluetooth\btcomm\bluetooth_btcomm.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1144
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1145
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1146
        </subblock>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1147
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1148
      <block name="Multimedia" levels="device-fw devices middleware application-interface">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1149
		<collection name="Multimedia API Tests" level="application-interface">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1150
			<component name="Multimedia Verification Suite" class="placeholder" introduced="TB91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1151
				<!-- PLACEHOLDER="DS.1603"
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1152
				<unit mrp="os/mm/mmapitest/group/mmsvs.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1153
				-->
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1154
				</component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1155
		</collection>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1156
        <collection name="Multimedia APIs and Frameworks" level="application-interface">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1157
          <component name="Multimedia Framework" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1158
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group\multimedia_mmf.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1159
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1160
          <component name="Multimedia Utility Library">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1161
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmutilitylib\group" mrp="mw\mmmw\mmmiddlewarefws\mmutilitylib\group\multimedia_common.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1162
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1163
          <component name="Imaging Frameworks" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1164
            <unit bldFile="os\mm\imagingandcamerafws\imagingfws\group" mrp="os\mm\imagingandcamerafws\imagingfws\group\multimedia_icl.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1165
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1166
          <component name="Camera Framework" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1167
            <unit bldFile="os\mm\imagingandcamerafws\camerafw\framework\group" mrp="os\mm\imagingandcamerafws\camerafw\framework\group\multimedia_ecam_framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1168
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1169
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1170
        <collection name="Multimedia Plugins" level="middleware">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1171
          <component name="Multimedia Framework Plugins" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1172
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin\multimedia_mmf_plugin.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1173
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1174
          <component name="Imaging Plugins" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1175
            <unit bldFile="os\mm\imagingandcamerafws\imagingfws\plugins\group" mrp="os\mm\imagingandcamerafws\imagingfws\plugins\group\multimedia_icl_plugin.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1176
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1177
          <component name="Camera Plugins" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1178
            <unit bldFile="os\mm\imagingandcamerafws\camerafw\plugins\group" mrp="os\mm\imagingandcamerafws\camerafw\plugins\group\multimedia_ecam_plugins.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1179
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1180
		   <component name="3GP Library" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1181
            <unit bldFile="os\mm\mmplugins\3gplib\group" mrp="os\mm\mmplugins\3gplib\group\multimedia_3gplibrary.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1182
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1183
          <component name="3GP Unit Tests" introduced="tb92_or_future" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1184
            <unit mrp="os\mm\mmplugins\3gpunittest\group\multimedia_unittest_3gplibrary_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1185
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1186
          <component name="A3F Audio Component Library">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1187
            <unit bldFile="os\mm\mmhais\a3facl\group" mrp="os\mm\mmhais\a3facl\group\multimedia_a3f_acl.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1188
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1189
          <component name="A3F DevSound Customisation">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1190
            <unit bldFile="os\mm\mmhais\a3fdevsoundcustomisation\group" mrp="os\mm\mmhais\a3fdevsoundcustomisation\group\multimedia_a3f_devsoundadaptationinfo.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1191
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1192
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1193
        <collection name="Multimedia Resource Management" level="middleware">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1194
          <component name="Multimedia Resource Controller">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1195
            <unit bldFile="os\mm\mmresourcemgmt\mmresctrl\group" mrp="os\mm\mmresourcemgmt\mmresctrl\group\multimedia_a3f_refmmrc.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1196
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1197
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1198
        <collection name="Multimedia Device Framework" level="device-fw">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1199
          <component name="Media Device Framework" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1200
            <unit bldFile="os\mm\mmdevicefw\mdf\group" mrp="os\mm\mmdevicefw\mdf\group\multimedia_mdf.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1201
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1202
          <component name="Speech Recognition Controller" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1203
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group\multimedia_mmf_ASR.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1204
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1205
          <component name="OpenMAX" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1206
            <unit bldFile="os\mm\omxil\openmax\group" mrp="os\mm\omxil\openmax\group\multimedia_openmax.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1207
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1208
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1209
        <collection name="Sound Device" level="devices">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1210
          <component name="DevSound API">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1211
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api\multimedia_mdf_devsound_api.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1212
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1213
          <component name="A3F DevSound">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1214
            <unit bldFile="os\mm\devsound\a3fdevsound\group" mrp="os\mm\devsound\a3fdevsound\group\multimedia_a3f_devsound.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1215
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1216
          <component name="A3F Audio Component Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1217
            <unit bldFile="os\mm\devsound\a3facf\group" mrp="os\mm\devsound\a3facf\group\multimedia_a3f_acf.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1218
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1219
          <component name="DevSound Plugin Support" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1220
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport\multimedia_mdf_devsound_pluginsupport.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1221
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1222
          <component name="Reference DevSound Plugins" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1223
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin\multimedia_mdf_devsound_refplugin.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1224
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1225
          <component name="Bluetooth DevSound Plugin" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1226
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group\multimedia_mdf_devsound_refbtplugin.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1227
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1228
          <component name="A3F Trace Utility">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1229
            <unit bldFile="os\mm\devsound\a3ftrace\group" mrp="os\mm\devsound\a3ftrace\group\multimedia_a3f_traces.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1230
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1231
          <component name="A3F Server Start" plugin="Y" introduced="9.5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1232
            <unit bldFile="os\mm\devsound\a3fsrvstart\group" mrp="os\mm\devsound\a3fsrvstart\group\multimedia_a3f_serverstart.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1233
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1234
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1235
        <collection name="Multimedia Hardware Adaptation Interfaces" level="device-fw">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1236
          <component name="DevSound Hardware Device API" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1237
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev\multimedia_mdf_devsound_hwdev.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1238
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1239
          <component name="Reference ACL Adaptation">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1240
            <unit bldFile="os\mm\mmhais\refacladapt\group" mrp="os\mm\mmhais\refacladapt\group\multimedia_a3f_refacladaptation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1241
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1242
          <component name="Video HAI" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1243
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group\multimedia_mdf_devvideo.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1244
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1245
          <component name="Mobile TV DVB-H Receiver HAI" introduced="9.5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1246
            <unit bldFile="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group" mrp="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group\multimedia_mobiletv_dvbh_hai.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1247
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1248
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1249
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1250
      <block name="Graphics" levels="engines internal-adaptations device-interface internal-utils application-interface">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1251
		<collection name="Graphics API Tests" level="application-interface">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1252
		<component name="Graphics Verification Suite" class="placeholder" introduced="TB91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1253
			<!-- PLACEHOLDER="DS.1603"
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1254
			<unit mrp="os/graphics/graphcisapitest/group/graphicssvs.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1255
			-->
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1256
		</component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1257
		</collection>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1258
        <collection name="Windowing Framework" level="application-interface">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1259
          <component name="Window Server">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1260
            <unit bldFile="os\graphics\windowing\windowserver\group" mrp="os\graphics\windowing\windowserver\group\graphics_wserv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1261
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1262
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1263
        <collection name="Printing Services" level="application-interface">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1264
          <component name="Printer Driver Support">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1265
            <unit bldFile="os\graphics\printingservices\printerdriversupport\group" mrp="os\graphics\printingservices\printerdriversupport\group\graphics_pdrstore.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1266
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1267
          <component name="Printer Drivers" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1268
            <unit bldFile="os\graphics\printingservices\printerdrivers\group" mrp="os\graphics\printingservices\printerdrivers\group\graphics_printdrv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1269
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1270
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1271
        <collection name="Fonts Services" level="internal-utils">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1272
          <component name="Text Shaper Plugin" plugin="Y" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1273
            <unit bldFile="os\textandloc\fontservices\textshaperplugin\group" mrp="os\textandloc\fontservices\textshaperplugin\group\graphics_iculayoutengine.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1274
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1275
          <component name="Font and Bitmap Server">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1276
            <unit bldFile="os\graphics\fbs\fontandbitmapserver\group" mrp="os\graphics\fbs\fontandbitmapserver\group\graphics_fbserv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1277
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1278
          <component name="Font Store">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1279
            <unit bldFile="os\textandloc\fontservices\fontstore\group" mrp="os\textandloc\fontservices\fontstore\group\graphics_fntstore.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1280
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1281
          <component name="FreeType Font Rasteriser" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1282
            <unit bldFile="os\textandloc\fontservices\freetypefontrasteriser\group" mrp="os\textandloc\fontservices\freetypefontrasteriser\group\graphics_freetype.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1283
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1284
          <component name="iType Font Rasteriser" contract="Monotype_iType_Rasteriser" filter="gt" plugin="Y" introduced="9.5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1285
            <unit bldFile="os\graphics\fbs\itypefontrasteriser\group" mrp="os\graphics\fbs\itypefontrasteriser\group\graphics_itype.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1286
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1287
          <component name="Reference Fonts">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1288
            <unit bldFile="os\textandloc\fontservices\referencefonts\group" mrp="os\textandloc\fontservices\referencefonts\group\graphics_fonts.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1289
          </component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1290
          <component name="Graphics Test Fonts" filter="gt">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1291
            <unit bldFile="os\textandloc\fontservices\graphicstestfonts\group" mrp="os\textandloc\fontservices\graphicstestfonts\group\graphics_testfonts.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1292
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1293
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1294
        <collection name="Khronos APIs" level="device-interface">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1295
          <component name="OpenGL ES Framework" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1296
            <unit bldFile="os\graphics\opengles\openglesdisplayproperties\group" mrp="os\graphics\opengles\openglesdisplayproperties\group\graphics_openglesdisplayproperty.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1297
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1298
          <component name="OpenGL ES API" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1299
            <unit bldFile="os\graphics\opengles\openglesinterface\group" mrp="os\graphics\opengles\openglesinterface\group\graphics_openglesheaders.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1300
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1301
          <component name="OpenVG API" contract="Symbian_Exclude" introduced="9.5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1302
            <unit bldFile="os\graphics\openvg\openvginterface\group" mrp="os\graphics\openvg\openvginterface\group\graphics_openvgheaders.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1303
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1304
          <component name="EGL API" contract="Symbian_Exclude" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1305
            <unit bldFile="os\graphics\egl\eglinterface\group" mrp="os\graphics\egl\eglinterface\group\graphics_eglheaders.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1306
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1307
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1308
        <collection name="Khronos Implementation" level="internal-adaptations">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1309
          <component name="OpenGL ES Implementation" contract="OPENGL" filter="gt" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1310
            <unit bldFile="os\graphics\opengles\openglesimplementation\group\" mrp="os\graphics\opengles\openglesimplementation\group\graphics_opengles.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1311
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1312
          <component name="EGL Implementation" contract="Symbian_Exclude" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1313
            <unit bldFile="os\graphics\egl\eglimplementation\group\" mrp="os\graphics\egl\eglimplementation\group\graphics_egl.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1314
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1315
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1316
        <collection name="Graphics Device Interface" level="device-interface">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1317
          <component name="Bit GDI">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1318
            <unit bldFile="os\graphics\graphicsdeviceinterface\bitgdi\group" mrp="os\graphics\graphicsdeviceinterface\bitgdi\group\graphics_bitgdi.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1319
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1320
          <component name="GDI">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1321
            <unit bldFile="os\textandloc\graphicsdevif\gdi\group" mrp="os\textandloc\graphicsdevif\gdi\group\graphics_gdi.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1322
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1323
          <component name="Colour Palette" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1324
            <unit bldFile="os\graphics\graphicsdeviceinterface\colourpalette\group" mrp="os\graphics\graphicsdeviceinterface\colourpalette\group\graphics_palette.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1325
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1326
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1327
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1328
      <block name="Location Based Services" levels="data-acquisition adaptation management application-interface">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1329
        <collection name="Location Request Management" level="application-interface">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1330
          <component name="Location Server" contract="LBS" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1331
            <unit bldFile="os\lbs\locationrequestmgmt\locationserver\group" mrp="os\lbs\locationrequestmgmt\locationserver\group\lbs_locationserver.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1332
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1333
          <component name="Network Request Handler" contract="LBS" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1334
            <unit bldFile="os\lbs\locationrequestmgmt\networkrequesthandler\group" mrp="os\lbs\locationrequestmgmt\networkrequesthandler\group\lbs_networkrequesthandler.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1335
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1336
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1337
        <collection name="Location Management" level="management">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1338
          <component name="A-GPS Location Manager" contract="LBS" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1339
            <unit bldFile="os\lbs\locationmgmt\agpslocationmgr\group" mrp="os\lbs\locationmgmt\agpslocationmgr\group\lbs_agpslocationmanager.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1340
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1341
          <component name="Network Location Manager" contract="LBS" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1342
            <unit bldFile="os\lbs\locationmgmt\networklocationmgr\group" mrp="os\lbs\locationmgmt\networklocationmgr\group\lbs_networklocationmanager.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1343
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1344
          <component name="Location Admin" contract="LBS" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1345
            <unit bldFile="os\lbs\locationmgmt\locationcore\group" mrp="os\lbs\locationmgmt\locationcore\group\lbs_admin.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1346
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1347
          <component name="Network Gateway" contract="LBS" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1348
            <unit bldFile="os\lbs\locationmgmt\networkgateway\group" mrp="os\lbs\locationmgmt\networkgateway\group\lbs_networkgateway.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1349
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1350
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1351
        <collection name="Network Adaptation" level="adaptation">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1352
          <component name="Network Protocol Module" plugin="Y" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1353
            <unit bldFile="os\lbs\lbstest\locationprotocoltest\group" mrp="os\lbs\lbstest\locationprotocoltest\group\lbs_networktest.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1354
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1355
          <component name="Privacy Protocol Module" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1356
            <unit bldFile="os\lbs\networkprotocolmodules\privacyprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\privacyprotocolmodule\group\lbs_privacyprotocolmodule.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1357
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1358
          <component name="SUPL Protocol Module" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1359
		  <unit bldFile="os\lbs\networkprotocolmodules\suplprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\suplprotocolmodule\group\lbs_suplprotocolmodule.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1360
			</component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1361
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1362
        <collection name="Data Source Modules" level="data-acquisition">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1363
          <component name="Default Positioning Module" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1364
            <unit bldFile="os\lbs\datasourcemodules\defaultpositioningmodule\group" mrp="os\lbs\datasourcemodules\defaultpositioningmodule\group\lbs_default_positioning_module.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1365
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1366
          <component name="Bluetooth GPS Positioning Module" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1367
            <unit bldFile="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group" mrp="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group\lbs_bt_positioning_module.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1368
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1369
          <component name="Simulation Positioning Module" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1370
            <unit bldFile="os\lbs\datasourcemodules\simulationpositioningmodule\group" mrp="os\lbs\datasourcemodules\simulationpositioningmodule\group\lbs_simulation_positioning_module.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1371
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1372
		 </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1373
        <collection name="Data Source Adaptation" level="adaptation">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1374
          <component name="A-GPS Integration Module" plugin="Y" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1375
            <unit bldFile="os\lbs\datasourcemodules\agpsintegrationmodule\group" mrp="os\lbs\datasourcemodules\agpsintegrationmodule\group\lbs_datasourceplugins.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1376
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1377
          <component name="GPS Data Source Adaptation" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1378
            <unit bldFile="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group" mrp="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group\lbs_gps_data_source_adaptation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1379
          </component>		  
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1380
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1381
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1382
    </layer>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1383
    <layer name="Generic Middleware" levels="generic specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1384
      <block name="Generic Application Support">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1385
        <collection name="File Handling" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1386
          <component name="File Converter Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1387
            <unit bldFile="mw\appsupport\filehandling\fileconverterfw\group" mrp="mw\appsupport\filehandling\fileconverterfw\group\app-framework_conarc.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1388
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1389
          <component name="Other File Converter Plugins" plugin="Y" introduced="5.0" deprecated="9.3">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1390
            <unit bldFile="mw\appsupport\filehandling\fileconverterplugins\group" mrp="mw\appsupport\filehandling\fileconverterplugins\group\app-engines_convert.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1391
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1392
          <component name="HTML to RichText Converter" plugin="Y" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1393
            <unit bldFile="mw\appsupport\filehandling\htmltorichtextconverter\group" mrp="mw\appsupport\filehandling\htmltorichtextconverter\group\app-services_chtmltocrtconv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1394
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1395
          <component name="RichText to HTML Converter" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1396
            <unit bldFile="mw\appsupport\filehandling\richtexttohtmlconverter\Group" mrp="mw\appsupport\filehandling\richtexttohtmlconverter\Group\app-services_richtexttohtmlconv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1397
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1398
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1399
        <collection name="Text Rendering" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1400
          <component name="Text Handling">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1401
            <unit bldFile="os\textandloc\textrendering\texthandling\group" mrp="os\textandloc\textrendering\texthandling\group\app-framework_etext.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1402
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1403
          <component name="Text Formatting">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1404
            <unit bldFile="os\textandloc\textrendering\textformatting\group" mrp="os\textandloc\textrendering\textformatting\group\app-framework_form.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1405
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1406
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1407
        <collection name="Common Application Services" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1408
          <component name="Alarm Server" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1409
            <unit bldFile="mw\appsupport\commonappservices\alarmserver\Group" mrp="mw\appsupport\commonappservices\alarmserver\Group\app-services_alarmserver.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1410
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1411
          <component name="Help" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1412
            <unit bldFile="app\helps\symhelp\helpmodel\group" mrp="app\helps\symhelp\helpmodel\group\app-services_hlpmodel.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1413
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1414
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1415
        <collection name="Time Zone Services" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1416
          <component name="Time Zone Server" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1417
            <unit bldFile="mw\appsupport\tzservices\tzserver\group" mrp="mw\appsupport\tzservices\tzserver\group\app-services_tz.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1418
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1419
          <component name="Time Zone Localization" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1420
            <unit bldFile="mw\appsupport\tzservices\tzloc\group" mrp="mw\appsupport\tzservices\tzloc\group\app-services_timezonelocalization.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1421
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1422
          <component name="World Server" introduced="7.0" deprecated="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1423
            <unit bldFile="mw\appsupport\tzservices\worldserver\group" mrp="mw\appsupport\tzservices\worldserver\group\app-services_worldserver.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1424
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1425
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1426
        <collection name="Content Handling" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1427
          <component name="Content Handling Framework" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1428
            <unit bldFile="mw\appsupport\contenthandling\contenthandlingfw\Group" mrp="mw\appsupport\contenthandling\contenthandlingfw\Group\content-handling.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1429
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1430
          <component name="SMIL Parser" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1431
            <unit bldFile="app\messaging\messagingappbase\smilparser\GROUP" mrp="app\messaging\messagingappbase\smilparser\GROUP\messaging_gmxml.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1432
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1433
          <component name="Web Recognisers" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1434
            <unit bldFile="mw\appsupport\contenthandling\webrecognisers\group" mrp="mw\appsupport\contenthandling\webrecognisers\group\application-protocols_recognisers.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1435
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1436
          <component name="Reference DRM Agent" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1437
            <unit bldFile="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group" mrp="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group\security_rta.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1438
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1439
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1440
        <collection name="Printing Support" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1441
          <component name="Printing UI Support">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1442
            <unit bldFile="mw\appsupport\printingsupport\printinguisupport\group" mrp="mw\appsupport\printingsupport\printinguisupport\group\app-framework_print.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1443
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1444
        </collection>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1445
				<collection name="Hardware Resource Adaptation">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1446
					<component name="Hardware Resource Manager UI Plugin" introduced="tb91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1447
						<unit bldFile="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group" mrp="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group\telephony_hwrmuiplugin.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1448
					</component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1449
				</collection>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1450
        <collection name="Backup and Restore" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1451
          <component name="Backup Engine" introduced="9.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1452
            <unit bldFile="mw\remoteconn\backupandrestore\backupengine\group" mrp="mw\remoteconn\backupandrestore\backupengine\group\connectivity_backupengine.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1453
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1454
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1455
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1456
      <block name="Security Management">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1457
        <collection name="Installation Services" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1458
          <component name="Secure Software Install">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1459
            <unit bldFile="mw\appinstall\installationservices\swi\group" mrp="mw\appinstall\installationservices\swi\group\security_swi.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1460
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1461
          <component name="Secure Software Install Device Tools" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1462
            <unit bldFile="mw\appinstall\installationservices\swidevicetools\group" mrp="mw\appinstall\installationservices\swidevicetools\group\security_switools_device.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1463
          </component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1464
		  <component name="Software Install Test Framework">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1465
			<unit bldFile="mw\appinstall\installationservices\switestfw\group" mrp="mw\appinstall\installationservices\switestfw\group\install_testframework.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1466
          </component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1467
		<component name="Software Install Config">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1468
			<unit bldFile="mw\appinstall\installationservices\swiconfig\group" mrp="mw\appinstall\installationservices\swiconfig\group\install_config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1469
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1470
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1471
        <collection name="Crypto Services" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1472
          <component name="Certificate and Key Management" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1473
            <unit bldFile="os\security\cryptoservices\certificateandkeymgmt\group" mrp="os\security\cryptoservices\certificateandkeymgmt\group\security_certman.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1474
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1475
          <component name="Root Certificates" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1476
            <unit mrp="os\security\cryptoservices\rootcertificates\rootcerts.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1477
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1478
          <component name="ASN PKCS" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1479
            <unit bldFile="os\security\cryptoservices\asnpkcs\group" mrp="os\security\cryptoservices\asnpkcs\group\security_asnpkcs.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1480
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1481
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1482
        <collection name="Network Security" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1483
          <component name="TLS" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1484
            <unit bldFile="os\networkingsrv\networksecurity\tls\group" mrp="os\networkingsrv\networksecurity\tls\group\networking_tls.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1485
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1486
          <component name="TLS Provider" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1487
            <unit bldFile="os\networkingsrv\networksecurity\tlsprovider\group" mrp="os\networkingsrv\networksecurity\tlsprovider\group\security_tlsprovider.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1488
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1489
          <component name="IPsec" contract="IPSec_Protocol_Stack" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1490
            <unit bldFile="os\networkingsrv\networksecurity\ipsec\group" mrp="os\networkingsrv\networksecurity\ipsec\group\networking_ipsec.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1491
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1492
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1493
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1494
      <block name="Application Protocols">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1495
        <collection name="Application Layer Protocols" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1496
          <component name="HTTP Transport Framework" introduced="6.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1497
            <unit bldFile="mw\netprotocols\applayerprotocols\httptransportfw\group" mrp="mw\netprotocols\applayerprotocols\httptransportfw\group\http_transport-framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1498
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1499
          <component name="HTTP Examples" introduced="6.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1500
            <unit bldFile="mw\netprotocols\applayerprotocols\httpexamples\group" mrp="mw\netprotocols\applayerprotocols\httpexamples\group\http_examples.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1501
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1502
          <component name="WAP Push Framework" introduced="6.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1503
            <unit bldFile="mw\messagingmw\messagingfw\wappushfw\group" mrp="mw\messagingmw\messagingfw\wappushfw\group\wap-browser_wappush.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1504
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1505
		  <component name="SUPL SMS Handler" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1506
			<unit bldFile="mw\messagingmw\messagingfw\suplsmshandler\group" mrp="mw\messagingmw\messagingfw\suplsmshandler\group\lbs_suplsmstrigger.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1507
		  </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1508
		  <component name="SUPL WAP Push Handler" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1509
			<unit bldFile="mw\messagingmw\messagingfw\suplwappushhandler\group" mrp="mw\messagingmw\messagingfw\suplwappushhandler\group\lbs_suplwappush.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1510
		  </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1511
          <component name="WAP Push Support" introduced="6.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1512
            <unit bldFile="mw\netprotocols\applayerprotocols\wappushsupport\Group" mrp="mw\netprotocols\applayerprotocols\wappushsupport\Group\wap-browser_wappushsupport.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1513
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1514
          <component name="WAP Base" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1515
            <unit bldFile="mw\netprotocols\applayerprotocols\wapbase\Group" mrp="mw\netprotocols\applayerprotocols\wapbase\Group\wap-browser_wapbase.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1516
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1517
          <component name="FTP Engine" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1518
            <unit bldFile="mw\netprotocols\applayerprotocols\ftpengine\group" mrp="mw\netprotocols\applayerprotocols\ftpengine\group\networking_ftp_e.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1519
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1520
          <component name="Telnet Engine" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1521
            <unit bldFile="mw\netprotocols\applayerprotocols\telnetengine\group" mrp="mw\netprotocols\applayerprotocols\telnetengine\group\networking_telnet_e.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1522
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1523
          <component name="OBEX Protocol" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1524
            <unit bldFile="mw\shortlinkconn\obex\obexprotocol\group" mrp="mw\shortlinkconn\obex\obexprotocol\group\obex.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1525
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1526
          <component name="OBEX Extension API" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1527
            <unit bldFile="mw\shortlinkconn\obex\obexextensionapi\group" mrp="mw\shortlinkconn\obex\obexextensionapi\group\obex_extensionapis.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1528
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1529
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1530
        <collection name="Application Layer Plugins and Utils" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1531
          <component name="HTTP Utilities Library" introduced="6.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1532
            <unit bldFile="os\ossrv\genericservices\httputils\group" mrp="os\ossrv\genericservices\httputils\group\application-protocols_inetprotutil.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1533
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1534
          <component name="URI Permission Services" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1535
            <unit bldFile="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group" mrp="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group\application-protocols_ineturilist.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1536
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1537
          <component name="Bookmark Support" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1538
            <unit bldFile="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group" mrp="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group\application-protocols_bookmarks.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1539
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1540
          <component name="HTTP Protocol Plugins" plugin="Y" introduced="6.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1541
            <unit bldFile="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group\http_protocol-plugin.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1542
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1543
          <component name="HTTP Transport Plugins" plugin="Y" introduced="6.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1544
            <unit bldFile="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group\http_transport-plugin.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1545
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1546
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1547
        <collection name="Bluetooth Profiles" level="specific">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1548
          <component name="Bluetooth AVRCP">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1549
            <unit bldFile="mw\shortlinkconn\bluetoothappprofiles\avrcp" mrp="mw\shortlinkconn\bluetoothappprofiles\avrcp\bluetooth_avrcp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1550
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1551
          <component name="Bluetooth PBAP" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1552
            <unit bldFile="app\contacts\pimprotocols\pbap\group" mrp="app\contacts\pimprotocols\pbap\group\bluetooth_accesshost.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1553
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1554
          <component name="Bluetooth PAN Profile" plugin="Y" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1555
            <unit bldFile="os\shortlinksrv\bluetoothcommsprofiles\btpan\group" mrp="os\shortlinksrv\bluetoothcommsprofiles\btpan\group\bluetooth_pan.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1556
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1557
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1558
        <collection name="WAP Stack" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1559
          <component name="WAP Message API">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1560
            <unit bldFile="mw\netprotocols\wapstack\wapmessageapi\group" mrp="mw\netprotocols\wapstack\wapmessageapi\group\wap-stack_wapmessage.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1561
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1562
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1563
        <collection name="Connectivity Transports" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1564
          <component name="m-Router" contract="MRouter" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1565
            <unit bldFile="mw\remoteconn\connectivitytransports\mrouter\group" mrp="mw\remoteconn\connectivitytransports\mrouter\group\connectivity_mRouterSecure.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1566
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1567
          <component name="PLP Remote Link" deprecated="9.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1568
            <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp\connectivity_legacy_plp_plpgrp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1569
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1570
          <component name="PLP Variant" deprecated="9.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1571
            <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant\connectivity_legacy_plp_plpvariant.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1572
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1573
          <component name="Event Broadcast" deprecated="9.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1574
            <unit bldFile="mw\remoteconn\connectivitytransports\eventbroadcast\group" mrp="mw\remoteconn\connectivitytransports\eventbroadcast\group\connectivity_legacy_brdcst.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1575
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1576
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1577
        <collection name="MTP Transports" level="generic">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1578
          <component name="MTP USB Transport" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1579
            <unit bldFile="mw\remoteconn\mtptransports\mtpusbtransport\group" mrp="mw\remoteconn\mtptransports\mtpusbtransport\group\mtp_usbsic.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1580
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1581
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1582
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1583
      <block name="Multimedia Middleware" levels="protocols plugins">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1584
        <collection name="Multimedia Protocols" level="protocols">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1585
          <component name="MTP Framework" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1586
            <unit bldFile="mw\remoteconn\mtpfws\mtpfw\group" mrp="mw\remoteconn\mtpfws\mtpfw\group\mtp_framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1587
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1588
          <component name="RTP" introduced="9.0">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1589
            <!-- Real Time Data Protocol -->
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1590
            <unit bldFile="mw\ipappprotocols\realtimenetprots\rtp\group" mrp="mw\ipappprotocols\realtimenetprots\rtp\group\mm-protocols_rtp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1591
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1592
         <component name="SIP Framework" contract="SIP_Stack" introduced="9.2" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1593
            <unit version="2" bldFile="mw\ipappprotocols\realtimenetprots\sipfw\Group" mrp="mw\ipappprotocols\realtimenetprots\sipfw\Group\mm-protocols_SIP2_Com.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1594
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1595
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1596
        <collection name="SIP Connection Provider Plugins" level="plugins">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1597
          <component name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1598
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group\mm-protocols_SIPCPR.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1599
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1600
          <component name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1601
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group\mm-protocols_SIPDummyPRT.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1602
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1603
          <component name="SIP State Machine" introduced="9.2" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1604
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group\mm-protocols_SipStateMachine.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1605
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1606
          <component name="SIP Params" plugin="Y" introduced="9.2" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1607
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipparams\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipparams\group\mm-protocols_SIPParams.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1608
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1609
          <component name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1610
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group\mm-protocols_SIPSCPR.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1611
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1612
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1613
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1614
      <block name="System GUI Framework" levels="structure presentation">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1615
        <subblock name="GUI Provisioning">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1616
          <collection name="Common UI Support" level="presentation">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1617
            <component name="UIKON" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1618
              <unit bldFile="mw\classicui\commonuisupport\uikon\group" mrp="mw\classicui\commonuisupport\uikon\group\app-framework_uikon.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1619
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1620
            <component name="Error Resolver Data">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1621
              <unit bldFile="mw\classicui\commonuisupport\errorresolverdata\group" mrp="mw\classicui\commonuisupport\errorresolverdata\group\app-framework_errorresgt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1622
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1623
            <component name="UI Look and Feel" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1624
              <unit bldFile="mw\classicui\commonuisupport\uilaf\GROUP" mrp="mw\classicui\commonuisupport\uilaf\GROUP\app-framework_uiklafgt.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1625
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1626
            <component name="Grid">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1627
              <unit bldFile="mw\classicui\commonuisupport\grid\group" mrp="mw\classicui\commonuisupport\grid\group\app-framework_grid.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1628
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1629
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1630
          <collection name="Look-and-Feel Agnostic UI Foundation" level="structure">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1631
            <component name="Control Environment">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1632
              <unit bldFile="mw\classicui\lafagnosticuifoundation\cone\group" mrp="mw\classicui\lafagnosticuifoundation\cone\group\app-framework_cone.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1633
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1634
            <component name="Front End Processor">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1635
              <unit bldFile="mw\inputmethods\fep\frontendprocessor\group" mrp="mw\inputmethods\fep\frontendprocessor\group\app-framework_fepbase.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1636
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1637
            <component name="Graphics Effects" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1638
              <unit bldFile="mw\classicui\lafagnosticuifoundation\graphicseffects\group" mrp="mw\classicui\lafagnosticuifoundation\graphicseffects\group\app-framework_gfxtranseffect.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1639
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1640
            <component name="UI Graphics Utilities">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1641
              <unit bldFile="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group" mrp="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group\app-framework_egul.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1642
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1643
            <component name="Number Formatting" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1644
              <unit bldFile="os\textandloc\textrendering\numberformatting\group" mrp="os\textandloc\textrendering\numberformatting\group\app-framework_numberconversion.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1645
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1646
            <component name="Clock" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1647
              <unit bldFile="mw\classicui\lafagnosticuifoundation\clockanim\group" mrp="mw\classicui\lafagnosticuifoundation\clockanim\group\app-framework_clock.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1648
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1649
            <component name="BMP Animation" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1650
              <unit bldFile="mw\classicui\lafagnosticuifoundation\bmpanimation\group" mrp="mw\classicui\lafagnosticuifoundation\bmpanimation\group\app-framework_bmpanim.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1651
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1652
            <component name="Animation" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1653
              <unit bldFile="mw\classicui\lafagnosticuifoundation\animation\group" mrp="mw\classicui\lafagnosticuifoundation\animation\group\app-framework_animation.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1654
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1655
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1656
        </subblock>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1657
        <subblock name="Application Provisioning">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1658
          <collection name="Application Framework" level="structure">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1659
            <component name="Application Architecture">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1660
              <unit bldFile="mw\appsupport\appfw\apparchitecture\group" mrp="mw\appsupport\appfw\apparchitecture\group\app-framework_apparc.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1661
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1662
            <component name="View Server" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1663
              <unit bldFile="mw\appsupport\appfw\viewserver\group" mrp="mw\appsupport\appfw\viewserver\group\app-framework_viewsrv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1664
            </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1665
          </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1666
        </subblock>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1667
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1668
    </layer>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1669
    <layer name="Application Services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1670
      <block name="PIM" levels="utilities engines">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1671
        <collection name="PIM App Services" level="engines">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1672
          <component name="Calendar" introduced="9.5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1673
            <unit version="2" bldFile="app\organizer\pimappservices\calendar\group" mrp="app\organizer\pimappservices\calendar\group\app-engines_calendar.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1674
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1675
          <component name="Agenda Versit Plugin" plugin="Y" introduced="9.5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1676
            <unit version="2" bldFile="app\organizer\pimappservices\calendarvcalplugin\group" mrp="app\organizer\pimappservices\calendarvcalplugin\group\app-engines_agnversit2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1677
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1678
          <component name="Contacts Model" introduced="5.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1679
            <unit version="1" bldFile="app\contacts\phonebookengines\contactsmodel\group" mrp="app\contacts\phonebookengines\contactsmodel\group\app-engines_cntmodel.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1680
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1681
          <component name="Phonebook Sync" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1682
            <unit bldFile="app\contacts\pimprotocols\phonebooksync\group" mrp="app\contacts\pimprotocols\phonebooksync\group\telephony_phbksync.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1683
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1684
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1685
        <collection name="PIM Application Support" level="utilities">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1686
          <component name="vCard and vCal" introduced="5.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1687
            <unit bldFile="app\organizer\pimappsupport\vcardandvcal\group" mrp="app\organizer\pimappsupport\vcardandvcal\group\app-services_versit.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1688
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1689
          <component name="Chinese Calendar Converter" introduced="6.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1690
            <unit bldFile="app\organizer\pimappsupport\chinesecalendarconverter\group" mrp="app\organizer\pimappsupport\chinesecalendarconverter\group\app-services_calcon.mrp"/>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1691
          </component>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1692
          <component name="Chinese Calendar Algorithm" introduced="tb91">
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1693
            <unit bldFile="app\organizer\pimappsupport\chinesecalendaralg\group" mrp="app\organizer\pimappsupport\chinesecalendaralg\group\app-services_chinesecalendaralgorithm.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1694
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1695
          <component name="Backup Restore Notification" introduced="8.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1696
            <unit bldFile="mw\appsupport\commonappservices\backuprestorenotification\group" mrp="mw\appsupport\commonappservices\backuprestorenotification\group\app-services_BackupRestoreNotification.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1697
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1698
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1699
        <collection name="Office App Engines" level="engines">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1700
          <component name="Data Engine" introduced="5.0" deprecated="9.3">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1701
            <unit bldFile="app\organizer\officeappeng\datamodel\group" mrp="app\organizer\officeappeng\datamodel\group\app-engines_damodel.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1702
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1703
          <component name="Sheet Engine" introduced="5.0" deprecated="9.3">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1704
            <unit bldFile="app\organizer\officeappeng\sheeteng\group" mrp="app\organizer\officeappeng\sheeteng\group\app-engines_sheng.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1705
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1706
          <component name="Chart" introduced="5.0" deprecated="9.3" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1707
            <unit mrp="app\organizer\officeappeng\charteng\group\app-engines_chart.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1708
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1709
          <component name="Word Engine" introduced="5.0" deprecated="9.3">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1710
            <unit bldFile="app\organizer\officeappeng\wordeng\group" mrp="app\organizer\officeappeng\wordeng\group\app-engines_wpeng.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1711
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1712
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1713
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1714
      <block name="Messaging" levels="plugins framework">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1715
        <collection name="Messaging Framework" level="framework">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1716
          <component name="Message Server and Store">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1717
            <unit bldFile="mw\messagingmw\messagingfw\msgsrvnstore\group" mrp="mw\messagingmw\messagingfw\msgsrvnstore\group\messaging_framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1718
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1719
          <component name="BIO Messaging Framework" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1720
            <unit bldFile="mw\messagingmw\messagingfw\biomsgfw\group" mrp="mw\messagingmw\messagingfw\biomsgfw\group\messaging_biomsg.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1721
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1722
          <component name="MMS Settings" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1723
            <unit bldFile="app\messaging\mmsengine\mmssettings\group\" mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1724
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1725
          <component name="MMS Configuration">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1726
            <unit mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings-config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1727
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1728
          <component name="Messaging Config" introduced="9.4" class="config"> 
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1729
            <unit bldFile="mw\messagingmw\messagingfw\msgconf\group" mrp="mw\messagingmw\messagingfw\msgconf\group\messaging_config.mrp"/> 
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1730
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1731
          <component name="Watcher Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1732
            <unit bldFile="mw\messagingmw\messagingfw\watcherfw\group" mrp="mw\messagingmw\messagingfw\watcherfw\group\messaging_watcher.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1733
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1734
          <component name="Send As">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1735
            <unit bldFile="mw\messagingmw\messagingfw\sendas\group" mrp="mw\messagingmw\messagingfw\sendas\group\messaging_sendas2.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1736
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1737
          <component name="Message URL Handler" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1738
            <unit bldFile="mw\messagingmw\messagingfw\msgurlhandler\group" mrp="mw\messagingmw\messagingfw\msgurlhandler\group\messaging_urlhandler.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1739
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1740
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1741
        <collection name="Messaging Plugins" level="plugins">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1742
          <component name="BIO Watchers" plugin="Y" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1743
            <unit bldFile="mw\messagingmw\messagingfw\biowatchers\Group" mrp="mw\messagingmw\messagingfw\biowatchers\Group\messaging_biomsg_biowatchers_cdma.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1744
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1745
          <component name="Scheduled Send MTM" plugin="Y" introduced="6.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1746
            <unit bldFile="mw\messagingmw\messagingfw\scheduledsendmtm\group" mrp="mw\messagingmw\messagingfw\scheduledsendmtm\group\messaging_schedulesend.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1747
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1748
          <component name="POP3 and SMTP MTM" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1749
            <unit bldFile="app\messaging\email\pop3andsmtpmtm\group" mrp="app\messaging\email\pop3andsmtpmtm\group\messaging_email.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1750
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1751
          <component name="IMAP4 MTM" plugin="Y" introduced="9.2">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1752
            <unit bldFile="app\messaging\email\imap4mtm\group" mrp="app\messaging\email\imap4mtm\group\messaging_email_imap.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1753
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1754
          <component name="OBEX MTMs" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1755
            <unit bldFile="app\messaging\messagingappbase\obexmtms\Group" mrp="app\messaging\messagingappbase\obexmtms\Group\messaging_obex.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1756
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1757
          <component name="SMS MTM" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1758
            <unit bldFile="app\messaging\mobilemessaging\smsmtm\multimode\Group" mrp="app\messaging\mobilemessaging\smsmtm\multimode\Group\messaging_sms_multimode.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1759
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1760
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1761
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1762
      <block name="Remote Management" levels="framework services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1763
        <collection name="Sync and Remote Management Framework" level="framework">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1764
          <component name="Connectivity Framework" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1765
            <unit bldFile="app\techview\connectivityapps\connectivityfw\group" mrp="app\techview\connectivityapps\connectivityfw\group\connectivity_framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1766
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1767
          <component name="OMA SyncML Data Sync" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1768
            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group\oma_syncml_datasync.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1769
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1770
          <component name="OMA SyncML Common Framework" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1771
            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group\oma_syncml_common_framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1772
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1773
          <component name="OMA SyncML DM Interface" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1774
            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group\oma_syncml_dm_interface.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1775
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1776
          <component name="OMA SyncML Config" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1777
            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group\oma_syncml_config.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1778
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1779
          <component name="Device Management Framework" introduced="8.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1780
            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group" mrp="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group\devprov_devman_framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1781
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1782
          <component name="Client Provisioning Framework" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1783
            <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group\devprov_clientprov_framework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1784
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1785
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1786
        <collection name="Sync and Remote Management Services" level="services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1787
          <component name="Connectivity Services" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1788
            <unit bldFile="app\techview\connectivityapps\connectivityservices\group" mrp="app\techview\connectivityapps\connectivityservices\group\connectivity_services.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1789
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1790
          <component name="Data Sync Adaptors" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1791
            <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group\data_sync_adaptors.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1792
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1793
          <component name="Device Management Adaptors" plugin="Y" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1794
            <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group" mrp="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group\devprov_devman_adapters.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1795
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1796
          <component name="Client Provisioning Adaptors" plugin="Y" introduced="9.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1797
            <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group\devprov_clientprov_adapters.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1798
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1799
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1800
        <collection name="MTP Data Providers" level="services">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1801
          <component name="MTP File and Folder Provider" plugin="Y" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1802
            <unit bldFile="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group" mrp="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group\mtp_filedp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1803
          </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1804
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1805
				<collection name="Bluetooth Application Profiles" level="services"> 
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1806
					<component name="Bluetooth AD2P" class="placeholder" introduced="9.4">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1807
					  <!-- PLACEHOLDER="DS.862"
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1808
						<unit bldFile="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/group" mrp="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/group/bluetooth_a2dp.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1809
					    -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1810
					</component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1811
					<component name="Bluetooth SBC Encoder" class="placeholder" introduced="9.4" plugin="Y">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1812
					  <!-- PLACEHOLDER="DS.862"
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1813
					  <unit bldFile="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/sbcencoder/implementation" mrp="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/sbcencoder/implementation/bluetooth_sbc.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1814
					  -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1815
					</component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1816
        </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1817
      </block>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1818
    </layer>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1819
     <layer name="MISC" levels="test pc-tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1820
      <collection name="Connectivity PC Side" level="pc-tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1821
        <component name="ConnectQI" contract="MRouterSDK" introduced="9.1" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1822
          <unit mrp="mw\remoteconn\connectivitypcside\connectqi\connectqisdk_mr3.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1823
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1824
        <component name="ConnectQI SDK" introduced="9.1" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1825
          <unit mrp="mw\remoteconn\connectivitypcside\connectqisdk\connectqisdk_public.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1826
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1827
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1828
      <collection name="Comms PC Side" level="pc-tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1829
        <component name="Prepare Default Comms Database" filter="gt" class="config PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1830
          <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group\comms-infras_defaultcommdb.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1831
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1832
        <component name="Install Default Comms Database" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1833
          <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group\comms-infras_installdefaultcommdb.mrp" priority="1010"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1834
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1835
        <component name="Comms Tools" introduced="9.4" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1836
          <unit mrp="os\commsfw\commsfwtools\commstools\group\comms-infras_tools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1837
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1838
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1839
      <collection name="Remote Management Test" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1840
        <component name="OMA SyncML Integration Test" introduced="7.0s" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1841
          <unit bldFile="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group\oma_syncml_integtest.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1842
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1843
        <component name="OMA Device Management Integration Test" introduced="9.1" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1844
          <unit bldFile="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group\devprov_integtest.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1845
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1846
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1847
      <collection name="Time Zone PC Side" level="pc-tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1848
        <component name="Time Zone Compiler" introduced="9.1" class="config PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1849
          <unit bldFile="mw\appsupport\tzpcside\tzcompiler\group" mrp="mw\appsupport\tzpcside\tzcompiler\group\app-services_tzcompiler.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1850
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1851
        <component name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1852
          <unit bldFile="mw\appsupport\tzpcside\worlddatabasekit\group" mrp="mw\appsupport\tzpcside\worlddatabasekit\group\app-services_wlddatabasekit_cedar.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1853
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1854
        <component name="World Tools" introduced="5.0" deprecated="9.1" class="config PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1855
          <unit bldFile="mw\appsupport\tzpcside\worldtools\group" mrp="mw\appsupport\tzpcside\worldtools\group\app-services_wldtools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1856
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1857
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1858
      <collection name="Secure Software Install Tools" level="pc-tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1859
        <component name="SWI Analysis Toolkit" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1860
          <unit bldFile="mw\appinstall\secureswitools\swianalysistoolkit\group" mrp="mw\appinstall\secureswitools\swianalysistoolkit\group\security_switools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1861
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1862
        <component name="Secure Software Install SIS Tools" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1863
          <unit bldFile="mw\appinstall\secureswitools\swisistools\group" mrp="mw\appinstall\secureswitools\swisistools\group\security_sistools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1864
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1865
        <component name="OpenSSL Library" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1866
          <unit mrp="mw\appinstall\secureswitools\openssllib\security_openssl.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1867
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1868
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1869
      <collection name="Security and Data Privacy Tools" level="pc-tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1870
          <component name="Security Tools" class="PC" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1871
            <unit bldFile="os\security\securityanddataprivacytools\securitytools\group" mrp="os\security\securityanddataprivacytools\securitytools\group\security_tools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1872
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1873
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1874
      <collection name="Graphics Test" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1875
        <component name="Graphics Test Harness" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1876
          <unit mrp="os\graphics\graphicstest\graphicstestharness\group\graphics_testharness.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1877
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1878
        <component name="UI Bench" introduced="9.2" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1879
          <unit bldFile="os\graphics\graphicstest\uibench\group" mrp="os\graphics\graphicstest\uibench\group\graphics_ui_bench.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1880
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1881
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1882
      <collection name="Graphics Tools" level="pc-tools">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1883
        <component name="GDI Tools" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1884
          <unit bldFile="os\graphics\graphicstools\gdi_tools\group" mrp="os\graphics\graphicstools\gdi_tools\group\graphics_gditools.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1885
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1886
        <component name="Bitmap Font Tools" class="PC">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1887
          <unit bldFile="os\graphics\graphicstools\bitmapfonttools\group" mrp="os\graphics\graphicstools\bitmapfonttools\group\graphics_gdtran.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1888
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1889
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1890
      <collection name="Kernel Test" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1891
        <component name="E32 Tests" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1892
          <unit bldFile="os\kernelhwsrv\kerneltest\e32test\group" mrp="os\kernelhwsrv\kerneltest\e32test\group\base_e32test.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1893
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1894
        <component name="SDIO Tests" filter="gt" introduced="9.2" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1895
          <unit bldFile="os\kernelhwsrv\kerneltest\sdiotest" mrp="os\kernelhwsrv\kerneltest\sdiotest\base_sdiotests.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1896
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1897
        <component name="E32 Utilities" contract="NAND_Flash_XSR_Unistore_2_Other_Portions">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1898
          <unit bldFile="os\kernelhwsrv\kerneltest\e32utils\group" mrp="os\kernelhwsrv\kerneltest\e32utils\group\base_e32utils.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1899
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1900
        <component name="File Server Tests" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1901
          <unit bldFile="os\kernelhwsrv\kerneltest\f32test\group" mrp="os\kernelhwsrv\kerneltest\f32test\group\base_f32test.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1902
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1903
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1904
      <collection name="Applications Test" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1905
        <component name="Core Apps Test" introduced="8.1" class="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1906
          <!-- XML Previous Location: Application Services/Other Application Services/ -->
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1907
          <unit mrp="mw\appsupport\commonappservices\coreappstest\Group\app-services_CoreAppsTest.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1908
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1909
        <component name="Agenda Model Test" introduced="8.1" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1910
          <unit bldFile="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv" mrp="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv\app-engines_testagendasrv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1911
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1912
        <component name="Alarm Server Test" introduced="8.1" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1913
          <unit bldFile="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv" mrp="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv\app-services_testalarmsrv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1914
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1915
        <component name="Time Zone Localization Resource Factory" introduced="9.1" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1916
          <unit bldFile="mw\appsupport\tzservices\tzlocrscfactory\group" mrp="mw\appsupport\tzservices\tzlocrscfactory\group\app-services_tzlocalizationrscfactory.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1917
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1918
        <component name="Time Zone Database" introduced="9.1" class="config">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1919
          <unit bldFile="mw\appsupport\tzservices\tzdatabase\group" mrp="mw\appsupport\tzservices\tzdatabase\group\app-services_tzdb.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1920
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1921
        <component name="World Server Test" introduced="8.1" deprecated="9.1" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1922
          <unit bldFile="mw\appsupport\tzservices\worldservertest\TestWorldSrv" mrp="mw\appsupport\tzservices\worldservertest\TestWorldSrv\app-services_testworldsrv.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1923
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1924
        <component name="Messaging Test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1925
          <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1926
          <unit bldFile="mw\messagingmw\messagingfw\msgtest\group" mrp="mw\messagingmw\messagingfw\msgtest\group\messaging_test.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1927
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1928
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1929
      <collection name="Integration Test" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1930
        <component name="Networking Integration Test" introduced="ER5" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1931
          <unit bldFile="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group" mrp="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group\networking_integrationtest.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1932
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1933
        <component name="MTP Integration Test" introduced="9.4" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1934
          <unit bldFile="mw\remoteconn\mtpfws\mtpintegrationtest\group" mrp="mw\remoteconn\mtpfws\mtpintegrationtest\group\mtp_test.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1935
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1936
        <component name="Base Integration Test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1937
          <unit bldFile="os\kernelhwsrv\baseintegtests\baseintegrationtest\group" mrp="os\kernelhwsrv\baseintegtests\baseintegrationtest\group\base_integration_test.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1938
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1939
        <component name="UIF Test Framework" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1940
          <unit mrp="mw\appsupport\appfw\uiftestfw\group\app-framework_testframework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1941
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1942
        <component name="Word" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1943
          <unit mrp="os\textandloc\textrendering\word\group\app-framework_word.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1944
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1945
        <component name="Messaging Tests">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1946
          <unit mrp="mw\messagingmw\messagingfw\msgtests\group\messaging.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1947
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1948
        <component name="Messaging Test Framework">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1949
          <unit mrp="mw\messagingmw\messagingfw\msgtestfw\group\messaging_testframework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1950
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1951
        <component name="Security Test Framework" introduced="7.0" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1952
          <unit mrp="os\security\cryptomgmtlibs\securitytestfw\group\security_testframework.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1953
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1954
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1955
      <collection name="Multimedia Validation Suite" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1956
        <component name="Multimedia Validation Suite Application" introduced="9.4" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1957
          <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group\multimedia_mvs_app.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1958
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1959
        <component name="Multimedia Validation Suite Agents" introduced="9.4">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1960
          <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group\multimedia_mvs_agents.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1961
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1962
        <component name="MVS Integration Tests" introduced="9.4" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1963
          <unit mrp="mw\mmmw\mmvalidationsuite\mvsintegrationtest\group\multimedia_inttest_mvs_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1964
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1965
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1966
      <collection name="Multimedia Unit Tests" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1967
        <component name="Multimedia Test Framework" introduced="7.0s" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1968
          <unit mrp="os\mm\mmtestenv\mmtestfw\group\multimedia_testframework_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1969
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1970
        <component name="Multimedia Test Framework Unit Tests" introduced="7.0s" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1971
          <unit mrp="os\mm\mmtestenv\mmtestfwunittest\group\multimedia_unittest_testframework_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1972
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1973
        <component name="MDF Unit Tests" introduced="9.2" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1974
          <unit mrp="os\mm\mmdevicefw\mdfunittest\group\multimedia_unittest_mdf_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1975
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1976
        <component name="MMF Unit Tests" introduced="7.0s" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1977
          <unit mrp="mw\mmmw\mmfwtest\mmfunittest\group\multimedia_unittest_mmf_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1978
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1979
        <component name="Imaging Unit Tests" introduced="7.0s" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1980
          <unit mrp="os\mm\imagingandcamerafws\imagingunittest\group\multimedia_unittest_icl_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1981
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1982
        <component name="Camera Unit Tests" introduced="9.2" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1983
          <unit mrp="os\mm\imagingandcamerafws\cameraunittest\group\multimedia_unittest_ecam_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1984
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1985
        <component name="Mobile TV DVB-H Unit Tests" introduced="9.5" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1986
          <unit mrp="os\mm\mmhais\dvbhunittest\hai\dvbh\group\multimedia_unittest_dvbhhai.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1987
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1988
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1989
      <collection name="Multimedia Test" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1990
        <component name="A3F Integration Tests">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1991
          <unit mrp="os\mm\devsound\a3fintegrationtest\group\multimedia_inttest_a3f_devsound_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1992
	    </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1993
        <component name="A3F Characterisation Tests" introduced="9.4" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1994
          <unit mrp="os\mm\devsound\a3fcharacterisationtest\group\multimedia_a3f_devsound_char.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1995
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1996
        <component name="Multimedia Test Agent" introduced="8.0" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  1997
          <unit mrp="os\mm\mmtestenv\mmtestagent\group\multimediatestagent_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1998
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1999
        <component name="MMF Integration Tests" introduced="7.0s" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2000
          <unit mrp="mw\mmmw\mmfwtest\mmfintegrationtest\group\multimedia_inttest_mmf_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2001
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2002
        <component name="Imaging Integration Tests" introduced="7.0s" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2003
          <unit mrp="os\mm\imagingandcamerafws\imaginginttest\group\multimedia_inttest_icl_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2004
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2005
        <component name="Multimedia Test Tools">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2006
          <unit mrp="os\mm\mmtestenv\mmtesttools\Group\multimedia_testtools_source.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2007
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2008
        <component name="MMF Characterisation Validation" introduced="9.3" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2009
          <unit bldFile="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group" mrp="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group\multimedia_mmf_char.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2010
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2011
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2012
      <collection name="Shortlink Test" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2013
         <component name="USB Manager Tests" introduced="7.0" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2014
          <unit version="2" mrp="os\shortlinksrv\usbmgmt\usbmgrtest\group\usb_test.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2015
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2016
        <component name="Bluetooth Examples and Tests" introduced="6.1" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2017
          <unit mrp="os\shortlinksrv\bluetooth\btexample\test\bluetooth_tests_examples.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2018
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2019
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2020
      <collection name="Comms Test" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2021
        <component name="Networking Dialog Stub" introduced="6.1">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2022
          <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\default" mrp="os\commsfw\datacommsserver\networkingdialogapi\default\networking_dialog_default.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2023
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2024
        <component name="Networking ROM">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2025
          <!--  production component: contains the IBY files -->
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2026
          <unit bldFile="os\networkingsrv\networkingsrv_info\networkingrom\group" mrp="os\networkingsrv\networkingsrv_info\networkingrom\group\networking_general.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2027
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2028
        <component name="Networking Unit Test" introduced="7.0" class="test">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2029
          <unit mrp="os\networkingsrv\networkingtestandutils\networkingunittest\group\networking_unittest.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2030
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2031
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2032
      <collection name="IP Examples" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2033
        <component name="Networking Examples" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2034
          <unit bldFile="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group" mrp="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group\networking_examplecode.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2035
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2036
        <component name="Example Internet Utilities" introduced="ER5">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2037
          <unit mrp="os\networkingsrv\networkingtestandutils\exampleinternetutilities\group\networking_inetutil.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2038
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2039
        <component name="IPv6 to 4 Tunnel" plugin="Y">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2040
          <unit mrp="os\networkingsrv\networkingtestandutils\ipv6to4tunnel\group\networking_6to4.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2041
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2042
        <component name="IP Administration Tool" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2043
          <unit mrp="app\techview\networkingutils\ipadministrationtool\group\networking_ipadm.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2044
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2045
        <component name="IP Analyzer" introduced="7.0">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2046
          <unit mrp="os\networkingsrv\networkingtestandutils\ipanalyzer\group\networking_iprotor.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2047
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2048
        <component name="Name Resolver Utility" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2049
          <unit mrp="app\techview\networkingutils\nameresolverutility\group\networking_nslookup.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2050
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2051
        <component name="IP Probe" plugin="Y" introduced="7.0s">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2052
          <unit mrp="os\networkingsrv\networkingtestandutils\ipprobe\group\networking_probe.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2053
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2054
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2055
      <collection name="Miscellaneous" level="test">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2056
        <component name="SYSTEMMONITOR">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2057
          <unit bldFile="os\buildtools\toolsandutils\systemmonitor\group" mrp="os\buildtools\toolsandutils\systemmonitor\group\testtools_systemmonitor.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2058
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2059
        <component name="TESTTOOLS_UTILITIES">
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2060
          <unit bldFile="os\persistentdata\loggingservices\rfilelogger\group" mrp="os\persistentdata\loggingservices\rfilelogger\group\testtools_utilities.mrp"/>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2061
        </component>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2062
      </collection>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2063
    </layer>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2064
  </systemModel>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2065
<SystemBuild schema="1.0.0">
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2066
  <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2067
  <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2068
  <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2069
  <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2070
  <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2071
  <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2072
  <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2073
  <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2074
  <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2075
  <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2076
  <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2077
  <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2078
  <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2079
  <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2080
  <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2081
  <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2082
  <!-- Aditional Targets -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2083
  <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2084
  <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2085
  <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2086
  <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2087
  <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2088
  <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2089
  <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2090
  <targetList name="tools" description="tools Targets" target="TOOLS"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2091
  <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2092
  <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2093
  <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2094
  <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2095
  <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2096
  <!-- 9.4 configuration -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2097
    <!-- tb91 configuration -->
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2098
    <!-- tb91sf configuration -->
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2099
  <configuration name="GT_tb91sf" description="tb91sf GT build" filter="raptor_tb91sf,gt">
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2100
    <ref item="Tools and Utils and SDKENG"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2101
    <ref item="HAL"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2102
    <ref item="Kernel Services"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2103
    <ref item="OS Services"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2104
    <ref item="Generic Middleware"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2105
    <ref item="Application Services"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2106
    <ref item="UI"/>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2107
    <ref item="MISC"/>
50
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2108
    <task><specialInstructions name="BootStrap1" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="setupprj.bat secure"/></task>
87f2aa577254 Add week 18 system models for sos and s60
Shabe Razvi <shaber@symbian.org>
parents: 41
diff changeset
  2109
    <task><specialInstructions name="BootStrap2" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="bld.bat rel"/></task>
41
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2110
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2111
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2112
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2113
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2114
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2115
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2116
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2117
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2118
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2119
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2120
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task> 
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2121
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2122
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2123
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2124
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2125
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2126
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2127
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2128
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2129
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2130
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2131
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2132
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2133
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2134
  </configuration>
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2135
    <!-- 9.5 configuration -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2136
    <!-- 9.6 configuration -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2137
 <!-- Future configuration -->
bf8784e09ef8 Updated foundation models to merge latest platform_updated models.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2138
</SystemBuild></SystemDefinition>