clean/sysdefs/system_model_os.xml
author thomase@UK-ThomasE.symbian.int
Tue, 19 May 2009 16:32:57 +0100
changeset 65 196745c43e60
parent 52 b11a8b959d76
child 66 786d7ef0dd6d
permissions -rw-r--r--
Merge sync from server.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition ( systemModel?, SystemBuild? )>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     5
  name CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     8
 <!ELEMENT layer (block* | collection*)*>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
     9
 <!ATTLIST layer
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    10
  name CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    11
  levels NMTOKENS #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    12
  span CDATA #IMPLIED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    13
 <!ELEMENT block (subblock* | collection*)*>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    14
 <!ATTLIST block
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    15
  levels NMTOKENS #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    16
  span CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    17
  level NMTOKEN #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    18
  name CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    19
 <!ELEMENT subblock (collection)*>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    20
 <!ATTLIST subblock name CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    21
 <!ELEMENT collection (component)*>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    22
 <!ATTLIST collection
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    23
  name CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    24
  level NMTOKEN #IMPLIED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    25
 <!ELEMENT component (unit)*>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    26
 <!ATTLIST component
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    27
  name CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    28
  deprecated CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    29
  introduced CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    30
  contract CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    31
  plugin (Y|N) "N"
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    32
  filter CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    33
  class NMTOKENS #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    34
  supports CDATA #IMPLIED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    35
 <!ELEMENT unit EMPTY>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    36
 <!ATTLIST unit
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    37
  mrp CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    38
  filter CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    39
  bldFile CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    40
  root CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    41
  version NMTOKEN #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    42
  prebuilt NMTOKEN #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    43
  late (Y|N) #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    44
  priority CDATA #IMPLIED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    45
 <!ELEMENT SystemBuild (option* | target+ | targetList+ | list+ | configuration+)*>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    46
 <!ATTLIST SystemBuild schema CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    47
 <!ELEMENT list (ref+)>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    48
 <!ATTLIST list
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    49
  name ID #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    50
  description CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    51
 <!ELEMENT ref EMPTY>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    52
 <!ATTLIST ref item CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    53
 <!ELEMENT targetList EMPTY>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    54
 <!ATTLIST targetList
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    55
  name ID #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    56
  description CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    57
  target IDREFS #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    58
 <!ELEMENT target EMPTY>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    59
 <!ATTLIST target
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    60
  name ID #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    61
  abldTarget CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    62
  description CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    63
 <!ELEMENT option EMPTY>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    64
 <!ATTLIST option
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    65
  name ID #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    66
  abldOption CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    67
  description CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    68
  enable (Y | N ) #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    69
 <!ELEMENT configuration (listRef+ | ref+ | task+)*>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    70
 <!ATTLIST configuration
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    71
  name ID #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    72
  description CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    73
  filter CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    74
 <!ELEMENT task (listRef* , (buildLayer | specialInstructions))>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    75
 <!ELEMENT listRef EMPTY>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    76
 <!ATTLIST listRef list CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    77
 <!ELEMENT buildLayer EMPTY>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    78
 <!ATTLIST buildLayer
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    79
  command CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    80
  targetList IDREFS #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    81
  unitParallel (Y | N ) #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    82
  targetParallel (Y | N ) "N">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    83
 <!ELEMENT specialInstructions EMPTY>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    84
 <!ATTLIST specialInstructions
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    85
  name CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    86
  cwd CDATA #REQUIRED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    87
  root CDATA #IMPLIED
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    88
  command CDATA #REQUIRED>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    89
]>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    90
<SystemDefinition name="MCL" schema="2.0.0">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    91
  <systemModel>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    92
    <layer name="Tools and Utils and SDKENG" levels="SDK tools test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    93
      <collection name="Build System Tools" level="tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    94
        <component name="BUILDSYSTEMTOOLS">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
    95
          <unit bldFile="os\buildtools\bldsystemtools\buildsystemtools\group" mrp="os\buildtools\bldsystemtools\buildsystemtools\group\tools_build.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    96
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
    97
        <component name="GT Techview Baseline">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
    98
          <unit mrp="os\buildtools\packaging\additionalutils\gt_techview_baseline.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
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
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   100
		     <package name="gt_only_baseline" mrp="os/buildtools/packaging/additionalutils/gt_only_baseline.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   101
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   102
        <component name="Cedar Utils">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   103
          <unit mrp="os\deviceplatformrelease\symbianosbld\cedarutils\tools_utils_cedar.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   104
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   105
        <component name="Common Utils">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   106
          <unit mrp="os\buildtools\bldsystemtools\commonbldutils\tools_utils_common.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   107
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   108
        <component name="Additional Utils">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   109
          <unit mrp="os\buildtools\packaging\additionalutils\additional_unknown_cedar.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   110
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   111
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   112
      <collection name="Tools and Utils" level="tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   113
        <component name="CTS Functionality Checkers">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   114
          <unit mrp="os\buildtools\toolsandutils\ctsfunctionalitycheckers\Group\testtools_cts_functionalitycheckers.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   115
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   116
        <component name="BURTESTSERVER">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   117
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   118
          <!-- <unit bldFile="os\buildtools\toolsandutils\burtestserver\Group" mrp="os\buildtools\toolsandutils\burtestserver\Group\testtools_burtestserver.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   119
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   120
        <component name="CBRTOOLS" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   121
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   122
          <!-- <unit bldFile="os\buildtools\toolsandutils\cbrtools\group" mrp="os\buildtools\toolsandutils\cbrtools\group\tools_cbr_tools.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   123
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   124
        <component name="CBRPRF">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   125
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   126
          <!-- <unit bldFile="os\buildtools\toolsandutils\prf\group" mrp="os\buildtools\toolsandutils\prf\group\tools_cbr_prf.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   127
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   128
        <component name="CDB">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   129
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   130
          <!-- <unit bldFile="os\buildtools\toolsandutils\cdb\group" mrp="os\buildtools\toolsandutils\cdb\group\testtools_cdb.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   131
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   132
        <component name="CHATSCRIPTS">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   133
          <unit bldFile="mw\remoteconn\connectivitypcside\chatscripts\group" mrp="mw\remoteconn\connectivitypcside\chatscripts\group\testtools_chatscripts.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   134
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   135
        <component name="DEPCHECK">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   136
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   137
          <!-- <unit bldFile="os\buildtools\binanamdw_os\depcheck" mrp="os\buildtools\binanamdw_os\depcheck\tools_depcheck.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   138
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   139
        <component name="E32 Tools" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   140
          <unit bldFile="os\buildtools\toolsandutils\e32tools\group" mrp="os\buildtools\toolsandutils\e32tools\group\tools_e32tools.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   141
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   142
        <component name="E32 Perl Tools" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   143
          <unit mrp="os\buildtools\sbsv1_os\e32toolp\group\tools_e32toolp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   144
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   145
        <component name="EVALID">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   146
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   147
          <!-- <unit bldFile="os\buildtools\bintools_os\evalid" mrp="os\buildtools\bintools_os\evalid\tools_evalid.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   148
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   149
        <component name="KITCOMPARATOR">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   150
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   151
          <!-- <unit bldFile="os\buildtools\toolsandutils\kitcomparator\group" mrp="os\buildtools\toolsandutils\kitcomparator\group\testtools_cts_kitcomparator.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   152
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   153
        <component name="LEAVESCAN">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   154
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   155
          <!-- <unit bldFile="os\buildtools\srcanamdw_os\leavescan\group" mrp="os\buildtools\srcanamdw_os\leavescan\group\testtools_leavescan.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   156
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   157
        <component name="PROGRAMCHECKER">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   158
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   159
          <!-- <unit bldFile="os\buildtools\srcanamdw_os\programchecker\group" mrp="os\buildtools\srcanamdw_os\programchecker\group\testtools_programchecker.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   160
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   161
        <component name="RCOMP">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   162
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   163
          <!-- <unit bldFile="os\buildtools\bintools_os\rcomp\group" mrp="os\buildtools\bintools_os\rcomp\group\tools_rcomp.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   164
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   165
        <component name="Redistribution" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   166
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   167
          <!-- <unit bldFile="os\buildtools\perltoolsplat_os\redistribution" mrp="os\buildtools\perltoolsplat_os\redistribution\tools_redistribution_common.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   168
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   169
        <component name="WinC Redistribution">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   170
          <unit mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_winc.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   171
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   172
        <component name="Additional Redistribution">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   173
          <unit mrp="os\buildtools\perltoolsplat_os\redistribution\additional_tools.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   174
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   175
        <component name="RESOURCE_HANDLER" contract="Symbian_Affiliate">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   176
          <unit mrp="app\techview\testapps\rschandler\TVResourceHandler\group\Testtools_ResourceHandler_gt.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   177
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   178
        <component name="ROMKIT_EKA2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   179
          <unit bldFile="os\buildtools\imgtools_os\romkiteka2\group" mrp="os\buildtools\imgtools_os\romkiteka2\group\tools_romkit.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   180
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   181
        <component name="MIGRATIONTOOL">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   182
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   183
          <!-- <unit bldFile="os\buildtools\srcanamdw_os\migrationtool\group" mrp="os\buildtools\srcanamdw_os\migrationtool\group\testtools_migrationtool.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   184
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   185
        <component name="TESTDRIVER">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   186
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   187
          <!-- <unit bldFile="os\buildtools\toolsandutils\testdriver\Group" mrp="os\buildtools\toolsandutils\testdriver\Group\testtools_testdriver.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   188
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   189
        <component name="S60 Compatibility Headers" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   190
          <unit version="9.4" bldFile="os\ossrv\genericservices\s60compatibilityheaders\group94" mrp="os\ossrv\genericservices\s60compatibilityheaders\group94\tools_s60_header_compat94.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   191
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   192
        <component name="SMOKETEST" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   193
          <unit bldFile="app\techview\buildverification\smoketest\Group" mrp="app\techview\buildverification\smoketest\Group\testtools_smoketest.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   194
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   195
        <component name="Stat API" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   196
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   197
          <!-- <unit bldFile="os\buildtools\toolsandutils\statapi\source\statapi\console" mrp="os\buildtools\toolsandutils\statapi\group\testtools_stat_device_gt.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   198
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   199
        <component name="Stat Source" contract="Symbian_Affiliate" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   200
          <unit mrp="os\buildtools\toolsandutils\statsource\group\testtools_stat_common_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   201
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   202
        <component name="STAT_DESKTOP" contract="Symbian_Affiliate" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   203
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   204
          <!-- <unit bldFile="os\buildtools\toolsandutils\statdesktop\group" mrp="os\buildtools\toolsandutils\statdesktop\group\testtools_stat_desktop.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   205
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   206
        <component name="Bluetooth Logging Engine" introduced="9.2" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   207
          <unit bldFile="os\shortlinksrv\bluetooth\btlogger\group" mrp="os\shortlinksrv\bluetooth\btlogger\group\bluetooth_logger.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   208
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   209
        <component name="TESTEXECUTE">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   210
          <unit bldFile="os\osrndtools\testexecfw1\testexecute\Group" mrp="os\osrndtools\testexecfw1\testexecute\Group\tools_testexecute.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   211
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   212
        <component name="Test Tools Desktop" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   213
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   214
          <!-- <unit bldFile="os\buildtools\toolsandutils\testtoolsdesktop\group" mrp="os\buildtools\toolsandutils\testtoolsdesktop\group\testtools_desktop.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   215
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   216
        <component name="Wintunnel">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   217
          <unit mrp="os\buildtools\toolsandutils\wintunnel\group\testtools_WinTunnel_srconly.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   218
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   219
        <component name="Use Case Controller">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   220
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   221
          <!-- <unit bldFile="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group" mrp="os\buildtools\toolsandutils\usecasecontroller\BuildScripts\group\testtools_ucc.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   222
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   223
        <component name="CINIDATA">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   224
          <unit bldFile="os\osrndtools\testexecfw1\cinidata" mrp="os\osrndtools\testexecfw1\cinidata\tools_cinidata.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   225
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   226
        <component name="AUTOTEST">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   227
          <unit bldFile="os\buildtools\toolsandutils\autotest\group" mrp="os\buildtools\toolsandutils\autotest\group\tools_autotest.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   228
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   229
        <component name="TESTCONFIGFILEPARSER">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   230
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   231
          <!-- <unit bldFile="os\buildtools\toolsandutils\testconfigfileparser\group" mrp="os\buildtools\toolsandutils\testconfigfileparser\group\tools_testconfigfileparser.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   232
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   233
        <component name="KITSETUPAPP" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   234
          <unit mrp="os\buildtools\toolsandutils\kitsetupapp\group\tools_devkits_kitsetupapp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   235
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   236
        <component name="NAVIGATION_PAGES">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   237
          <unit mrp="os\buildtools\toolsandutils\navigationpages\tools_sdk_eng_NavigationPages.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   238
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   239
        <component name="PRODUCTINSTALLER" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   240
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   241
          <!-- <unit bldFile="os\buildtools\toolsandutils\productinstaller\group" mrp="os\buildtools\toolsandutils\productinstaller\group\tools_custkits_productinstaller.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   242
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   243
        <component name="REDISTRIBUTION_WINC_EKA2">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   244
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   245
          <!-- <unit bldFile="os\buildtools\dist_os\redistributionwinceka2" mrp="os\buildtools\dist_os\redistributionwinceka2\tools_redistribution_cedar.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   246
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   247
        <component name="MakeKeys" filter="gt" introduced="6.0" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   248
          <unit bldFile="mw\appinstall\secureswitools\makekeys\group" mrp="mw\appinstall\secureswitools\makekeys\group\security_makekeys.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   249
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   250
        <component name="CAPTOOLS">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   251
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   252
          <!-- <unit bldFile="os\buildtools\binanamdw_os\captools\group" mrp="os\buildtools\binanamdw_os\captools\group\testtools_captools.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   253
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   254
        <component name="Packet Loopback CSY" introduced="8.1" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   255
          <unit bldFile="os\commsfw\serialserver\packetloopbackcsy\group" mrp="os\commsfw\serialserver\packetloopbackcsy\group\PacketLoopbackCSY.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   256
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   257
        <component name="UTRACE" introduced="9.3" deprecated="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   258
          <unit bldFile="os\persistentdata\traceservices\utrace\group" mrp="os\persistentdata\traceservices\utrace\group\testtools_utrace_api.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   259
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   260
        <component name="STLPORT">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   261
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   262
          <!-- <unit bldFile="os\buildtools\toolsandutils\stlport\group" mrp="os\buildtools\toolsandutils\stlport\group\tools_stlport.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   263
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   264
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   265
      <collection name="Developer Library" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   266
        <component name="Developer Library Tools" class="placeholder">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   267
          <!-- placeholder for  mrp="os/buildtools/devlib/devlibhelp/tools/developerlibrary_tools.mrp" -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   268
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   269
        <component name="Developer Library Help">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   270
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   271
          <!-- <unit version="9.4" bldFile="os\buildtools\devlib\devlibhelp\group\devlib94" mrp="os\buildtools\devlib\devlibhelp\group\devlib94\developerlibrary_doc_html.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   272
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   273
        <component name="Developer Library Source" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   274
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   275
          <!-- <unit bldFile="os\buildtools\devlib\devlibhelp\securitysupplement\doc_source" mrp="os\buildtools\devlib\devlibhelp\developerlibrary_doc_source.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   276
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   277
        <component name="Developer Library HTML">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   278
          <unit mrp="os\buildtools\devlib\devlibhelp\group\shared\developerlibrary_doc_plain_html.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   279
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   280
        <!-- lots of subsystem documentation packages -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   281
        <component name="Application Engines Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   282
          <unit mrp="app\organizer\pimappservices\appenginesdocs\app-engines_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   283
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   284
        <component name="UI Frameworks Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   285
          <unit mrp="mw\classicui\commonuisupport\uifwsdocs\app-framework_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   286
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   287
        <component name="Application Services Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   288
          <unit mrp="mw\appsupport\commonappservices\appservicesdocs\app-services_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   289
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   290
        <component name="Base Documentation">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   291
          <unit mrp="os\kernelhwsrv\userlibandfileserver\basedocs\base_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   292
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   293
        <component name="Bluetooth Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   294
          <unit mrp="os\shortlinksrv\bluetooth\btdocs\bluetooth_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   295
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   296
        <component name="Comms Infrastructure Documentation" introduced="7.0" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   297
          <unit mrp="os\commsfw\commsfw_info\commsinfrastructuredocs\comms-infras_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   298
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   299
        <component name="Graphics Documentation" contract="Symbian_Affiliate" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   300
          <unit mrp="os\graphics\graphics_info\graphicsdocs\graphics_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   301
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   302
        <component name="Multimedia Documentation">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   303
          <unit mrp="os\mm\mm_info\mmdocs\multimedia_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   304
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   305
        <component name="Networking Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   306
          <unit mrp="os\networkingsrv\networkingsrv_info\networkingdocs\networking_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   307
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   308
        <component name="Security Documentation">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   309
          <unit mrp="os\security\cryptomgmtlibs\securitydocs\security_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   310
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   311
        <component name="Shortlink Documentation">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   312
          <unit mrp="os\commsfw\serialserver\c32serialserverdocs\ser-comms_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   313
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   314
        <component name="Syslibs Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   315
          <unit mrp="os\ossrv\genericservices\syslibsdocs\syslibs_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   316
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   317
        <component name="System Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   318
          <unit mrp="os\deviceplatformrelease\foundation_system\systemdocs\group\system.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   319
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   320
        <component name="Telephony Confidential Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   321
          <unit mrp="os\cellularsrv\cellularsrv_info\telephonyconfidentialdocs\telephony_confidential.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   322
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   323
        <component name="Telephony Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   324
          <unit mrp="os\cellularsrv\cellularsrv_info\telephonydocs\telephony_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   325
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   326
        <component name="Tools Documentation">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   327
          <unit mrp="os\buildtools\devlib\toolsdocs\tools_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   328
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   329
        <component name="USB Class and Manager Documentation" class="doc">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   330
          <unit mrp="os\shortlinksrv\usbmgmt\usbclassandmgrdocs\usb_documentation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   331
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   332
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   333
      <collection name="SDKENG" level="SDK">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   334
        <component name="RUNPERL" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   335
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   336
          <!-- <unit bldFile="os\buildtools\misccomponents\runperl\group" mrp="os\buildtools\misccomponents\runperl\group\tools_sdk_eng_runperl.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   337
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   338
        <component name="BUILD-TOOLS" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   339
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   340
          <!-- <unit bldFile="os\buildtools\sbsv1_os\bldtools\group" mrp="os\buildtools\sbsv1_os\bldtools\group\tools_sdk_eng_build-tools.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   341
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   342
        <component name="JAVALIBRARY" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   343
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   344
          <!-- <unit bldFile="os\buildtools\javatoolsplat\javalib\group" mrp="os\buildtools\javatoolsplat\javalib\group\tools_sdk_eng_javalibrary.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   345
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   346
        <component name="ASSERTION" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   347
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   348
          <!-- <unit bldFile="os\buildtools\misccomponents\assertion\group" mrp="os\buildtools\misccomponents\assertion\group\tools_sdk_eng_assertion.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   349
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   350
        <component name="ENUM" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   351
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   352
          <!-- <unit bldFile="os\buildtools\misccomponents\enum\group" mrp="os\buildtools\misccomponents\enum\group\tools_sdk_eng_enum.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   353
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   354
        <component name="LOGGER" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   355
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   356
          <!-- <unit bldFile="os\buildtools\misccomponents\logger\group" mrp="os\buildtools\misccomponents\logger\group\tools_sdk_eng_logger.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   357
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   358
        <component name="FILESYS" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   359
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   360
          <!-- <unit bldFile="os\buildtools\misccomponents\filesys\group" mrp="os\buildtools\misccomponents\filesys\group\tools_sdk_eng_filesys.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   361
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   362
        <component name="ENVVAR" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   363
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   364
          <!-- <unit bldFile="os\buildtools\misccomponents\envvar\group" mrp="os\buildtools\misccomponents\envvar\group\tools_sdk_eng_envvar.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   365
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   366
        <component name="INSTALLUTILS" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   367
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   368
          <!-- <unit bldFile="os\buildtools\misccomponents\installutils\group" mrp="os\buildtools\misccomponents\installutils\group\tools_sdk_eng_installutils.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   369
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   370
        <component name="MNEMONICFIX" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   371
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   372
          <!-- <unit bldFile="os\buildtools\misccomponents\mnemonicfix\group" mrp="os\buildtools\misccomponents\mnemonicfix\group\tools_sdk_eng_mnemonicfix.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   373
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   374
        <component name="PATHBROWSER" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   375
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   376
          <!-- <unit bldFile="os\buildtools\misccomponents\pathbrowser\group" mrp="os\buildtools\misccomponents\pathbrowser\group\tools_sdk_eng_pathbrowser.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   377
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   378
        <component name="SHELLEXEC" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   379
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   380
          <!-- <unit bldFile="os\buildtools\misccomponents\shellexec\group" mrp="os\buildtools\misccomponents\shellexec\group\tools_sdk_eng_shellexec.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   381
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   382
        <component name="SWINGWORKER" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   383
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   384
          <!-- <unit bldFile="os\buildtools\misccomponents\swingworker\group" mrp="os\buildtools\misccomponents\swingworker\group\tools_sdk_eng_swingworker.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   385
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   386
        <component name="TESTCASERUNNER" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   387
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   388
          <!-- <unit bldFile="os\buildtools\misccomponents\testcaserunner\group" mrp="os\buildtools\misccomponents\testcaserunner\group\tools_sdk_eng_testcaserunner.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   389
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   390
        <component name="TOOLBARPANEL" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   391
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   392
          <!-- <unit bldFile="os\buildtools\misccomponents\toolbarpanel\group" mrp="os\buildtools\misccomponents\toolbarpanel\group\tools_sdk_eng_toolbarpanel.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   393
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   394
        <component name="JAVAHELP" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   395
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   396
          <!-- <unit bldFile="os\buildtools\misccomponents\javahelp\group" mrp="os\buildtools\misccomponents\javahelp\group\tools_sdk_eng_javahelp.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   397
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   398
        <component name="LANGCONFIG" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   399
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   400
          <!-- <unit bldFile="os\buildtools\misccomponents\langconfig\group" mrp="os\buildtools\misccomponents\langconfig\group\tools_sdk_eng_langconfig.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   401
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   402
        <component name="MBMCODEC" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   403
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   404
          <!-- <unit bldFile="app\helps\symhelp\mbmcodec\group" mrp="app\helps\symhelp\mbmcodec\group\tools_sdk_eng_mbmcodec.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   405
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   406
        <component name="SDKINFO" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   407
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   408
          <!-- <unit bldFile="os\buildtools\misccomponents\sdkinfo\group" mrp="os\buildtools\misccomponents\sdkinfo\group\tools_sdk_eng_sdkinfo.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   409
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   410
        <component name="JADE" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   411
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   412
          <!-- <unit bldFile="os\buildtools\misccomponents\jade\group" mrp="os\buildtools\misccomponents\jade\group\tools_sdk_eng_jade.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   413
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   414
        <component name="CSHLPCMP_GUI" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   415
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   416
          <!-- <unit bldFile="app\helps\symhelp\cshlpcmpgui\group" mrp="app\helps\symhelp\cshlpcmpgui\group\tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   417
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   418
        <component name="SDK Package Manager" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   419
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   420
          <!-- <unit bldFile="os\buildtools\misccomponents\sdkpackagemgr\group" mrp="os\buildtools\misccomponents\sdkpackagemgr\group\tools_sdk_eng_sdkpkg-manager.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   421
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   422
        <component name="Production Build Tools" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   423
          <unit mrp="os\buildtools\toolsandutils\productionbldtools\product_tools.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   424
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   425
        <component name="Production Build CBR Configuration Files" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   426
          <unit mrp="os\deviceplatformrelease\symbianosbld\productionbldcbrconfig\product_cbr_config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   427
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   428
        <component name="SDKPKG-TOOLS" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   429
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   430
          <!-- <unit bldFile="os\buildtools\misccomponents\sdkpkgtools\group" mrp="os\buildtools\misccomponents\sdkpkgtools\group\tools_sdk_eng_sdkpkg-tools.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   431
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   432
        <component name="EMULATOR_LAUNCHER" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   433
          <unit bldFile="os\buildtools\misccomponents\emulatorlauncher\group" mrp="os\buildtools\misccomponents\emulatorlauncher\group\tools_sdk_eng_emulator_launcher.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   434
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   435
        <component name="PKGMGRGUI" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   436
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   437
          <!-- <unit bldFile="os\buildtools\misccomponents\pkgmgrgui\group" mrp="os\buildtools\misccomponents\pkgmgrgui\group\tools_sdk_eng_pkgmgrgui.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   438
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   439
        <component name="LAUNCH" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   440
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   441
          <!-- <unit bldFile="os\buildtools\misccomponents\launch\group" mrp="os\buildtools\misccomponents\launch\group\tools_sdk_eng_launch.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   442
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   443
        <component name="TOOLS_STUBS" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   444
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   445
          <!-- <unit bldFile="os\buildtools\misccomponents\toolsstubs\group" mrp="os\buildtools\misccomponents\toolsstubs\group\tools_sdk_eng_tools_stubs.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   446
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   447
        <component name="BSPBUILDER" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   448
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   449
          <!-- <unit bldFile="os\buildtools\misccomponents\bspbuilder\group" mrp="os\buildtools\misccomponents\bspbuilder\group\tools_bspbuilder.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   450
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   451
        <component name="ALP2CSH">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   452
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   453
          <!-- <unit bldFile="os\buildtools\fileconv\alp2csh\group" mrp="os\buildtools\fileconv\alp2csh\group\tools_sdk_eng_alp2csh.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   454
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   455
        <component name="CJPEG">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   456
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   457
          <!-- <unit bldFile="os\buildtools\fileconv\cjpeg\group" mrp="os\buildtools\fileconv\cjpeg\group\tools_sdk_eng_cjpeg.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   458
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   459
        <component name="CSHLPCMP Frontend">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   460
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   461
          <!-- <unit bldFile="app\helps\symhelp\cshlpcmpfrontend\group" mrp="app\helps\symhelp\cshlpcmpfrontend\group\tools_sdk_eng_cshlpcmp_frontend.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   462
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   463
        <component name="CSHLPCMP Backend">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   464
          <unit mrp="app\helps\symhelp\cshlpcmpbackend\group\tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   465
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   466
        <component name="PERLLIBRARY">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   467
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   468
          <!-- <unit bldFile="os\buildtools\perltoolsplat_os\legacycommonperl\group" mrp="os\buildtools\perltoolsplat_os\legacycommonperl\group\tools_sdk_eng_perllibrary.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   469
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   470
        <component name="Perl Shared Libraries">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   471
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   472
          <!-- <unit bldFile="os\buildtools\perltoolsplat_os\commonperl\group" mrp="os\buildtools\perltoolsplat_os\commonperl\group\tools_sdk_eng_perl_shared.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   473
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   474
        <component name="RTF2PTML">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   475
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   476
          <!-- <unit bldFile="os\buildtools\fileconv\rtf2ptml\group" mrp="os\buildtools\fileconv\rtf2ptml\group\tools_sdk_eng_rtf2ptml.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   477
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   478
        <component name="SPLASH">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   479
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   480
          <!-- <unit bldFile="os\buildtools\misccomponents\splash\group" mrp="os\buildtools\misccomponents\splash\group\tools_sdk_eng_splash.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   481
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   482
        <component name="SDK Builder">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   483
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   484
          <!-- <unit bldFile="os\buildtools\misccomponents\sdkbuilder\group" mrp="os\buildtools\misccomponents\sdkbuilder\group\tools_sdk_eng_sdk_builder.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   485
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   486
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   487
      <collection name="Test Product" level="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   488
		<!-- PLACEHOLDER="DS.1603" START REMOVE-->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   489
        <component name="Bluetooth Test Product" introduced="9.2" class="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   490
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   491
        <component name="Multimedia Test Product">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   492
        </component>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   493
		<!-- PLACEHOLDER="DS.1603" END REMOVE-->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   494
        <component name="Messaging Test Product">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   495
          <unit mrp="mw\messagingmw\messagingfw\msgtestproduct\group\messaging_testproduct.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   496
        </component>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   497
		<!-- PLACEHOLDER="DS.1603" START REMOVE-->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   498
        <component name="Syslibs Test Product">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   499
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   500
        <component name="Comms Infrastructure Test Product" introduced="9.2" class="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   501
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   502
        <component name="Graphics Test Product">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   503
        </component>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   504
		<!-- PLACEHOLDER="DS.1603" END REMOVE-->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   505
        <component name="LBS Test Product" introduced="9.2" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   506
          <unit mrp="os\lbs\lbstest\lbstestproduct\group\lbs_testproduct.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   507
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   508
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   509
    </layer>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   510
    <layer name="HAL" levels="Hardware-dependent">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   511
      <block name="Board Support Packages" level="Hardware-dependent">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   512
			<collection name="HAI Test Suites">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   513
		<component name="BSP Verification Suite" class="placeholder" introduced="TB91">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   514
			<!-- PLACEHOLDER="DS.1603"
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   515
			<unit mrp="os/boardsupport/haitest/group/bspsvs.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   516
			-->
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   517
		</component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   518
		</collection>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   519
        <collection name="Emulator">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   520
          <component name="Emulator BSP" contract="Symbian_SD4C">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   521
            <unit bldFile="os\boardsupport\emulator\emulatorbsp" mrp="os\boardsupport\emulator\emulatorbsp\base_wins.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   522
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   523
          <component name="Unistore2 Emulator Support" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.4">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   524
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   525
          <!-- <unit bldFile="os\boardsupport\emulator\unistore2emulatorsupport" mrp="os\boardsupport\emulator\unistore2emulatorsupport\base_wins_unistore2.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   526
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   527
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   528
        <collection name="OMAP H2">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   529
          <component name="OMAP H2 BSP" introduced="9.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   530
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   531
          <!-- <unit bldFile="os\boardsupport\omaph2\omaph2bsp\h2" mrp="os\boardsupport\omaph2\omaph2bsp\h2\base_omaph2.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   532
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   533
          <component name="OMAP H2 Unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   534
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   535
          <!-- <unit bldFile="os\boardsupport\omaph2\omaph2unistore2" mrp="os\boardsupport\omaph2\omaph2unistore2\base_h2_unistore2.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   536
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   537
          <component name="OMAP H2 SDIO" filter="gt" introduced="9.2">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   538
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   539
          <!-- <unit bldFile="os\boardsupport\omaph2\omaph2sdio" mrp="os\boardsupport\omaph2\omaph2sdio\base_h2_sdio.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   540
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   541
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   542
        <collection name="OMAP H4">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   543
          <component name="OMAP H4 BSP">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   544
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   545
          <!-- <unit bldFile="os\boardsupport\omaph4\omaph4bsp\h4" mrp="os\boardsupport\omaph4\omaph4bsp\h4\base_omaph4hrp.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   546
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   547
          <component name="H4 Boot Loader" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   548
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   549
          <!-- <unit mrp="os\boardsupport\omaph4\h4bootloader\base_omaph4hrp_bootldr.mrp" bldFile="os\boardsupport\omaph4\h4bootloader"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   550
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   551
          <component name="OMAP H4 Mini Environment Boot Loader" introduced="9.2">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   552
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   553
          <!-- <unit mrp="os\boardsupport\omaph4\omaph4minienvbootloader\base_omaph4hrp_mebootldr.mrp" bldFile="os\boardsupport\omaph4\omaph4minienvbootloader"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   554
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   555
          <component name="OMAP H4 Unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.2">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   556
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   557
          <!-- <unit bldFile="os\boardsupport\omaph4\omaph4unistore2" mrp="os\boardsupport\omaph4\omaph4unistore2\base_omaph4hrp_unistore2.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   558
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   559
          <component name="OMAP H4 SDIO" filter="gt" introduced="9.2">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   560
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   561
          <!-- <unit bldFile="os\boardsupport\omaph4\omaph4sdio" mrp="os\boardsupport\omaph4\omaph4sdio\base_omaph4hrp_sdio.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   562
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   563
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   564
        <collection name="Generic BSP">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   565
          <component name="Template Variant">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   566
            <unit bldFile="os\kernelhwsrv\bsptemplate\asspandvariant\template_variant" mrp="os\kernelhwsrv\bsptemplate\asspandvariant\base_template.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   567
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   568
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   569
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   570
      <collection name="Screen Drivers" level="Hardware-dependent">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   571
        <component name="Screen Driver" plugin="Y" introduced="6.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   572
          <unit bldFile="os\graphics\graphicsdeviceinterface\screendriver\group" mrp="os\graphics\graphicsdeviceinterface\screendriver\group\graphics_screendriver.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   573
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   574
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   575
      <collection name="Baseband Adaptation Plugins" level="Hardware-dependent">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   576
        <component name="Baseband Channel Adaptor for C32" plugin="Y" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   577
          <unit bldFile="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group" mrp="os\cellularsrv\basebandadaptationplugins\basebandchanneladaptorforc32\group\networking_c32bca.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   578
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   579
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   580
    </layer>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   581
    <layer name="Kernel Services" levels="kernel user">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   582
      <block name="Kernel-side Services" level="kernel" levels="generic specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   583
        <collection name="Kernel Architecture" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   584
          <component name="Kernel Architecture 2" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   585
            <unit bldFile="os\kernelhwsrv\kernel\eka" mrp="os\kernelhwsrv\kernel\eka\base_e32.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   586
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   587
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   588
        <collection name="Boot Loader" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   589
          <component name="Bootstrap" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   590
            <unit mrp="os\kernelhwsrv\brdbootldr\ubootldr\base_ubootldr.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   591
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   592
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   593
        <collection name="Flash Translation Layer" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   594
          <component name="Unistore2 Drivers" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   595
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   596
          <!-- <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   597
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   598
          <component name="Unistore2 Core" contract="NAND_Flash_XSR_Unistore_2_Core_Portion" filter="gt" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   599
            <unit mrp="os\kernelhwsrv\kernel\eka\drivers\unistore2\base_drivers_unistore2_undeliverable.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   600
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   601
          <component name="Unistore2 Crash Logger" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   602
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   603
          <!-- <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2" mrp="os\kernelhwsrv\kernel\eka\drivers\crashflash\unistore2\base_crashflash_unistore2.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   604
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   605
          <component name="Unistore2 Boot Support" contract="NAND_Flash_XSR_Unistore_2_Other_Portions" filter="gt" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   606
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   607
          <!-- <unit bldFile="os\kernelhwsrv\unistore2\uiibootsupport\nandloader\unistore2" mrp="os\kernelhwsrv\unistore2\uiibootsupport\base_nandboot_unistore2.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   608
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   609
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   610
        <collection name="Logical Device Drivers" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   611
          <component name="Ethernet Driver">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   612
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ethernet" mrp="os\kernelhwsrv\kernel\eka\drivers\ethernet\base_e32_drivers_ethernet.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   613
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   614
          <component name="Sound Driver" introduced="8.1b">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   615
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\esound" mrp="os\kernelhwsrv\kernel\eka\drivers\esound\base_e32_drivers_sound.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   616
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   617
          <component name="Serial Port Driver">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   618
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\ecomm" mrp="os\kernelhwsrv\kernel\eka\drivers\ecomm\base_e32_drivers_ecomm.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   619
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   620
          <component name="Legacy Drivers">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   621
            <unit mrp="os\kernelhwsrv\kernel\eka\drivers\adc\base_e32_drivers_adc.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   622
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   623
          <component name="Local Media Subsystem" introduced="8.1b">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   624
            <!-- these are LDDs for storage media-->
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   625
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\locmedia" mrp="os\kernelhwsrv\kernel\eka\drivers\locmedia\base_e32_drivers_locmedia.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   626
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   627
          <component name="Run Mode Debugger">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   628
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\debug" mrp="os\kernelhwsrv\kernel\eka\drivers\debug\base_e32_drivers_debug.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   629
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   630
          <component name="Kernel Trace Tool">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   631
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\trace" mrp="os\kernelhwsrv\kernel\eka\drivers\trace\base_e32_drivers_trace.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   632
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   633
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   634
        <collection name="Generic Driver Support" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   635
          <component name="SD Card 3C Driver" contract="SD_Card_SD3C" filter="gt" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   636
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   637
          <!-- <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"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   638
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   639
          <component name="SD Card 4C Driver" contract="SD_Card_SD4C" filter="gt" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   640
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   641
          <!-- <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"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   642
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   643
          <component name="Media Drivers">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   644
            <!-- these are for storage media-->
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   645
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   646
          <!-- <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\media" mrp="os\kernelhwsrv\kernel\eka\drivers\media\base_e32_drivers_media.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   647
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   648
          <component name="Generic Board Support Packages">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   649
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\bsp" mrp="os\kernelhwsrv\kernel\eka\drivers\bsp\base_e32_drivers_bsp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   650
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   651
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   652
        <collection name="Shortlink Logical Device Drivers" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   653
          <component name="USB Client Driver" introduced="8.1b">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   654
            <unit bldFile="os\kernelhwsrv\kernel\eka\drivers\usbc" mrp="os\kernelhwsrv\kernel\eka\drivers\usbc\base_e32_drivers_usbcli.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   655
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   656
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   657
        <collection name="Localisation" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   658
          <component name="Locale Support" contract="Symbian_Affiliate" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   659
            <unit bldFile="os\kernelhwsrv\localisation\localesupport" mrp="os\kernelhwsrv\localisation\localesupport\mmpfiles\base_loce32.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   660
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   661
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   662
      </block>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   663
	  <block name="Kernel and Hardware Services" level="kernel" levels="generic specific">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   664
	  <collection name="Base API Tests" level="user">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   665
			<component name="Base Verification Suite" class="placeholder" introduced="TB91">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   666
			<!-- PLACEHOLDER="DS.1603"
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   667
			<unit mrp="os/kernelhwsrv/baseapitest/group/basesvs.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   668
			-->
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   669
			</component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   670
      </collection>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   671
	  </block>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   672
      <block name="User-side Services" level="user">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   673
        <collection name="User Library and File Server">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   674
          <component name="User Library" contract="Symbian_Kernel">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   675
            <unit bldFile="os\kernelhwsrv\kernel\eka\euser" mrp="os\kernelhwsrv\kernel\eka\euser\base_e32_euser.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   676
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   677
          <component name="Compiler Runtime Support" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   678
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   679
          <!-- <unit bldFile="os\kernelhwsrv\kernel\eka\compsupp" mrp="os\kernelhwsrv\kernel\eka\compsupp\base_e32_compsupp.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   680
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   681
          <component name="File Server" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   682
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\group" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\group\base_f32.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   683
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   684
          <component name="FAT Filename Conversion Plugins" plugin="Y" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   685
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group" mrp="os\kernelhwsrv\userlibandfileserver\fatfilenameconversionplugins\group\syslibs_FATCharsetConv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   686
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   687
          <component name="NAND Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   688
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   689
          <!-- <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sftl" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sftl\base_f32_sftl.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   690
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   691
          <component name="Base Starter" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   692
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\estart" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\estart\base_f32_estart.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   693
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   694
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   695
        <collection name="File Systems" level="user">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   696
          <component name="ROM File System" filter="gt" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   697
            <unit mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srom\base_f32_srom.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   698
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   699
          <component name="ROFS" filter="gt" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   700
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\srofs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\srofs\base_f32_srofs.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   701
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   702
          <component name="USB Mass Storage File System" filter="gt" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   703
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\smassstorage\base_f32_smassstorage.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   704
          </component>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   705
		  <component name="FAT32 File System" contract="FAT32" filter="gt" plugin="Y">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   706
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat32\base_f32_sfat32.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   707
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   708
          <component name="FAT File System" filter="gt" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   709
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\sfat" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\sfat\base_f32_sfat.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   710
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   711
          <component name="Composite File System" filter="gt" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   712
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\scomp" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\scomp\base_f32_scomp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   713
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   714
          <component name="NTFS" filter="gt" plugin="Y">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   715
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   716
          <!-- <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\ntfs\base_f32_sntfs.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   717
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   718
          <component name="ISO9660 File System" filter="gt" plugin="Y" introduced="8.1b">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   719
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   720
          <!-- <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\iso9660\base_f32_siso9660.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   721
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   722
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   723
        <collection name="HAL Services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   724
          <component name="User-Side Hardware Abstraction" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   725
            <unit bldFile="os\kernelhwsrv\halservices\hal" mrp="os\kernelhwsrv\halservices\hal\base_hal.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   726
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   727
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   728
        <collection name="Text Mode Shell">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   729
          <component name="Text Window Server">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   730
            <unit bldFile="os\kernelhwsrv\kernel\eka\ewsrv" mrp="os\kernelhwsrv\kernel\eka\ewsrv\base_e32_ewsrv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   731
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   732
          <component name="Text Shell" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   733
            <unit bldFile="os\kernelhwsrv\userlibandfileserver\fileserver\etshell" mrp="os\kernelhwsrv\userlibandfileserver\fileserver\etshell\base_f32_eshell.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   734
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   735
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   736
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   737
    </layer>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   738
    <layer name="OS Services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   739
      <block name="Base Services" levels="physical-abstraction app-libs translation data-services utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   740
        <subblock name="Generic OS Services">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   741
		<collection name="SysLibs API Tests" level="utilities">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   742
		<component name="Syslibs Verfication Suite" class="placeholder" introduced="TB91">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   743
			<!-- PLACEHOLDER="DS.1603"
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   744
			<unit mrp="os/ossrv/syslibsapitest/group/syslibssvs.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   745
			-->
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   746
		</component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   747
		</collection>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   748
          <collection name="Generic Services" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   749
            <component name="MIME Recognition Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   750
              <unit bldFile="os\ossrv\genericservices\mimerecognitionfw\group" mrp="os\ossrv\genericservices\mimerecognitionfw\group\app-framework_emime.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   751
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   752
            <component name="System Agent" introduced="9.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   753
              <unit bldFile="os\ossrv\genericservices\systemagent\group" mrp="os\ossrv\genericservices\systemagent\group\syslibs_sysagent2.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   754
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   755
            <component name="Task Scheduler" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   756
              <unit bldFile="os\ossrv\genericservices\taskscheduler\group" mrp="os\ossrv\genericservices\taskscheduler\group\syslibs_schsvr.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   757
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   758
            <component name="Active Backup Client">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   759
              <unit bldFile="os\ossrv\genericservices\activebackupclient\group" mrp="os\ossrv\genericservices\activebackupclient\group\connectivity_abclient.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   760
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   761
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   762
          <collection name="System State Management" level="data-services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   763
            <component name="System Starter" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   764
              <unit bldFile="os\devicesrv\sysstatemgmt\systemstarter\group" mrp="os\devicesrv\sysstatemgmt\systemstarter\group\app-framework_sysstart.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   765
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   766
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   767
          <collection name="Crypto Management Libraries" level="data-services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   768
            <component name="Security Utils" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   769
              <unit bldFile="os\security\cryptomgmtlibs\securityutils\group" mrp="os\security\cryptomgmtlibs\securityutils\group\security_common.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   770
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   771
            <component name="Security Config" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   772
              <unit bldFile="os\security\securityanddataprivacytools\securityconfig\group" mrp="os\security\securityanddataprivacytools\securityconfig\group\security_config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   773
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   774
            <component name="Crypto Token Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   775
              <unit bldFile="os\security\cryptomgmtlibs\cryptotokenfw\group" mrp="os\security\cryptomgmtlibs\cryptotokenfw\group\security_cryptotokens.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   776
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   777
            <component name="File-based Certificate and Key Stores" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   778
              <unit bldFile="os\security\cryptoservices\filebasedcertificateandkeystores\group" mrp="os\security\cryptoservices\filebasedcertificateandkeystores\group\security_filetokens.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   779
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   780
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   781
          <collection name="Generic Open Libraries" level="translation">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   782
            <component name="C Standard Library" introduced="ER5">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   783
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   784
          <!-- <unit bldFile="os\ossrv\genericopenlibs\cstdlib\group" mrp="os\ossrv\genericopenlibs\cstdlib\group\syslibs_stdlib.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   785
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   786
            <component name="Open Environment Core" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   787
              <unit bldFile="os\ossrv\genericopenlibs\openenvcore\group" mrp="os\ossrv\genericopenlibs\openenvcore\group\openenv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   788
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   789
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   790
          <collection name="Compression and Crypto Libraries" level="translation">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   791
            <component name="Zip Compression Library" introduced="6.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   792
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   793
          <!-- <unit bldFile="os\ossrv\compressionlibs\ziplib\group" mrp="os\ossrv\compressionlibs\ziplib\group\syslibs_ezlib.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   794
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   795
            <component name="Weak Cryptography Library" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   796
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   797
          <!-- <unit bldFile="os\security\crypto\weakcrypto\group" mrp="os\security\crypto\weakcrypto\group\security_crypto_weak.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   798
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   799
            <component name="Strong Cryptography Library" contract="Symbian_Strong_Cryptography" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   800
              <unit bldFile="os\security\crypto\weakcrypto\strong" mrp="os\security\crypto\weakcrypto\group\security_crypto_strong.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   801
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   802
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   803
          <collection name="Low Level Libraries and Frameworks" level="app-libs">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   804
           <component name="Plugin Framework" introduced="6.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   805
              <unit version="2" bldFile="os\ossrv\lowlevellibsandfws\pluginfw\Group" mrp="os\ossrv\lowlevellibsandfws\pluginfw\Group\syslibs_ecom.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   806
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   807
            <component name="Application Utilities" introduced="ER5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   808
              <unit bldFile="os\ossrv\lowlevellibsandfws\apputils\group" mrp="os\ossrv\lowlevellibsandfws\apputils\group\syslibs_bafl.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   809
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   810
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   811
          <collection name="Resource Management" level="physical-abstraction">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   812
            <component name="Feature Registry" introduced="9.2" deprecated="9.6">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   813
              <unit bldFile="os\persistentdata\featuremgmt\featureregistry\group" mrp="os\persistentdata\featuremgmt\featureregistry\group\syslibs_featreg.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   814
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   815
            <component name="Hardware Resources Manager" introduced="9.5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   816
              <unit bldFile="os\devicesrv\resourcemgmt\hwresourcesmgr\group" mrp="os\devicesrv\resourcemgmt\hwresourcesmgr\group\telephony_hwrm.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   817
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   818
            <component name="Power and Memory Notification Service" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   819
              <unit bldFile="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group" mrp="os\devicesrv\resourcemgmt\powerandmemorynotificationservice\group\syslibs_pwrcli.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   820
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   821
            <component name="Domain Manager" introduced="8.1b">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   822
              <unit bldFile="os\kernelhwsrv\userlibandfileserver\domainmgr\group" mrp="os\kernelhwsrv\userlibandfileserver\domainmgr\group\base_domain.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   823
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   824
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   825
          <collection name="Character Conversion Framework" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   826
            <component name="Character Encoding and Conversion Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   827
              <unit bldFile="os\textandloc\charconvfw\charconv_fw\group" mrp="os\textandloc\charconvfw\charconv_fw\group\syslibs_charconv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   828
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   829
            <component name="Character Encoding and Conversion Plugins" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   830
              <unit bldFile="os\textandloc\charconvfw\charconvplugins\group" mrp="os\textandloc\charconvfw\charconvplugins\group\syslibs_charconv_plugins.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   831
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   832
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   833
        </subblock>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   834
        <subblock name="Persistent Data Services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   835
          <collection name="Logging Services" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   836
            <component name="Event Logger" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   837
              <unit bldFile="os\persistentdata\loggingservices\eventlogger\group" mrp="os\persistentdata\loggingservices\eventlogger\group\syslibs_logeng.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   838
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   839
            <component name="File Logger" introduced="ER5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   840
              <unit bldFile="os\persistentdata\loggingservices\filelogger\group" mrp="os\persistentdata\loggingservices\filelogger\group\comms-infras_flogger.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   841
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   842
            <component name="Comms Debug Utility" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   843
              <unit bldFile="os\persistentdata\traceservices\commsdebugutility\group" mrp="os\persistentdata\traceservices\commsdebugutility\group\comms-infras_commsdebugutility.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   844
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   845
            <component name="Trace Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   846
              <unit bldFile="os\persistentdata\traceservices\tracefw\ulogger\group" mrp="os\persistentdata\traceservices\tracefw\ulogger\group\tools_debug_trace.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   847
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   848
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   849
          <collection name="Content Management" level="data-services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   850
            <component name="Content Access Framework for DRM" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   851
              <unit bldFile="os\security\contentmgmt\contentaccessfwfordrm\group" mrp="os\security\contentmgmt\contentaccessfwfordrm\group\security_caf2.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   852
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   853
            <component name="CAF Recogniser Config" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   854
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   855
          <!-- <unit bldFile="os\security\contentmgmt\cafrecogniserconfig" mrp="os\security\contentmgmt\cafrecogniserconfig\security_reccafconfig.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   856
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   857
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   858
          <collection name="XML" level="translation">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   859
            <component name="XML Framework" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   860
              <unit bldFile="os\xmlsrv\xml\xmlfw\group" mrp="os\xmlsrv\xml\xmlfw\group\syslibs_xml.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   861
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   862
            <component name="XML Parser" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   863
              <unit bldFile="os\xmlsrv\xml\xmlexpatparser\group" mrp="os\xmlsrv\xml\xmlexpatparser\group\syslibs_xmlparser.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   864
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   865
            <component name="WBXML Parser" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   866
              <unit bldFile="os\xmlsrv\xml\wbxmlparser\group" mrp="os\xmlsrv\xml\wbxmlparser\group\syslibs_wbxmlparser.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   867
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   868
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   869
          <collection name="Persistent Storage" level="app-libs">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   870
            <component name="Store">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   871
              <unit bldFile="os\persistentdata\persistentstorage\store\group" mrp="os\persistentdata\persistentstorage\store\group\syslibs_store.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   872
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   873
            <component name="DBMS">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   874
              <unit bldFile="os\persistentdata\persistentstorage\dbms\group" mrp="os\persistentdata\persistentstorage\dbms\group\syslibs_dbms.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   875
            </component>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   876
			<component name="Central Repository" introduced="7.0s">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   877
              <unit bldFile="os\persistentdata\persistentstorage\centralrepository\group" mrp="os\persistentdata\persistentstorage\centralrepository\group\syslibs_centralrepository.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   878
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   879
            <component name="SQL" introduced="9.3">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   880
              <unit bldFile="os\persistentdata\persistentstorage\sql\GROUP" mrp="os\persistentdata\persistentstorage\sql\GROUP\syslibs_sql.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   881
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   882
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   883
        </subblock>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   884
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   885
      <block name="Comms Services" levels="physical-abstraction bearer-manager internal-utils servers_and_extensions utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   886
        <subblock name="Communications Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   887
		<collection name="Comms-Infras API Tests" level="utilities">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   888
		<component name="Comms Infrastructure Verification Suite" class="placeholder" introduced="TB91">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   889
			<!-- PLACEHOLDER="DS.1603"
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   890
			<unit mrp="os/commsfw/commsinfrastructureapitest/group/commsinfrastructuresvs.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   891
			-->
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   892
		</component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   893
		</collection>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   894
          <collection name="Comms Process and Settings" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   895
            <component name="Comms Root Server" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   896
              <unit bldFile="os\commsfw\commsprocess\commsrootserverconfig\group" mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   897
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   898
            <component name="Comms Root Server Config" introduced="9.1" class="config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   899
              <unit mrp="os\commsfw\commsprocess\commsrootserverconfig\group\comms-infras_rootserver-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   900
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   901
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   902
          <collection name="Comms Config. Utils" level="servers_and_extensions">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   903
            <component name="Comms Database">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   904
              <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\group\comms-infras_commsdat.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   905
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   906
            <component name="Comms Database Shim" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   907
              <unit bldFile="os\commsfw\commsconfig\commsdatabaseshim\group" mrp="os\commsfw\commsconfig\commsdatabaseshim\group\comms-infras_commdbshim.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   908
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   909
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   910
          <collection name="Data Comms Server" level="servers_and_extensions">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   911
            <component name="ESock Server">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   912
              <unit version="2" bldFile="os\commsfw\datacommsserver\esockserver\group" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   913
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   914
            <component name="ESock Server Config" introduced="9.1" class="config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   915
              <unit version="2" mrp="os\commsfw\datacommsserver\esockserver\group\comms-infras_esock-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   916
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   917
            <component name="Network Interface Manager" introduced="ER5U">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   918
              <unit version="1" bldFile="os\commsfw\datacommsserver\networkinterfacemgr\group" mrp="os\commsfw\datacommsserver\networkinterfacemgr\group\comms-infras_nifman.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   919
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   920
            <component name="Networking Dialog API" introduced="6.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   921
              <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\group" mrp="os\commsfw\datacommsserver\networkingdialogapi\group\networking_dialog.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   922
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   923
            <component name="Network Controller" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   924
              <unit bldFile="os\commsfw\datacommsserver\networkcontroller\group" mrp="os\commsfw\datacommsserver\networkcontroller\group\networking_netcon.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   925
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   926
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   927
          <collection name="Serial Server" level="bearer-manager">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   928
            <component name="C32 Serial Server" introduced="ER5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   929
              <unit bldFile="os\commsfw\serialserver\c32serialserver\group" mrp="os\commsfw\serialserver\c32serialserver\group\ser-comms_c32.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   930
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   931
            <component name="C32 Serial Server Config" introduced="ER5" class="config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   932
              <unit bldFile="os\commsfw\serialserver\c32serialserverconfig" mrp="os\commsfw\serialserver\c32serialserverconfig\ser-comms_c32-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   933
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   934
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   935
          <collection name="Comms Framework Utilities" level="internal-utils">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   936
            <component name="Comms Framework" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   937
              <unit bldFile="os\commsfw\commsfwutils\commfw\group" mrp="os\commsfw\commsfwutils\commfw\group\comms-infras_commsfw.mrp" priority="10"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   938
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   939
            <component name="Comms Elements" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   940
              <unit bldFile="os\commsfw\commsfwsupport\commselements\group" mrp="os\commsfw\commsfwsupport\commselements\group\comms-infras_elements.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   941
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   942
            <component name="MBuf Manager" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   943
              <unit bldFile="os\commsfw\commsfwutils\mbufmgr\group" mrp="os\commsfw\commsfwutils\mbufmgr\group\comms-infras_mbufmgr.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   944
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   945
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   946
          <collection name="Base Connection Providers" level="internal-utils">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   947
            <component name="Reference CPR" plugin="Y" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   948
              <unit bldFile="os\commsfw\baseconnectionproviders\refcpr\group" mrp="os\commsfw\baseconnectionproviders\refcpr\group\networking_ReferenceCPR.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   949
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   950
            <component name="Reference SCPR" plugin="Y" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   951
              <unit bldFile="os\commsfw\baseconnectionproviders\refscpr\group" mrp="os\commsfw\baseconnectionproviders\refscpr\group\networking_ReferenceSCPR.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   952
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   953
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   954
          <collection name="Baseband Abstraction" level="physical-abstraction">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   955
            <component name="Baseband Channel Adaptor" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   956
              <unit bldFile="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group" mrp="os\cellularsrv\basebandabstraction\basebandchanneladaptor\group\networking_bca.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   957
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   958
            <component name="Inter-System Communication" filter="gt" introduced="9.5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   959
              <unit bldFile="os\cellularsrv\basebandabstraction\intersystemcomm\group" mrp="os\cellularsrv\basebandabstraction\intersystemcomm\group\networking_isc.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   960
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   961
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   962
        </subblock>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   963
        <subblock name="Cellular Baseband Services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   964
          <collection name="Telephony Utilities" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   965
            <component name="Dial" deprecated="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   966
              <unit bldFile="os\cellularsrv\telephonyutils\dial\group" mrp="os\cellularsrv\telephonyutils\dial\group\telephony_dial.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   967
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   968
            <component name="Telephony Watchers" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   969
              <unit bldFile="os\cellularsrv\telephonyutils\telephonywatchers\group" mrp="os\cellularsrv\telephonyutils\telephonywatchers\group\telephony_watchers.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   970
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   971
            <component name="ETel 3rd Party API" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   972
              <unit bldFile="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group" mrp="os\cellularsrv\telephonyutils\etel3rdpartyapi\Group\telephony_etel3rdparty.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   973
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   974
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   975
          <collection name="Fax" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   976
            <component name="Fax Client and Server">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   977
              <unit bldFile="os\cellularsrv\fax\faxclientandserver\Group" mrp="os\cellularsrv\fax\faxclientandserver\Group\telephony_fax.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   978
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   979
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   980
          <collection name="Telephony Server" level="servers_and_extensions">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   981
            <component name="ETel Server and Core">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   982
              <unit bldFile="os\cellularsrv\telephonyserver\etelserverandcore\group" mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   983
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   984
            <component name="ETel Config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   985
              <unit mrp="os\cellularsrv\telephonyserver\etelserverandcore\group\telephony_etel-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   986
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   987
            <component name="ETel Multimode" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   988
              <unit bldFile="os\cellularsrv\telephonyserver\etelmultimode\group" mrp="os\cellularsrv\telephonyserver\etelmultimode\group\telephony_etelmm.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   989
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   990
            <component name="ETel Packet Data" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   991
              <unit bldFile="os\cellularsrv\telephonyserver\etelpacketdata\group" mrp="os\cellularsrv\telephonyserver\etelpacketdata\group\telephony_etelpckt.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   992
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   993
            <component name="ETel SIM Toolkit" introduced="6.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
   994
              <unit bldFile="os\cellularsrv\telephonyserver\etelsimtoolkit\group" mrp="os\cellularsrv\telephonyserver\etelsimtoolkit\group\telephony_etelsat.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   995
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   996
            <component name="ETel CDMA" introduced="7.0s">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   997
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
   998
          <!-- <unit bldFile="os\cellularsrv\telephonyserver\etelcdma\group" mrp="os\cellularsrv\telephonyserver\etelcdma\group\telephony_etelcdma.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
   999
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1000
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1001
          <collection name="SMS Protocols" level="internal-utils">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1002
            <component name="SMS Stack" contract="SMS_MTM" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1003
              <unit bldFile="os\cellularsrv\smsprotocols\smsstack\group" mrp="os\cellularsrv\smsprotocols\smsstack\group\nbprotocols_smsstackv2.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1004
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1005
            <component name="CDMA SMS Stack" plugin="Y" introduced="8.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1006
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1007
          <!-- <unit bldFile="os\cellularsrv\smsprotocols\cdmasmsstack\group" mrp="os\cellularsrv\smsprotocols\cdmasmsstack\group\nbprotocols_cdmasmsstack.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1008
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1009
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1010
          <collection name="Telephony Server Plugins" level="physical-abstraction">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1011
            <component name="Common TSY">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1012
              <unit bldFile="os\cellularsrv\telephonyserverplugins\common_tsy\group" mrp="os\cellularsrv\telephonyserverplugins\common_tsy\group\telephony_commontsy.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1013
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1014
            <component name="Multimode TSY" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1015
              <unit bldFile="os\cellularsrv\telephonyserverplugins\multimodetsy\group" mrp="os\cellularsrv\telephonyserverplugins\multimodetsy\group\telephony_mmtsy.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1016
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1017
            <component name="CDMA TSY" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1018
              <unit bldFile="os\cellularsrv\telephonyserverplugins\cdmatsy\group" mrp="os\cellularsrv\telephonyserverplugins\cdmatsy\group\telephony_cdmatsy.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1019
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1020
            <component name="SIM TSY" plugin="Y" introduced="7.0" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1021
              <unit bldFile="os\cellularsrv\telephonyserverplugins\simtsy\group" mrp="os\cellularsrv\telephonyserverplugins\simtsy\group\telephony_simtsy.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1022
            </component>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1023
			<component name="LicenseeTSY Stub" plugin="Y" introduced="tb91" class="test"> 
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1024
			<unit mrp="os\cellularsrv\telephonyserverplugins\licenseetsystub\group\licenseetsystub.mrp"/> 
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1025
			</component>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1026
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1027
		  <collection name="Hardware Plugin Simulation" level="physical-abstraction">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1028
 	        <component name="MockSY" introduced="9.4" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1029
 			  <unit bldFile="os\cellularsrv\hwpluginsimulation\mocksy\group" mrp="os\cellularsrv\hwpluginsimulation\mocksy\group\telephony_tools_mocksy.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1030
 	        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1031
 	      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1032
        </subblock>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1033
        <subblock name="Networking Services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1034
          <collection name="TCP/IP Utilities" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1035
            <component name="DND" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1036
              <unit bldFile="os\networkingsrv\tcpiputils\dnd\group" mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1037
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1038
            <component name="DND Config" introduced="7.0" class="config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1039
              <unit mrp="os\networkingsrv\tcpiputils\dnd\group\networking_dnd-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1040
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1041
            <component name="DHCP" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1042
              <unit bldFile="os\networkingsrv\tcpiputils\dhcp\group" mrp="os\networkingsrv\tcpiputils\dhcp\group\networking_dhcp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1043
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1044
            <component name="Network Address and Port Translation" plugin="Y" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1045
              <unit bldFile="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group" mrp="os\networkingsrv\tcpiputils\networkaddressandporttranslation\group\networking_napt.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1046
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1047
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1048
          <collection name="ESock API Extensions" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1049
            <component name="Internet Sockets" introduced="ER5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1050
              <unit bldFile="os\networkingsrv\esockapiextensions\internetsockets\group" mrp="os\networkingsrv\esockapiextensions\internetsockets\group\networking_insock.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1051
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1052
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1053
          <collection name="Network Protocols" level="servers_and_extensions">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1054
            <component name="IP Event Notifier" plugin="Y" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1055
              <unit bldFile="os\networkingsrv\networkprotocols\ipeventnotifier\group" mrp="os\networkingsrv\networkprotocols\ipeventnotifier\group\networking_ipeventnotifier.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1056
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1057
            <component name="TCP/IPv4/v6 PRT" plugin="Y" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1058
              <unit bldFile="os\networkingsrv\networkprotocols\tcpipv4v6prt\group" mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1059
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1060
            <component name="TCP/IPv4/v6 Config" introduced="7.0" class="config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1061
              <unit mrp="os\networkingsrv\networkprotocols\tcpipv4v6prt\group\networking_tcpip6-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1062
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1063
            <component name="IP Hook" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1064
              <unit bldFile="os\networkingsrv\networkprotocols\iphook\inhook6\group" mrp="os\networkingsrv\networkprotocols\iphook\inhook6\group\networking_inhook6.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1065
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1066
            <component name="Mobile IP" plugin="Y" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1067
              <unit bldFile="os\networkingsrv\networkprotocols\mobileip\group" mrp="os\networkingsrv\networkprotocols\mobileip\group\networking_mobileip.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1068
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1069
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1070
          <collection name="Network Control" level="internal-utils">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1071
            <component name="QoS Framework Config" contract="IPv6_QOS" introduced="7.0s" class="config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1072
              <unit mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1073
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1074
            <component name="QoS Library" contract="IPv6_QOS" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1075
              <unit bldFile="os\networkingsrv\networkcontrol\qoslib\group" mrp="os\networkingsrv\networkcontrol\qoslib\group\networking_qoslib.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1076
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1077
            <component name="PF QoS Library" contract="IPv6_QOS" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1078
              <unit bldFile="os\networkingsrv\networkcontrol\pfqoslib\group" mrp="os\networkingsrv\networkcontrol\pfqoslib\group\networking_pfqoslib.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1079
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1080
            <component name="QoS Framework PRT" contract="IPv6_QOS" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1081
              <unit bldFile="os\networkingsrv\networkcontrol\qosfwconfig\qos\group" mrp="os\networkingsrv\networkcontrol\qosfwconfig\qos\group\networking_qos.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1082
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1083
            <component name="IP CPR" plugin="Y" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1084
              <unit bldFile="os\networkingsrv\networkcontrol\ipcpr\group" mrp="os\networkingsrv\networkcontrol\ipcpr\group\networking_ipcpr.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1085
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1086
            <component name="IP SCPR" plugin="Y" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1087
              <unit bldFile="os\networkingsrv\networkcontrol\ipscpr\group" mrp="os\networkingsrv\networkcontrol\ipscpr\group\networking_ipscpr.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1088
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1089
            <component name="IP CPR Shim" plugin="Y" deprecated="9.6">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1090
              <unit bldFile="os\networkingsrv\networkcontrol\ipcprshim\group" mrp="os\networkingsrv\networkcontrol\ipcprshim\group\networking_shimcpr.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1091
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1092
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1093
          <collection name="Link Layer Control" level="physical-abstraction">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1094
            <component name="CSD AGT" plugin="Y" introduced="6.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1095
              <unit bldFile="os\cellularsrv\telephonyprotocols\csdagt\group" mrp="os\cellularsrv\telephonyprotocols\csdagt\group\networking_csdagt.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1096
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1097
            <component name="PSD AGT" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1098
              <unit bldFile="os\cellularsrv\telephonyprotocols\psdagt\group" mrp="os\cellularsrv\telephonyprotocols\psdagt\group\networking_psdagt.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1099
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1100
            <component name="NULL AGT" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1101
              <unit bldFile="os\networkingsrv\linklayercontrol\nullagt\group" mrp="os\networkingsrv\linklayercontrol\nullagt\group\networking_nullagt.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1102
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1103
            <component name="GPRS/UMTS QoS PRT" contract="IPv6_QOS" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1104
              <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosprt\group\networking_guqos.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1105
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1106
            <component name="GPRS/UMTS QoS Interface" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1107
              <unit bldFile="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group" mrp="os\cellularsrv\telephonyprotocols\gprsumtsqosinterface\group\networking_umtsif.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1108
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1109
            <component name="QoS Extn API" contract="IPv6_QOS" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1110
              <unit bldFile="os\cellularsrv\telephonyprotocols\qosextnapi\group" mrp="os\cellularsrv\telephonyprotocols\qosextnapi\group\networking_qosextnapi.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1111
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1112
            <component name="Secondary PDP context UMTS Driver">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1113
              <unit bldFile="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group" mrp="os\cellularsrv\telephonyprotocols\secondarypdpcontextumtsdriver\group\networking_spud.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1114
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1115
            <component name="UMTS/GPRS SCPR" plugin="Y" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1116
              <unit bldFile="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group" mrp="os\cellularsrv\telephonyprotocols\umtsgprsscpr\group\networking_UmtsGprsSCPR.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1117
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1118
            <component name="QoS 3GPP CPR" plugin="Y" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1119
              <unit bldFile="os\cellularsrv\telephonyprotocols\qos3gppcpr\group" mrp="os\cellularsrv\telephonyprotocols\qos3gppcpr\group\networking_Qos3GPP.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1120
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1121
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1122
          <collection name="Link Layer Protocols" level="bearer-manager">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1123
            <component name="Ethernet NIF" plugin="Y">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1124
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1125
          <!-- <unit bldFile="os\networkingsrv\linklayerprotocols\ethernetnif\group" mrp="os\networkingsrv\linklayerprotocols\ethernetnif\group\networking_ether802.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1126
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1127
            <component name="Ethernet Packet Driver" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1128
              <unit mrp="os\networkingsrv\linklayerprotocols\ethernetpacketdriver\group\networking_etherdrv_srconly.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1129
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1130
            <component name="PPP NIF" plugin="Y">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1131
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1132
          <!-- <unit version="1" bldFile="os\networkingsrv\linklayerprotocols\pppnif\group" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1133
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1134
         <component name="PPP Config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1135
              <unit version="1" mrp="os\networkingsrv\linklayerprotocols\pppnif\group\networking_ppp-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1136
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1137
            <component name="SLIP NIF" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1138
              <unit bldFile="os\networkingsrv\linklayerprotocols\slipnif\group" mrp="os\networkingsrv\linklayerprotocols\slipnif\group\networking_slip.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1139
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1140
            <component name="Tunnel NIF" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1141
              <unit bldFile="os\networkingsrv\linklayerprotocols\tunnelnif\group" mrp="os\networkingsrv\linklayerprotocols\tunnelnif\group\networking_tunnelnif.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1142
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1143
            <component name="Raw IP NIF">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1144
              <unit bldFile="os\cellularsrv\telephonyprotocols\rawipnif\group" mrp="os\cellularsrv\telephonyprotocols\rawipnif\group\networking_rawipnif.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1145
            </component>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1146
		</collection>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1147
          <collection name="PPP Compression Plugins" level="bearer-manager">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1148
            <component name="Predictor Compression" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1149
              <unit bldFile="os\networkingsrv\pppcompressionplugins\predictorcompression\group" mrp="os\networkingsrv\pppcompressionplugins\predictorcompression\group\networking_predcomp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1150
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1151
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1152
          <collection name="Link Layer Utilities" level="bearer-manager">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1153
		  <component name="Packet Logger" introduced="8.1" class="test">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1154
              <unit bldFile="os\networkingsrv\linklayerutils\packetlogger\group" mrp="os\networkingsrv\linklayerutils\packetlogger\group\networking_packetlogger.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1155
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1156
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1157
        </subblock>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1158
        <subblock name="Short Link Services">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1159
		<collection name="Bluetooth API Tests" level="utilities">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1160
			<component name="Bluetooth Verification Suite" class="placeholder" introduced="TB91">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1161
			<!-- PLACEHOLDER="DS.1603"
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1162
			<unit mrp="os/shortlinksrv/bluetoothapitest/group/bluetoothsvs.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1163
			-->
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1164
			</component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1165
		</collection>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1166
          <collection name="USB Management" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1167
            <component name="USB Manager">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1168
              <unit version="2" bldFile="os\shortlinksrv\usbmgmt\usbmgr\group" mrp="os\shortlinksrv\usbmgmt\usbmgr\group\usb_manager.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1169
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1170
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1171
          <collection name="Short Link" level="servers_and_extensions">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1172
            <component name="Bluetooth HCI Framework 2" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1173
              <unit bldFile="os\shortlinksrv\bthci\bthci2\group" mrp="os\shortlinksrv\bthci\bthci2\group\bluetooth_hci_v2_framework.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1174
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1175
            <component name="Bluetooth SDP">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1176
              <unit bldFile="os\shortlinksrv\bluetooth\btsdp" mrp="os\shortlinksrv\bluetooth\btsdp\bluetooth_sdp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1177
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1178
            <component name="Remote Control Framework" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1179
              <unit bldFile="os\devicesrv\accessoryservices\remotecontrolfw\group" mrp="os\devicesrv\accessoryservices\remotecontrolfw\group\bluetooth_remotecontrol.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1180
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1181
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1182
          <collection name="Host Controller Interface" level="servers_and_extensions">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1183
            <component name="Bluetooth HCI Framework 1" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1184
              <unit bldFile="os\shortlinksrv\bthci\bthci1" mrp="os\shortlinksrv\bthci\bthci1\bluetooth_hci.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1185
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1186
            <component name="Bluetooth HCI Extension Interface" introduced="6.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1187
              <unit bldFile="os\shortlinksrv\bthci\hciextensioninterface" mrp="os\shortlinksrv\bthci\hciextensioninterface\bluetooth_hciproxy.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1188
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1189
            <component name="Bluetooth HCI 2 Reference Implementations" plugin="Y" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1190
              <unit bldFile="os\shortlinksrv\bthci\hci2implementations\group" mrp="os\shortlinksrv\bthci\hci2implementations\group\bluetooth_hci_v2_implementations.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1191
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1192
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1193
          <collection name="Bluetooth" level="internal-utils">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1194
            <component name="Bluetooth Manager">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1195
              <unit bldFile="os\shortlinksrv\bluetoothmgmt\btmgr" mrp="os\shortlinksrv\bluetoothmgmt\btmgr\bluetooth_manager.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1196
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1197
            <component name="Bluetooth Notifiers Support">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1198
              <unit bldFile="os\shortlinksrv\bluetooth\btextnotifiers" mrp="os\shortlinksrv\bluetooth\btextnotifiers\bluetooth_btextnotifiers.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1199
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1200
            <component name="Bluetooth Config" class="config">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1201
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1202
          <!-- <unit bldFile="os\shortlinksrv\bluetoothmgmt\btconfig" mrp="os\shortlinksrv\bluetoothmgmt\btconfig\bluetooth_config.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1203
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1204
            <component name="Bluetooth GAVDP" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1205
              <unit bldFile="os\shortlinksrv\bluetooth\gavdp\group" mrp="os\shortlinksrv\bluetooth\gavdp\group\bluetooth_gavdp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1206
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1207
            <component name="Bluetooth ROM" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1208
              <unit bldFile="os\shortlinksrv\bluetoothmgmt\btrom" mrp="os\shortlinksrv\bluetoothmgmt\btrom\bluetooth_rom.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1209
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1210
            <component name="Bluetooth Client Library">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1211
              <unit bldFile="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib" mrp="os\shortlinksrv\bluetoothmgmt\bluetoothclientlib\bluetooth_user.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1212
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1213
            <component name="Bluetooth Build Utilities">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1214
              <unit mrp="os\shortlinksrv\bluetoothmgmt\btcommon\bluetooth_common.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1215
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1216
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1217
          <collection name="Short Link Protocol Plugins" level="bearer-manager">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1218
            <component name="Bluetooth Stack" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1219
              <unit bldFile="os\shortlinksrv\bluetooth\btstack" mrp="os\shortlinksrv\bluetooth\btstack\bluetooth_stack.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1220
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1221
            <component name="IrDA Stack">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1222
              <unit bldFile="os\shortlinksrv\irda\irdastack\group" mrp="os\shortlinksrv\irda\irdastack\group\infra-red_irda.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1223
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1224
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1225
          <collection name="Serial Comms Server Plugins" level="physical-abstraction">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1226
            <component name="Serial Port CSY" class="placeholder" plugin="Y">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1227
              <!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1228
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1229
            <component name="Bluetooth CSY" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1230
              <unit bldFile="os\shortlinksrv\bluetooth\btcomm" mrp="os\shortlinksrv\bluetooth\btcomm\bluetooth_btcomm.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1231
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1232
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1233
        </subblock>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1234
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1235
      <block name="Multimedia" levels="device-fw devices middleware application-interface">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1236
		<collection name="Multimedia API Tests" level="application-interface">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1237
			<component name="Multimedia Verification Suite" class="placeholder" introduced="TB91">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1238
				<!-- PLACEHOLDER="DS.1603"
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1239
				<unit mrp="os/mm/mmapitest/group/mmsvs.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1240
				-->
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1241
				</component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1242
		</collection>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1243
        <collection name="Multimedia APIs and Frameworks" level="application-interface">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1244
          <component name="Multimedia Framework" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1245
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group\multimedia_mmf.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1246
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1247
          <component name="Multimedia Utility Library">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1248
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmutilitylib\group" mrp="mw\mmmw\mmmiddlewarefws\mmutilitylib\group\multimedia_common.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1249
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1250
          <component name="Imaging Frameworks" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1251
            <unit bldFile="os\mm\imagingandcamerafws\imagingfws\group" mrp="os\mm\imagingandcamerafws\imagingfws\group\multimedia_icl.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1252
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1253
          <component name="Camera Framework" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1254
            <unit bldFile="os\mm\imagingandcamerafws\camerafw\framework\group" mrp="os\mm\imagingandcamerafws\camerafw\framework\group\multimedia_ecam_framework.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1255
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1256
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1257
        <collection name="Multimedia Plugins" level="middleware">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1258
          <component name="Multimedia Framework Plugins" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1259
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\group_plugin\multimedia_mmf_plugin.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1260
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1261
          <component name="Imaging Plugins" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1262
            <unit bldFile="os\mm\imagingandcamerafws\imagingfws\plugins\group" mrp="os\mm\imagingandcamerafws\imagingfws\plugins\group\multimedia_icl_plugin.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1263
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1264
          <component name="Camera Plugins" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1265
            <unit bldFile="os\mm\imagingandcamerafws\camerafw\plugins\group" mrp="os\mm\imagingandcamerafws\camerafw\plugins\group\multimedia_ecam_plugins.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1266
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1267
		   <component name="3GP Library" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1268
            <unit bldFile="os\mm\mmplugins\3gplib\group" mrp="os\mm\mmplugins\3gplib\group\multimedia_3gplibrary.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1269
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1270
          <component name="3GP Unit Tests" introduced="tb92_or_future" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1271
            <unit mrp="os\mm\mmplugins\3gpunittest\group\multimedia_unittest_3gplibrary_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1272
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1273
          <component name="A3F Audio Component Library">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1274
            <unit bldFile="os\mm\mmhais\a3facl\group" mrp="os\mm\mmhais\a3facl\group\multimedia_a3f_acl.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1275
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1276
          <component name="A3F DevSound Customisation">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1277
            <unit bldFile="os\mm\mmhais\a3fdevsoundcustomisation\group" mrp="os\mm\mmhais\a3fdevsoundcustomisation\group\multimedia_a3f_devsoundadaptationinfo.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1278
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1279
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1280
        <collection name="Multimedia Resource Management" level="middleware">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1281
          <component name="Multimedia Resource Controller">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1282
            <unit bldFile="os\mm\mmresourcemgmt\mmresctrl\group" mrp="os\mm\mmresourcemgmt\mmresctrl\group\multimedia_a3f_refmmrc.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1283
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1284
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1285
        <collection name="Multimedia Device Framework" level="device-fw">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1286
          <component name="Media Device Framework" introduced="9.2">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1287
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1288
          <!-- <unit bldFile="os\mm\mmdevicefw\mdf\group" mrp="os\mm\mmdevicefw\mdf\group\multimedia_mdf.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1289
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1290
          <component name="Speech Recognition Controller" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1291
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\ASR\group\multimedia_mmf_ASR.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1292
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1293
          <component name="OpenMAX" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1294
            <unit bldFile="os\mm\omxil\openmax\group" mrp="os\mm\omxil\openmax\group\multimedia_openmax.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1295
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1296
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1297
        <collection name="Sound Device" level="devices">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1298
          <component name="DevSound API">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1299
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_api\multimedia_mdf_devsound_api.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1300
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1301
          <component name="A3F DevSound">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1302
            <unit bldFile="os\mm\devsound\a3fdevsound\group" mrp="os\mm\devsound\a3fdevsound\group\multimedia_a3f_devsound.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1303
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1304
          <component name="A3F Audio Component Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1305
            <unit bldFile="os\mm\devsound\a3facf\group" mrp="os\mm\devsound\a3facf\group\multimedia_a3f_acf.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1306
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1307
          <component name="DevSound Plugin Support" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1308
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_pluginsupport\multimedia_mdf_devsound_pluginsupport.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1309
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1310
          <component name="Reference DevSound Plugins" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1311
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_refplugin\multimedia_mdf_devsound_refplugin.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1312
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1313
          <component name="Bluetooth DevSound Plugin" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1314
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\sounddevbt\group\multimedia_mdf_devsound_refbtplugin.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1315
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1316
          <component name="A3F Trace Utility">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1317
            <unit bldFile="os\mm\devsound\a3ftrace\group" mrp="os\mm\devsound\a3ftrace\group\multimedia_a3f_traces.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1318
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1319
          <component name="A3F Server Start" plugin="Y" introduced="9.5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1320
            <unit bldFile="os\mm\devsound\a3fsrvstart\group" mrp="os\mm\devsound\a3fsrvstart\group\multimedia_a3f_serverstart.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1321
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1322
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1323
        <collection name="Multimedia Hardware Adaptation Interfaces" level="device-fw">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1324
          <component name="DevSound Hardware Device API" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1325
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev" mrp="mw\mmmw\mmmiddlewarefws\mmfw\SoundDev\group_hwdev\multimedia_mdf_devsound_hwdev.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1326
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1327
          <component name="Reference ACL Adaptation">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1328
            <unit bldFile="os\mm\mmhais\refacladapt\group" mrp="os\mm\mmhais\refacladapt\group\multimedia_a3f_refacladaptation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1329
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1330
          <component name="Video HAI" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1331
            <unit bldFile="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group" mrp="mw\mmmw\mmmiddlewarefws\mmfw\DevVideo\group\multimedia_mdf_devvideo.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1332
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1333
          <component name="Mobile TV DVB-H Receiver HAI" introduced="9.5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1334
            <unit bldFile="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group" mrp="os\mm\mmhais\dvbhreceiverhai\hai\dvbh\group\multimedia_mobiletv_dvbh_hai.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1335
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1336
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1337
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1338
      <block name="Graphics" levels="engines internal-adaptations device-interface internal-utils application-interface">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1339
		<collection name="Graphics API Tests" level="application-interface">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1340
		<component name="Graphics Verification Suite" class="placeholder" introduced="TB91">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1341
			<!-- PLACEHOLDER="DS.1603"
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1342
			<unit mrp="os/graphics/graphcisapitest/group/graphicssvs.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1343
			-->
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1344
		</component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1345
		</collection>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1346
        <collection name="Windowing Framework" level="application-interface">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1347
          <component name="Window Server">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1348
            <unit bldFile="os\graphics\windowing\windowserver\group" mrp="os\graphics\windowing\windowserver\group\graphics_wserv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1349
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1350
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1351
        <collection name="Printing Services" level="application-interface">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1352
          <component name="Printer Driver Support">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1353
            <unit bldFile="os\graphics\printingservices\printerdriversupport\group" mrp="os\graphics\printingservices\printerdriversupport\group\graphics_pdrstore.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1354
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1355
          <component name="Printer Drivers" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1356
            <unit bldFile="os\graphics\printingservices\printerdrivers\group" mrp="os\graphics\printingservices\printerdrivers\group\graphics_printdrv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1357
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1358
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1359
        <collection name="Fonts Services" level="internal-utils">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1360
          <component name="Text Shaper Plugin" plugin="Y" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1361
            <unit bldFile="os\textandloc\fontservices\textshaperplugin\group" mrp="os\textandloc\fontservices\textshaperplugin\group\graphics_iculayoutengine.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1362
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1363
          <component name="Font and Bitmap Server">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1364
            <unit bldFile="os\graphics\fbs\fontandbitmapserver\group" mrp="os\graphics\fbs\fontandbitmapserver\group\graphics_fbserv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1365
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1366
          <component name="Font Store">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1367
            <unit bldFile="os\textandloc\fontservices\fontstore\group" mrp="os\textandloc\fontservices\fontstore\group\graphics_fntstore.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1368
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1369
          <component name="FreeType Font Rasteriser" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1370
            <unit bldFile="os\textandloc\fontservices\freetypefontrasteriser\group" mrp="os\textandloc\fontservices\freetypefontrasteriser\group\graphics_freetype.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1371
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1372
          <component name="iType Font Rasteriser" contract="Monotype_iType_Rasteriser" filter="gt" plugin="Y" introduced="9.5">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1373
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1374
          <!-- <unit bldFile="os\graphics\fbs\itypefontrasteriser\group" mrp="os\graphics\fbs\itypefontrasteriser\group\graphics_itype.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1375
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1376
          <component name="Reference Fonts">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1377
            <unit bldFile="os\textandloc\fontservices\referencefonts\group" mrp="os\textandloc\fontservices\referencefonts\group\graphics_fonts.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1378
          </component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1379
          <component name="Graphics Test Fonts" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1380
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1381
          <!-- <unit bldFile="os\textandloc\fontservices\graphicstestfonts\group" mrp="os\textandloc\fontservices\graphicstestfonts\group\graphics_testfonts.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1382
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1383
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1384
        <collection name="Khronos APIs" level="device-interface">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1385
          <component name="OpenGL ES Framework" introduced="8.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1386
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1387
          <!-- <unit bldFile="os\graphics\opengles\openglesdisplayproperties\group" mrp="os\graphics\opengles\openglesdisplayproperties\group\graphics_openglesdisplayproperty.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1388
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1389
          <component name="OpenGL ES API" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1390
            <unit bldFile="os\graphics\opengles\openglesinterface\group" mrp="os\graphics\opengles\openglesinterface\group\graphics_openglesheaders.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1391
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1392
          <component name="OpenVG API" contract="Symbian_Exclude" introduced="9.5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1393
            <unit bldFile="os\graphics\openvg\openvginterface\group" mrp="os\graphics\openvg\openvginterface\group\graphics_openvgheaders.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1394
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1395
          <component name="EGL API" contract="Symbian_Exclude" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1396
            <unit bldFile="os\graphics\egl\eglinterface\group" mrp="os\graphics\egl\eglinterface\group\graphics_eglheaders.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1397
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1398
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1399
        <collection name="Khronos Implementation" level="internal-adaptations">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1400
          <component name="OpenGL ES Implementation" contract="OPENGL" filter="gt" introduced="8.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1401
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1402
          <!-- <unit bldFile="os\graphics\opengles\openglesimplementation\group\" mrp="os\graphics\opengles\openglesimplementation\group\graphics_opengles.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1403
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1404
          <component name="EGL Implementation" contract="Symbian_Exclude" introduced="9.4">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1405
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1406
          <!-- <unit bldFile="os\graphics\egl\eglimplementation\group\" mrp="os\graphics\egl\eglimplementation\group\graphics_egl.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1407
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1408
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1409
        <collection name="Graphics Device Interface" level="device-interface">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1410
          <component name="Bit GDI">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1411
            <unit bldFile="os\graphics\graphicsdeviceinterface\bitgdi\group" mrp="os\graphics\graphicsdeviceinterface\bitgdi\group\graphics_bitgdi.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1412
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1413
          <component name="GDI">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1414
            <unit bldFile="os\textandloc\graphicsdevif\gdi\group" mrp="os\textandloc\graphicsdevif\gdi\group\graphics_gdi.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1415
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1416
          <component name="Colour Palette" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1417
            <unit bldFile="os\graphics\graphicsdeviceinterface\colourpalette\group" mrp="os\graphics\graphicsdeviceinterface\colourpalette\group\graphics_palette.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1418
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1419
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1420
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1421
      <block name="Location Based Services" levels="data-acquisition adaptation management application-interface">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1422
        <collection name="Location Request Management" level="application-interface">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1423
          <component name="Location Server" contract="LBS" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1424
            <unit bldFile="os\lbs\locationrequestmgmt\locationserver\group" mrp="os\lbs\locationrequestmgmt\locationserver\group\lbs_locationserver.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1425
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1426
          <component name="Network Request Handler" contract="LBS" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1427
            <unit bldFile="os\lbs\locationrequestmgmt\networkrequesthandler\group" mrp="os\lbs\locationrequestmgmt\networkrequesthandler\group\lbs_networkrequesthandler.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1428
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1429
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1430
        <collection name="Location Management" level="management">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1431
          <component name="A-GPS Location Manager" contract="LBS" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1432
            <unit bldFile="os\lbs\locationmgmt\agpslocationmgr\group" mrp="os\lbs\locationmgmt\agpslocationmgr\group\lbs_agpslocationmanager.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1433
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1434
          <component name="Network Location Manager" contract="LBS" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1435
            <unit bldFile="os\lbs\locationmgmt\networklocationmgr\group" mrp="os\lbs\locationmgmt\networklocationmgr\group\lbs_networklocationmanager.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1436
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1437
          <component name="Location Admin" contract="LBS" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1438
            <unit bldFile="os\lbs\locationmgmt\locationcore\group" mrp="os\lbs\locationmgmt\locationcore\group\lbs_admin.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1439
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1440
          <component name="Network Gateway" contract="LBS" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1441
            <unit bldFile="os\lbs\locationmgmt\networkgateway\group" mrp="os\lbs\locationmgmt\networkgateway\group\lbs_networkgateway.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1442
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1443
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1444
        <collection name="Network Adaptation" level="adaptation">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1445
          <component name="Network Protocol Module" plugin="Y" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1446
            <unit bldFile="os\lbs\lbstest\locationprotocoltest\group" mrp="os\lbs\lbstest\locationprotocoltest\group\lbs_networktest.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1447
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1448
          <component name="Privacy Protocol Module" plugin="Y" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1449
            <unit bldFile="os\lbs\networkprotocolmodules\privacyprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\privacyprotocolmodule\group\lbs_privacyprotocolmodule.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1450
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1451
          <component name="SUPL Protocol Module" plugin="Y" introduced="9.4">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1452
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1453
          <!-- <unit bldFile="os\lbs\networkprotocolmodules\suplprotocolmodule\group" mrp="os\lbs\networkprotocolmodules\suplprotocolmodule\group\lbs_suplprotocolmodule.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1454
			</component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1455
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1456
        <collection name="Data Source Modules" level="data-acquisition">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1457
          <component name="Default Positioning Module" plugin="Y" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1458
            <unit bldFile="os\lbs\datasourcemodules\defaultpositioningmodule\group" mrp="os\lbs\datasourcemodules\defaultpositioningmodule\group\lbs_default_positioning_module.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1459
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1460
          <component name="Bluetooth GPS Positioning Module" plugin="Y" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1461
            <unit bldFile="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group" mrp="os\lbs\datasourcemodules\bluetoothgpspositioningmodule\group\lbs_bt_positioning_module.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1462
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1463
          <component name="Simulation Positioning Module" plugin="Y" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1464
            <unit bldFile="os\lbs\datasourcemodules\simulationpositioningmodule\group" mrp="os\lbs\datasourcemodules\simulationpositioningmodule\group\lbs_simulation_positioning_module.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1465
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1466
		 </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1467
        <collection name="Data Source Adaptation" level="adaptation">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1468
          <component name="A-GPS Integration Module" plugin="Y" introduced="9.2">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1469
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1470
          <!-- <unit bldFile="os\lbs\datasourcemodules\agpsintegrationmodule\group" mrp="os\lbs\datasourcemodules\agpsintegrationmodule\group\lbs_datasourceplugins.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1471
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1472
          <component name="GPS Data Source Adaptation" plugin="Y" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1473
            <unit bldFile="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group" mrp="os\lbs\datasourceadaptation\gpsdatasourceadaptation\group\lbs_gps_data_source_adaptation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1474
          </component>		  
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1475
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1476
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1477
    </layer>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1478
    <layer name="Generic Middleware" levels="generic specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1479
      <block name="Generic Application Support">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1480
        <collection name="File Handling" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1481
          <component name="File Converter Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1482
            <unit bldFile="mw\appsupport\filehandling\fileconverterfw\group" mrp="mw\appsupport\filehandling\fileconverterfw\group\app-framework_conarc.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1483
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1484
          <component name="Other File Converter Plugins" plugin="Y" introduced="5.0" deprecated="9.3">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1485
            <unit bldFile="mw\appsupport\filehandling\fileconverterplugins\group" mrp="mw\appsupport\filehandling\fileconverterplugins\group\app-engines_convert.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1486
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1487
          <component name="HTML to RichText Converter" plugin="Y" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1488
            <unit bldFile="mw\appsupport\filehandling\htmltorichtextconverter\group" mrp="mw\appsupport\filehandling\htmltorichtextconverter\group\app-services_chtmltocrtconv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1489
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1490
          <component name="RichText to HTML Converter" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1491
            <unit bldFile="mw\appsupport\filehandling\richtexttohtmlconverter\Group" mrp="mw\appsupport\filehandling\richtexttohtmlconverter\Group\app-services_richtexttohtmlconv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1492
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1493
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1494
        <collection name="Text Rendering" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1495
          <component name="Text Handling">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1496
            <unit bldFile="os\textandloc\textrendering\texthandling\group" mrp="os\textandloc\textrendering\texthandling\group\app-framework_etext.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1497
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1498
          <component name="Text Formatting">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1499
            <unit bldFile="os\textandloc\textrendering\textformatting\group" mrp="os\textandloc\textrendering\textformatting\group\app-framework_form.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1500
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1501
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1502
        <collection name="Common Application Services" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1503
          <component name="Alarm Server" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1504
            <unit bldFile="mw\appsupport\commonappservices\alarmserver\Group" mrp="mw\appsupport\commonappservices\alarmserver\Group\app-services_alarmserver.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1505
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1506
          <component name="Help" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1507
            <unit bldFile="app\helps\symhelp\helpmodel\group" mrp="app\helps\symhelp\helpmodel\group\app-services_hlpmodel.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1508
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1509
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1510
        <collection name="Time Zone Services" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1511
          <component name="Time Zone Server" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1512
            <unit bldFile="mw\appsupport\tzservices\tzserver\group" mrp="mw\appsupport\tzservices\tzserver\group\app-services_tz.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1513
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1514
          <component name="Time Zone Localization" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1515
            <unit bldFile="mw\appsupport\tzservices\tzloc\group" mrp="mw\appsupport\tzservices\tzloc\group\app-services_timezonelocalization.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1516
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1517
          <component name="World Server" introduced="7.0" deprecated="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1518
            <unit bldFile="mw\appsupport\tzservices\worldserver\group" mrp="mw\appsupport\tzservices\worldserver\group\app-services_worldserver.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1519
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1520
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1521
        <collection name="Content Handling" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1522
          <component name="Content Handling Framework" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1523
            <unit bldFile="mw\appsupport\contenthandling\contenthandlingfw\Group" mrp="mw\appsupport\contenthandling\contenthandlingfw\Group\content-handling.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1524
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1525
          <component name="SMIL Parser" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1526
            <unit bldFile="app\messaging\messagingappbase\smilparser\GROUP" mrp="app\messaging\messagingappbase\smilparser\GROUP\messaging_gmxml.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1527
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1528
          <component name="Web Recognisers" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1529
            <unit bldFile="mw\appsupport\contenthandling\webrecognisers\group" mrp="mw\appsupport\contenthandling\webrecognisers\group\application-protocols_recognisers.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1530
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1531
          <component name="Reference DRM Agent" introduced="8.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1532
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1533
          <!-- <unit bldFile="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group" mrp="mw\appsupport\contenthandling\referencedrmagent\RefTestAgent\group\security_rta.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1534
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1535
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1536
        <collection name="Printing Support" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1537
          <component name="Printing UI Support">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1538
            <unit bldFile="mw\appsupport\printingsupport\printinguisupport\group" mrp="mw\appsupport\printingsupport\printinguisupport\group\app-framework_print.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1539
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1540
        </collection>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1541
				<collection name="Hardware Resource Adaptation">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1542
					<component name="Hardware Resource Manager UI Plugin" introduced="tb91">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1543
						<unit bldFile="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group" mrp="mw\appsupport\hwresourceadaptation\hwresourcemgruiplugin\group\telephony_hwrmuiplugin.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1544
					</component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1545
				</collection>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1546
        <collection name="Backup and Restore" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1547
          <component name="Backup Engine" introduced="9.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1548
            <unit bldFile="mw\remoteconn\backupandrestore\backupengine\group" mrp="mw\remoteconn\backupandrestore\backupengine\group\connectivity_backupengine.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1549
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1550
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1551
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1552
      <block name="Security Management">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1553
        <collection name="Installation Services" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1554
          <component name="Secure Software Install">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1555
            <unit bldFile="mw\appinstall\installationservices\swi\group" mrp="mw\appinstall\installationservices\swi\group\security_swi.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1556
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1557
          <component name="Secure Software Install Device Tools" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1558
            <unit bldFile="mw\appinstall\installationservices\swidevicetools\group" mrp="mw\appinstall\installationservices\swidevicetools\group\security_switools_device.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1559
          </component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1560
		  <component name="Software Install Test Framework">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1561
			<unit bldFile="mw\appinstall\installationservices\switestfw\group" mrp="mw\appinstall\installationservices\switestfw\group\install_testframework.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1562
          </component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1563
		<component name="Software Install Config">
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1564
			<unit bldFile="mw\appinstall\installationservices\swiconfig\group" mrp="mw\appinstall\installationservices\swiconfig\group\install_config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1565
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1566
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1567
        <collection name="Crypto Services" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1568
          <component name="Certificate and Key Management" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1569
            <unit bldFile="os\security\cryptoservices\certificateandkeymgmt\group" mrp="os\security\cryptoservices\certificateandkeymgmt\group\security_certman.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1570
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1571
          <component name="Root Certificates" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1572
            <unit mrp="os\security\cryptoservices\rootcertificates\rootcerts.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1573
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1574
          <component name="ASN PKCS" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1575
            <unit bldFile="os\security\cryptoservices\asnpkcs\group" mrp="os\security\cryptoservices\asnpkcs\group\security_asnpkcs.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1576
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1577
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1578
        <collection name="Network Security" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1579
          <component name="TLS" introduced="6.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1580
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1581
          <!-- <unit bldFile="os\networkingsrv\networksecurity\tls\group" mrp="os\networkingsrv\networksecurity\tls\group\networking_tls.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1582
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1583
          <component name="TLS Provider" introduced="8.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1584
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1585
          <!-- <unit bldFile="os\networkingsrv\networksecurity\tlsprovider\group" mrp="os\networkingsrv\networksecurity\tlsprovider\group\security_tlsprovider.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1586
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1587
          <component name="IPsec" contract="IPSec_Protocol_Stack" introduced="7.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1588
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1589
          <!-- <unit bldFile="os\networkingsrv\networksecurity\ipsec\group" mrp="os\networkingsrv\networksecurity\ipsec\group\networking_ipsec.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1590
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1591
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1592
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1593
      <block name="Application Protocols">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1594
        <collection name="Application Layer Protocols" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1595
          <component name="HTTP Transport Framework" introduced="6.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1596
            <unit bldFile="mw\netprotocols\applayerprotocols\httptransportfw\group" mrp="mw\netprotocols\applayerprotocols\httptransportfw\group\http_transport-framework.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1597
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1598
          <component name="HTTP Examples" introduced="6.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1599
            <unit bldFile="mw\netprotocols\applayerprotocols\httpexamples\group" mrp="mw\netprotocols\applayerprotocols\httpexamples\group\http_examples.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1600
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1601
          <component name="WAP Push Framework" introduced="6.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1602
            <unit bldFile="mw\messagingmw\messagingfw\wappushfw\group" mrp="mw\messagingmw\messagingfw\wappushfw\group\wap-browser_wappush.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1603
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1604
		  <component name="SUPL SMS Handler" plugin="Y" introduced="9.4">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1605
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1606
          <!-- <unit bldFile="mw\messagingmw\messagingfw\suplsmshandler\group" mrp="mw\messagingmw\messagingfw\suplsmshandler\group\lbs_suplsmstrigger.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1607
		  </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1608
		  <component name="SUPL WAP Push Handler" plugin="Y" introduced="9.4">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1609
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1610
          <!-- <unit bldFile="mw\messagingmw\messagingfw\suplwappushhandler\group" mrp="mw\messagingmw\messagingfw\suplwappushhandler\group\lbs_suplwappush.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1611
		  </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1612
          <component name="WAP Push Support" introduced="6.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1613
            <unit bldFile="mw\netprotocols\applayerprotocols\wappushsupport\Group" mrp="mw\netprotocols\applayerprotocols\wappushsupport\Group\wap-browser_wappushsupport.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1614
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1615
          <component name="WAP Base" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1616
            <unit bldFile="mw\netprotocols\applayerprotocols\wapbase\Group" mrp="mw\netprotocols\applayerprotocols\wapbase\Group\wap-browser_wapbase.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1617
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1618
          <component name="FTP Engine" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1619
            <unit bldFile="mw\netprotocols\applayerprotocols\ftpengine\group" mrp="mw\netprotocols\applayerprotocols\ftpengine\group\networking_ftp_e.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1620
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1621
          <component name="Telnet Engine" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1622
            <unit bldFile="mw\netprotocols\applayerprotocols\telnetengine\group" mrp="mw\netprotocols\applayerprotocols\telnetengine\group\networking_telnet_e.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1623
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1624
          <component name="OBEX Protocol" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1625
            <unit bldFile="mw\shortlinkconn\obex\obexprotocol\group" mrp="mw\shortlinkconn\obex\obexprotocol\group\obex.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1626
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1627
          <component name="OBEX Extension API" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1628
            <unit bldFile="mw\shortlinkconn\obex\obexextensionapi\group" mrp="mw\shortlinkconn\obex\obexextensionapi\group\obex_extensionapis.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1629
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1630
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1631
        <collection name="Application Layer Plugins and Utils" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1632
          <component name="HTTP Utilities Library" introduced="6.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1633
            <unit bldFile="os\ossrv\genericservices\httputils\group" mrp="os\ossrv\genericservices\httputils\group\application-protocols_inetprotutil.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1634
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1635
          <component name="URI Permission Services" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1636
            <unit bldFile="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group" mrp="mw\netprotocols\applayerpluginsandutils\uripermissionservices\group\application-protocols_ineturilist.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1637
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1638
          <component name="Bookmark Support" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1639
            <unit bldFile="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group" mrp="mw\netprotocols\applayerpluginsandutils\bookmarksupport\group\application-protocols_bookmarks.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1640
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1641
          <component name="HTTP Protocol Plugins" plugin="Y" introduced="6.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1642
            <unit bldFile="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httpprotocolplugins\group\http_protocol-plugin.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1643
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1644
          <component name="HTTP Transport Plugins" plugin="Y" introduced="6.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1645
            <unit bldFile="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group" mrp="mw\netprotocols\applayerpluginsandutils\httptransportplugins\group\http_transport-plugin.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1646
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1647
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1648
        <collection name="Bluetooth Profiles" level="specific">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1649
          <component name="Bluetooth AVRCP">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1650
            <unit bldFile="mw\shortlinkconn\bluetoothappprofiles\avrcp" mrp="mw\shortlinkconn\bluetoothappprofiles\avrcp\bluetooth_avrcp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1651
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1652
          <component name="Bluetooth PBAP" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1653
            <unit bldFile="app\contacts\pimprotocols\pbap\group" mrp="app\contacts\pimprotocols\pbap\group\bluetooth_accesshost.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1654
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1655
          <component name="Bluetooth PAN Profile" plugin="Y" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1656
            <unit bldFile="os\shortlinksrv\bluetoothcommsprofiles\btpan\group" mrp="os\shortlinksrv\bluetoothcommsprofiles\btpan\group\bluetooth_pan.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1657
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1658
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1659
        <collection name="WAP Stack" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1660
          <component name="WAP Message API">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1661
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1662
          <!-- <unit bldFile="mw\netprotocols\wapstack\wapmessageapi\group" mrp="mw\netprotocols\wapstack\wapmessageapi\group\wap-stack_wapmessage.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1663
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1664
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1665
        <collection name="Connectivity Transports" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1666
          <component name="m-Router" contract="MRouter" filter="gt">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1667
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1668
          <!-- <unit bldFile="mw\remoteconn\connectivitytransports\mrouter\group" mrp="mw\remoteconn\connectivitytransports\mrouter\group\connectivity_mRouterSecure.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1669
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1670
          <component name="PLP Remote Link" deprecated="9.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1671
            <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpgrp\connectivity_legacy_plp_plpgrp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1672
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1673
          <component name="PLP Variant" deprecated="9.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1674
            <unit bldFile="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant" mrp="mw\remoteconn\connectivitytransports\plpremotelink\plpvariant\connectivity_legacy_plp_plpvariant.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1675
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1676
          <component name="Event Broadcast" deprecated="9.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1677
            <unit bldFile="mw\remoteconn\connectivitytransports\eventbroadcast\group" mrp="mw\remoteconn\connectivitytransports\eventbroadcast\group\connectivity_legacy_brdcst.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1678
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1679
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1680
        <collection name="MTP Transports" level="generic">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1681
          <component name="MTP USB Transport" plugin="Y" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1682
            <unit bldFile="mw\remoteconn\mtptransports\mtpusbtransport\group" mrp="mw\remoteconn\mtptransports\mtpusbtransport\group\mtp_usbsic.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1683
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1684
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1685
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1686
      <block name="Multimedia Middleware" levels="protocols plugins">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1687
        <collection name="Multimedia Protocols" level="protocols">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1688
          <component name="MTP Framework" introduced="9.4">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1689
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1690
          <!-- <unit bldFile="mw\remoteconn\mtpfws\mtpfw\group" mrp="mw\remoteconn\mtpfws\mtpfw\group\mtp_framework.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1691
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1692
          <component name="RTP" introduced="9.0">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1693
            <!-- Real Time Data Protocol -->
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1694
            <unit bldFile="mw\ipappprotocols\realtimenetprots\rtp\group" mrp="mw\ipappprotocols\realtimenetprots\rtp\group\mm-protocols_rtp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1695
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1696
         <component name="SIP Framework" contract="SIP_Stack" introduced="9.2" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1697
            <unit version="2" bldFile="mw\ipappprotocols\realtimenetprots\sipfw\Group" mrp="mw\ipappprotocols\realtimenetprots\sipfw\Group\mm-protocols_SIP2_Com.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1698
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1699
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1700
        <collection name="SIP Connection Provider Plugins" level="plugins">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1701
          <component name="SIP Connection Provider" plugin="Y" introduced="9.2" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1702
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipconnprovider\group\mm-protocols_SIPCPR.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1703
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1704
          <component name="SIP Dummy PRT" plugin="Y" introduced="9.2" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1705
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipdummyprt\group\mm-protocols_SIPDummyPRT.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1706
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1707
          <component name="SIP State Machine" introduced="9.2" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1708
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipstatemachine\group\mm-protocols_SipStateMachine.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1709
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1710
          <component name="SIP Params" plugin="Y" introduced="9.2" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1711
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipparams\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipparams\group\mm-protocols_SIPParams.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1712
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1713
          <component name="SIP Subconnection Provider" plugin="Y" introduced="9.2" filter="gt">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1714
            <unit bldFile="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group" mrp="mw\ipappprotocols\sipconnproviderplugins\sipsubconnprovider\group\mm-protocols_SIPSCPR.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1715
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1716
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1717
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1718
      <block name="System GUI Framework" levels="structure presentation">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1719
        <subblock name="GUI Provisioning">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1720
          <collection name="Common UI Support" level="presentation">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1721
            <component name="UIKON" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1722
              <unit bldFile="mw\classicui\commonuisupport\uikon\group" mrp="mw\classicui\commonuisupport\uikon\group\app-framework_uikon.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1723
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1724
            <component name="Error Resolver Data">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1725
              <unit bldFile="mw\classicui\commonuisupport\errorresolverdata\group" mrp="mw\classicui\commonuisupport\errorresolverdata\group\app-framework_errorresgt.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1726
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1727
            <component name="UI Look and Feel" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1728
              <unit bldFile="mw\classicui\commonuisupport\uilaf\GROUP" mrp="mw\classicui\commonuisupport\uilaf\GROUP\app-framework_uiklafgt.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1729
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1730
            <component name="Grid">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1731
              <unit bldFile="mw\classicui\commonuisupport\grid\group" mrp="mw\classicui\commonuisupport\grid\group\app-framework_grid.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1732
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1733
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1734
          <collection name="Look-and-Feel Agnostic UI Foundation" level="structure">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1735
            <component name="Control Environment">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1736
              <unit bldFile="mw\classicui\lafagnosticuifoundation\cone\group" mrp="mw\classicui\lafagnosticuifoundation\cone\group\app-framework_cone.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1737
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1738
            <component name="Front End Processor">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1739
              <unit bldFile="mw\inputmethods\fep\frontendprocessor\group" mrp="mw\inputmethods\fep\frontendprocessor\group\app-framework_fepbase.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1740
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1741
            <component name="Graphics Effects" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1742
              <unit bldFile="mw\classicui\lafagnosticuifoundation\graphicseffects\group" mrp="mw\classicui\lafagnosticuifoundation\graphicseffects\group\app-framework_gfxtranseffect.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1743
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1744
            <component name="UI Graphics Utilities">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1745
              <unit bldFile="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group" mrp="mw\classicui\lafagnosticuifoundation\uigraphicsutils\group\app-framework_egul.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1746
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1747
            <component name="Number Formatting" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1748
              <unit bldFile="os\textandloc\textrendering\numberformatting\group" mrp="os\textandloc\textrendering\numberformatting\group\app-framework_numberconversion.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1749
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1750
            <component name="Clock" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1751
              <unit bldFile="mw\classicui\lafagnosticuifoundation\clockanim\group" mrp="mw\classicui\lafagnosticuifoundation\clockanim\group\app-framework_clock.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1752
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1753
            <component name="BMP Animation" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1754
              <unit bldFile="mw\classicui\lafagnosticuifoundation\bmpanimation\group" mrp="mw\classicui\lafagnosticuifoundation\bmpanimation\group\app-framework_bmpanim.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1755
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1756
            <component name="Animation" introduced="9.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1757
              <unit bldFile="mw\classicui\lafagnosticuifoundation\animation\group" mrp="mw\classicui\lafagnosticuifoundation\animation\group\app-framework_animation.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1758
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1759
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1760
        </subblock>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1761
        <subblock name="Application Provisioning">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1762
          <collection name="Application Framework" level="structure">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1763
            <component name="Application Architecture">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1764
              <unit bldFile="mw\appsupport\appfw\apparchitecture\group" mrp="mw\appsupport\appfw\apparchitecture\group\app-framework_apparc.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1765
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1766
            <component name="View Server" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1767
              <unit bldFile="mw\appsupport\appfw\viewserver\group" mrp="mw\appsupport\appfw\viewserver\group\app-framework_viewsrv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1768
            </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1769
          </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1770
        </subblock>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1771
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1772
    </layer>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1773
    <layer name="Application Services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1774
      <block name="PIM" levels="utilities engines">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1775
        <collection name="PIM App Services" level="engines">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1776
          <component name="Calendar" introduced="9.5">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1777
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1778
          <!-- <unit version="2" bldFile="app\organizer\pimappservices\calendar\group" mrp="app\organizer\pimappservices\calendar\group\app-engines_calendar.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1779
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1780
          <component name="Agenda Versit Plugin" plugin="Y" introduced="9.5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1781
            <unit version="2" bldFile="app\organizer\pimappservices\calendarvcalplugin\group" mrp="app\organizer\pimappservices\calendarvcalplugin\group\app-engines_agnversit2.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1782
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1783
          <component name="Contacts Model" introduced="5.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1784
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1785
          <!-- <unit version="1" bldFile="app\contacts\phonebookengines\contactsmodel\group" mrp="app\contacts\phonebookengines\contactsmodel\group\app-engines_cntmodel.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1786
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1787
          <component name="Phonebook Sync" plugin="Y">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1788
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1789
          <!-- <unit bldFile="app\contacts\pimprotocols\phonebooksync\group" mrp="app\contacts\pimprotocols\phonebooksync\group\telephony_phbksync.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1790
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1791
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1792
        <collection name="PIM Application Support" level="utilities">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1793
          <component name="vCard and vCal" introduced="5.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1794
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1795
          <!-- <unit bldFile="app\organizer\pimappsupport\vcardandvcal\group" mrp="app\organizer\pimappsupport\vcardandvcal\group\app-services_versit.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1796
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1797
          <component name="Chinese Calendar Converter" introduced="6.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1798
            <unit bldFile="app\organizer\pimappsupport\chinesecalendarconverter\group" mrp="app\organizer\pimappsupport\chinesecalendarconverter\group\app-services_calcon.mrp"/>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1799
          </component>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1800
          <component name="Chinese Calendar Algorithm" introduced="tb91">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1801
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1802
          <!-- <unit bldFile="app\organizer\pimappsupport\chinesecalendaralg\group" mrp="app\organizer\pimappsupport\chinesecalendaralg\group\app-services_chinesecalendaralgorithm.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1803
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1804
          <component name="Backup Restore Notification" introduced="8.1">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1805
            <unit bldFile="mw\appsupport\commonappservices\backuprestorenotification\group" mrp="mw\appsupport\commonappservices\backuprestorenotification\group\app-services_BackupRestoreNotification.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1806
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1807
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1808
        <collection name="Office App Engines" level="engines">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1809
          <component name="Data Engine" introduced="5.0" deprecated="9.3">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1810
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1811
          <!-- <unit bldFile="app\organizer\officeappeng\datamodel\group" mrp="app\organizer\officeappeng\datamodel\group\app-engines_damodel.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1812
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1813
          <component name="Sheet Engine" introduced="5.0" deprecated="9.3">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1814
            <unit bldFile="app\organizer\officeappeng\sheeteng\group" mrp="app\organizer\officeappeng\sheeteng\group\app-engines_sheng.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1815
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1816
          <component name="Chart" introduced="5.0" deprecated="9.3" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1817
            <unit mrp="app\organizer\officeappeng\charteng\group\app-engines_chart.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1818
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1819
          <component name="Word Engine" introduced="5.0" deprecated="9.3">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1820
            <unit bldFile="app\organizer\officeappeng\wordeng\group" mrp="app\organizer\officeappeng\wordeng\group\app-engines_wpeng.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1821
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1822
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1823
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1824
      <block name="Messaging" levels="plugins framework">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1825
        <collection name="Messaging Framework" level="framework">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1826
          <component name="Message Server and Store">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1827
            <unit bldFile="mw\messagingmw\messagingfw\msgsrvnstore\group" mrp="mw\messagingmw\messagingfw\msgsrvnstore\group\messaging_framework.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1828
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1829
          <component name="BIO Messaging Framework" introduced="6.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1830
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1831
          <!-- <unit bldFile="mw\messagingmw\messagingfw\biomsgfw\group" mrp="mw\messagingmw\messagingfw\biomsgfw\group\messaging_biomsg.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1832
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1833
          <component name="MMS Settings" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1834
            <unit bldFile="app\messaging\mmsengine\mmssettings\group\" mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1835
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1836
          <component name="MMS Configuration">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1837
            <unit mrp="app\messaging\mmsengine\mmssettings\group\messaging_mmssettings-config.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1838
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1839
          <component name="Messaging Config" introduced="9.4" class="config"> 
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1840
            <unit bldFile="mw\messagingmw\messagingfw\msgconf\group" mrp="mw\messagingmw\messagingfw\msgconf\group\messaging_config.mrp"/> 
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1841
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1842
          <component name="Watcher Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1843
            <unit bldFile="mw\messagingmw\messagingfw\watcherfw\group" mrp="mw\messagingmw\messagingfw\watcherfw\group\messaging_watcher.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1844
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1845
          <component name="Send As">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1846
            <unit bldFile="mw\messagingmw\messagingfw\sendas\group" mrp="mw\messagingmw\messagingfw\sendas\group\messaging_sendas2.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1847
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1848
          <component name="Message URL Handler" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1849
            <unit bldFile="mw\messagingmw\messagingfw\msgurlhandler\group" mrp="mw\messagingmw\messagingfw\msgurlhandler\group\messaging_urlhandler.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1850
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1851
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1852
        <collection name="Messaging Plugins" level="plugins">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1853
          <component name="BIO Watchers" plugin="Y" introduced="8.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1854
            <unit bldFile="mw\messagingmw\messagingfw\biowatchers\Group" mrp="mw\messagingmw\messagingfw\biowatchers\Group\messaging_biomsg_biowatchers_cdma.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1855
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1856
          <component name="Scheduled Send MTM" plugin="Y" introduced="6.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1857
            <unit bldFile="mw\messagingmw\messagingfw\scheduledsendmtm\group" mrp="mw\messagingmw\messagingfw\scheduledsendmtm\group\messaging_schedulesend.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1858
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1859
          <component name="POP3 and SMTP MTM" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1860
            <unit bldFile="app\messaging\email\pop3andsmtpmtm\group" mrp="app\messaging\email\pop3andsmtpmtm\group\messaging_email.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1861
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1862
          <component name="IMAP4 MTM" plugin="Y" introduced="9.2">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1863
            <unit bldFile="app\messaging\email\imap4mtm\group" mrp="app\messaging\email\imap4mtm\group\messaging_email_imap.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1864
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1865
          <component name="OBEX MTMs" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1866
            <unit bldFile="app\messaging\messagingappbase\obexmtms\Group" mrp="app\messaging\messagingappbase\obexmtms\Group\messaging_obex.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1867
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1868
          <component name="SMS MTM" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1869
            <unit bldFile="app\messaging\mobilemessaging\smsmtm\multimode\Group" mrp="app\messaging\mobilemessaging\smsmtm\multimode\Group\messaging_sms_multimode.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1870
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1871
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1872
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1873
      <block name="Remote Management" levels="framework services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1874
        <collection name="Sync and Remote Management Framework" level="framework">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1875
          <component name="Connectivity Framework" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1876
            <unit bldFile="app\techview\connectivityapps\connectivityfw\group" mrp="app\techview\connectivityapps\connectivityfw\group\connectivity_framework.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1877
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1878
          <component name="OMA SyncML Data Sync" introduced="7.0s">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1879
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1880
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldatasync\Group\oma_syncml_datasync.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1881
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1882
          <component name="OMA SyncML Common Framework" introduced="7.0s">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1883
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1884
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlcommonfw\Group\oma_syncml_common_framework.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1885
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1886
          <component name="OMA SyncML DM Interface" introduced="7.0s">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1887
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1888
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmldminterface\group\oma_syncml_dm_interface.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1889
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1890
          <component name="OMA SyncML Config" introduced="9.4">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1891
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1892
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group" mrp="mw\remotemgmt\syncandremotemgmtfw\omasyncmlconfig\group\oma_syncml_config.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1893
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1894
          <component name="Device Management Framework" introduced="8.0">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1895
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1896
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group" mrp="mw\remotemgmt\syncandremotemgmtfw\devicemgmtfw\group\devprov_devman_framework.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1897
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1898
          <component name="Client Provisioning Framework" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1899
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1900
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group" mrp="mw\remotemgmt\syncandremotemgmtfw\clientprovisioningfw\Group\devprov_clientprov_framework.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1901
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1902
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1903
        <collection name="Sync and Remote Management Services" level="services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1904
          <component name="Connectivity Services" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1905
            <unit bldFile="app\techview\connectivityapps\connectivityservices\group" mrp="app\techview\connectivityapps\connectivityservices\group\connectivity_services.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1906
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1907
          <component name="Data Sync Adaptors" plugin="Y" introduced="7.0s">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1908
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1909
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\datasyncadaptors\group\data_sync_adaptors.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1910
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1911
          <component name="Device Management Adaptors" plugin="Y" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1912
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1913
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group" mrp="mw\remotemgmt\syncandremotemgmtservices\devicemgmtadaptors\devman\Group\devprov_devman_adapters.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1914
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1915
          <component name="Client Provisioning Adaptors" plugin="Y" introduced="9.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1916
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1917
          <!-- <unit bldFile="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group" mrp="mw\remotemgmt\syncandremotemgmtservices\clientprovisioningadaptors\group\devprov_clientprov_adapters.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1918
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1919
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1920
        <collection name="MTP Data Providers" level="services">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1921
          <component name="MTP File and Folder Provider" plugin="Y" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1922
            <unit bldFile="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group" mrp="mw\remoteconn\mtpdataproviders\mtpfileandfolderdp\group\mtp_filedp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1923
          </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1924
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1925
				<collection name="Bluetooth Application Profiles" level="services"> 
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1926
					<component name="Bluetooth AD2P" class="placeholder" introduced="9.4">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1927
					  <!-- PLACEHOLDER="DS.862"
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1928
          <unit bldFile="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/group" mrp="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/group/bluetooth_a2dp.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1929
					    -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1930
					</component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1931
					<component name="Bluetooth SBC Encoder" class="placeholder" introduced="9.4" plugin="Y">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1932
					  <!-- PLACEHOLDER="DS.862"
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1933
          <unit bldFile="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/sbcencoder/implementation" mrp="os/shortlinksrv/bluetoothmgmt/btcommon/profiles/a2dp/sbcencoder/implementation/bluetooth_sbc.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1934
					  -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1935
					</component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1936
        </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1937
      </block>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1938
    </layer>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1939
     <layer name="MISC" levels="test pc-tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1940
      <collection name="Connectivity PC Side" level="pc-tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1941
        <component name="ConnectQI" contract="MRouterSDK" introduced="9.1" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1942
          <unit mrp="mw\remoteconn\connectivitypcside\connectqi\connectqisdk_mr3.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1943
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1944
        <component name="ConnectQI SDK" introduced="9.1" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1945
          <unit mrp="mw\remoteconn\connectivitypcside\connectqisdk\connectqisdk_public.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1946
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1947
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1948
      <collection name="Comms PC Side" level="pc-tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1949
        <component name="Prepare Default Comms Database" filter="gt" class="config PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1950
          <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\defaultcommdb\group\comms-infras_defaultcommdb.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1951
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1952
        <component name="Install Default Comms Database" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1953
          <unit bldFile="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group" mrp="os\commsfw\commsfwtools\preparedefaultcommsdatabase\installdefaultcommdb\group\comms-infras_installdefaultcommdb.mrp" priority="1010"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1954
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1955
        <component name="Comms Tools" introduced="9.4" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1956
          <unit mrp="os\commsfw\commsfwtools\commstools\group\comms-infras_tools.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1957
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1958
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1959
      <collection name="Remote Management Test" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1960
        <component name="OMA SyncML Integration Test" introduced="7.0s" class="test">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1961
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1962
          <!-- <unit bldFile="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omasyncmlintegrationtest\group\oma_syncml_integtest.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1963
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1964
        <component name="OMA Device Management Integration Test" introduced="9.1" class="test">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1965
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1966
          <!-- <unit bldFile="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group" mrp="mw\remotemgmt\remotemgmttest\omadevicemgmtintegrationtest\group\devprov_integtest.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1967
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1968
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1969
      <collection name="Time Zone PC Side" level="pc-tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1970
        <component name="Time Zone Compiler" introduced="9.1" class="config PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1971
          <unit bldFile="mw\appsupport\tzpcside\tzcompiler\group" mrp="mw\appsupport\tzpcside\tzcompiler\group\app-services_tzcompiler.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1972
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1973
        <component name="World Database Kit" introduced="6.0" deprecated="9.1" class="config PC">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1974
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1975
          <!-- <unit bldFile="mw\appsupport\tzpcside\worlddatabasekit\group" mrp="mw\appsupport\tzpcside\worlddatabasekit\group\app-services_wlddatabasekit_cedar.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1976
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1977
        <component name="World Tools" introduced="5.0" deprecated="9.1" class="config PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1978
          <unit bldFile="mw\appsupport\tzpcside\worldtools\group" mrp="mw\appsupport\tzpcside\worldtools\group\app-services_wldtools.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1979
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1980
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1981
      <collection name="Secure Software Install Tools" level="pc-tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1982
        <component name="SWI Analysis Toolkit" class="PC">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1983
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  1984
          <!-- <unit bldFile="mw\appinstall\secureswitools\swianalysistoolkit\group" mrp="mw\appinstall\secureswitools\swianalysistoolkit\group\security_switools.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1985
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1986
        <component name="Secure Software Install SIS Tools" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1987
          <unit bldFile="mw\appinstall\secureswitools\swisistools\group" mrp="mw\appinstall\secureswitools\swisistools\group\security_sistools.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1988
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1989
        <component name="OpenSSL Library" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1990
          <unit mrp="mw\appinstall\secureswitools\openssllib\security_openssl.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1991
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1992
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1993
      <collection name="Security and Data Privacy Tools" level="pc-tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1994
          <component name="Security Tools" class="PC" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  1995
            <unit bldFile="os\security\securityanddataprivacytools\securitytools\group" mrp="os\security\securityanddataprivacytools\securitytools\group\security_tools.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1996
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1997
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1998
      <collection name="Graphics Test" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  1999
        <component name="Graphics Test Harness" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2000
          <unit mrp="os\graphics\graphicstest\graphicstestharness\group\graphics_testharness.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2001
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2002
        <component name="UI Bench" introduced="9.2" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2003
          <unit bldFile="os\graphics\graphicstest\uibench\group" mrp="os\graphics\graphicstest\uibench\group\graphics_ui_bench.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2004
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2005
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2006
      <collection name="Graphics Tools" level="pc-tools">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2007
        <component name="GDI Tools" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2008
          <unit bldFile="os\graphics\graphicstools\gdi_tools\group" mrp="os\graphics\graphicstools\gdi_tools\group\graphics_gditools.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2009
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2010
        <component name="Bitmap Font Tools" class="PC">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2011
          <unit bldFile="os\graphics\graphicstools\bitmapfonttools\group" mrp="os\graphics\graphicstools\bitmapfonttools\group\graphics_gdtran.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2012
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2013
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2014
      <collection name="Kernel Test" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2015
        <component name="E32 Tests" class="test">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2016
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2017
          <!-- <unit bldFile="os\kernelhwsrv\kerneltest\e32test\group" mrp="os\kernelhwsrv\kerneltest\e32test\group\base_e32test.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2018
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2019
        <component name="SDIO Tests" filter="gt" introduced="9.2" class="test">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2020
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2021
          <!-- <unit bldFile="os\kernelhwsrv\kerneltest\sdiotest" mrp="os\kernelhwsrv\kerneltest\sdiotest\base_sdiotests.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2022
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2023
        <component name="E32 Utilities" contract="NAND_Flash_XSR_Unistore_2_Other_Portions">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2024
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2025
          <!-- <unit bldFile="os\kernelhwsrv\kerneltest\e32utils\group" mrp="os\kernelhwsrv\kerneltest\e32utils\group\base_e32utils.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2026
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2027
        <component name="File Server Tests" class="test">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2028
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2029
          <!-- <unit bldFile="os\kernelhwsrv\kerneltest\f32test\group" mrp="os\kernelhwsrv\kerneltest\f32test\group\base_f32test.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2030
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2031
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2032
      <collection name="Applications Test" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2033
        <component name="Core Apps Test" introduced="8.1" class="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2034
          <!-- XML Previous Location: Application Services/Other Application Services/ -->
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2035
          <unit mrp="mw\appsupport\commonappservices\coreappstest\Group\app-services_CoreAppsTest.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2036
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2037
        <component name="Agenda Model Test" introduced="8.1" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2038
          <unit bldFile="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv" mrp="app\organizer\pimappservices\agendamodeltest\TestAgendaSrv\app-engines_testagendasrv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2039
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2040
        <component name="Alarm Server Test" introduced="8.1" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2041
          <unit bldFile="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv" mrp="mw\appsupport\commonappservices\alarmservertest\TestAlarmSrv\app-services_testalarmsrv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2042
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2043
        <component name="Time Zone Localization Resource Factory" introduced="9.1" class="config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2044
          <unit bldFile="mw\appsupport\tzservices\tzlocrscfactory\group" mrp="mw\appsupport\tzservices\tzlocrscfactory\group\app-services_tzlocalizationrscfactory.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2045
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2046
        <component name="Time Zone Database" introduced="9.1" class="config">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2047
          <unit bldFile="mw\appsupport\tzservices\tzdatabase\group" mrp="mw\appsupport\tzservices\tzdatabase\group\app-services_tzdb.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2048
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2049
        <component name="World Server Test" introduced="8.1" deprecated="9.1" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2050
          <unit bldFile="mw\appsupport\tzservices\worldservertest\TestWorldSrv" mrp="mw\appsupport\tzservices\worldservertest\TestWorldSrv\app-services_testworldsrv.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2051
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2052
        <component name="Messaging Test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2053
          <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2054
          <unit bldFile="mw\messagingmw\messagingfw\msgtest\group" mrp="mw\messagingmw\messagingfw\msgtest\group\messaging_test.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2055
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2056
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2057
      <collection name="Integration Test" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2058
        <component name="Networking Integration Test" introduced="ER5" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2059
          <unit bldFile="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group" mrp="os\networkingsrv\networkingtestandutils\networkingintegrationtest\Group\networking_integrationtest.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2060
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2061
        <component name="MTP Integration Test" introduced="9.4" class="test">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2062
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2063
          <!-- <unit bldFile="mw\remoteconn\mtpfws\mtpintegrationtest\group" mrp="mw\remoteconn\mtpfws\mtpintegrationtest\group\mtp_test.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2064
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2065
        <component name="Base Integration Test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2066
          <unit bldFile="os\kernelhwsrv\baseintegtests\baseintegrationtest\group" mrp="os\kernelhwsrv\baseintegtests\baseintegrationtest\group\base_integration_test.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2067
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2068
        <component name="UIF Test Framework" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2069
          <unit mrp="mw\appsupport\appfw\uiftestfw\group\app-framework_testframework.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2070
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2071
        <component name="Word" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2072
          <unit mrp="os\textandloc\textrendering\word\group\app-framework_word.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2073
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2074
        <component name="Messaging Tests">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2075
          <unit mrp="mw\messagingmw\messagingfw\msgtests\group\messaging.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2076
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2077
        <component name="Messaging Test Framework">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2078
          <unit mrp="mw\messagingmw\messagingfw\msgtestfw\group\messaging_testframework.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2079
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2080
        <component name="Security Test Framework" introduced="7.0" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2081
          <unit mrp="os\security\cryptomgmtlibs\securitytestfw\group\security_testframework.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2082
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2083
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2084
      <collection name="Multimedia Validation Suite" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2085
        <component name="Multimedia Validation Suite Application" introduced="9.4" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2086
          <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteapp\group\multimedia_mvs_app.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2087
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2088
        <component name="Multimedia Validation Suite Agents" introduced="9.4">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2089
          <unit bldFile="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group" mrp="mw\mmmw\mmvalidationsuite\mmvalidationsuiteagents\group\multimedia_mvs_agents.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2090
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2091
        <component name="MVS Integration Tests" introduced="9.4" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2092
          <unit mrp="mw\mmmw\mmvalidationsuite\mvsintegrationtest\group\multimedia_inttest_mvs_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2093
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2094
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2095
      <collection name="Multimedia Unit Tests" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2096
        <component name="Multimedia Test Framework" introduced="7.0s" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2097
          <unit mrp="os\mm\mmtestenv\mmtestfw\group\multimedia_testframework_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2098
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2099
        <component name="Multimedia Test Framework Unit Tests" introduced="7.0s" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2100
          <unit mrp="os\mm\mmtestenv\mmtestfwunittest\group\multimedia_unittest_testframework_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2101
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2102
        <component name="MDF Unit Tests" introduced="9.2" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2103
          <unit mrp="os\mm\mmdevicefw\mdfunittest\group\multimedia_unittest_mdf_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2104
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2105
        <component name="MMF Unit Tests" introduced="7.0s" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2106
          <unit mrp="mw\mmmw\mmfwtest\mmfunittest\group\multimedia_unittest_mmf_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2107
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2108
        <component name="Imaging Unit Tests" introduced="7.0s" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2109
          <unit mrp="os\mm\imagingandcamerafws\imagingunittest\group\multimedia_unittest_icl_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2110
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2111
        <component name="Camera Unit Tests" introduced="9.2" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2112
          <unit mrp="os\mm\imagingandcamerafws\cameraunittest\group\multimedia_unittest_ecam_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2113
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2114
        <component name="Mobile TV DVB-H Unit Tests" introduced="9.5" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2115
          <unit mrp="os\mm\mmhais\dvbhunittest\hai\dvbh\group\multimedia_unittest_dvbhhai.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2116
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2117
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2118
      <collection name="Multimedia Test" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2119
        <component name="A3F Integration Tests">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2120
          <unit mrp="os\mm\devsound\a3fintegrationtest\group\multimedia_inttest_a3f_devsound_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2121
	    </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2122
        <component name="A3F Characterisation Tests" introduced="9.4" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2123
          <unit mrp="os\mm\devsound\a3fcharacterisationtest\group\multimedia_a3f_devsound_char.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2124
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2125
        <component name="Multimedia Test Agent" introduced="8.0" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2126
          <unit mrp="os\mm\mmtestenv\mmtestagent\group\multimediatestagent_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2127
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2128
        <component name="MMF Integration Tests" introduced="7.0s" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2129
          <unit mrp="mw\mmmw\mmfwtest\mmfintegrationtest\group\multimedia_inttest_mmf_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2130
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2131
        <component name="Imaging Integration Tests" introduced="7.0s" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2132
          <unit mrp="os\mm\imagingandcamerafws\imaginginttest\group\multimedia_inttest_icl_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2133
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2134
        <component name="Multimedia Test Tools">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2135
          <unit mrp="os\mm\mmtestenv\mmtesttools\Group\multimedia_testtools_source.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2136
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2137
        <component name="MMF Characterisation Validation" introduced="9.3" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2138
          <unit bldFile="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group" mrp="mw\mmmw\mmfwtest\mmfcharacterisationvalidation\group\multimedia_mmf_char.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2139
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2140
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2141
      <collection name="Shortlink Test" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2142
         <component name="USB Manager Tests" introduced="7.0" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2143
          <unit version="2" mrp="os\shortlinksrv\usbmgmt\usbmgrtest\group\usb_test.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2144
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2145
        <component name="Bluetooth Examples and Tests" introduced="6.1" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2146
          <unit mrp="os\shortlinksrv\bluetooth\btexample\test\bluetooth_tests_examples.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2147
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2148
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2149
      <collection name="Comms Test" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2150
        <component name="Networking Dialog Stub" introduced="6.1">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2151
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2152
          <!-- <unit bldFile="os\commsfw\datacommsserver\networkingdialogapi\default" mrp="os\commsfw\datacommsserver\networkingdialogapi\default\networking_dialog_default.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2153
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2154
        <component name="Networking ROM">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2155
          <!--  production component: contains the IBY files -->
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2156
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2157
          <!-- <unit bldFile="os\networkingsrv\networkingsrv_info\networkingrom\group" mrp="os\networkingsrv\networkingsrv_info\networkingrom\group\networking_general.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2158
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2159
        <component name="Networking Unit Test" introduced="7.0" class="test">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2160
          <unit mrp="os\networkingsrv\networkingtestandutils\networkingunittest\group\networking_unittest.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2161
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2162
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2163
      <collection name="IP Examples" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2164
        <component name="Networking Examples" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2165
          <unit bldFile="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group" mrp="os\networkingsrv\networkingtestandutils\networkingexamples\examplecode\group\networking_examplecode.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2166
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2167
        <component name="Example Internet Utilities" introduced="ER5">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2168
          <unit mrp="os\networkingsrv\networkingtestandutils\exampleinternetutilities\group\networking_inetutil.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2169
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2170
        <component name="IPv6 to 4 Tunnel" plugin="Y">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2171
          <unit mrp="os\networkingsrv\networkingtestandutils\ipv6to4tunnel\group\networking_6to4.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2172
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2173
        <component name="IP Administration Tool" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2174
          <unit mrp="app\techview\networkingutils\ipadministrationtool\group\networking_ipadm.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2175
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2176
        <component name="IP Analyzer" introduced="7.0">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2177
          <unit mrp="os\networkingsrv\networkingtestandutils\ipanalyzer\group\networking_iprotor.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2178
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2179
        <component name="Name Resolver Utility" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2180
          <unit mrp="app\techview\networkingutils\nameresolverutility\group\networking_nslookup.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2181
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2182
        <component name="IP Probe" plugin="Y" introduced="7.0s">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2183
          <unit mrp="os\networkingsrv\networkingtestandutils\ipprobe\group\networking_probe.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2184
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2185
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2186
      <collection name="Miscellaneous" level="test">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2187
        <component name="SYSTEMMONITOR">
65
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2188
          <!-- Following line commented out: NON-CONTRIBUTED -->
196745c43e60 Merge sync from server.
thomase@UK-ThomasE.symbian.int
parents: 52
diff changeset
  2189
          <!-- <unit bldFile="os\buildtools\toolsandutils\systemmonitor\group" mrp="os\buildtools\toolsandutils\systemmonitor\group\testtools_systemmonitor.mrp"/> -->
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2190
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2191
        <component name="TESTTOOLS_UTILITIES">
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2192
          <unit bldFile="os\persistentdata\loggingservices\rfilelogger\group" mrp="os\persistentdata\loggingservices\rfilelogger\group\testtools_utilities.mrp"/>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2193
        </component>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2194
      </collection>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2195
    </layer>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2196
  </systemModel>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2197
<SystemBuild schema="1.0.0">
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2198
  <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2199
  <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2200
  <option name="NO_DEBUG" abldOption="-no_debug" description="Causes the toolchain not to generate debug tables" enable="N"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2201
  <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2202
  <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2203
  <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2204
  <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2205
  <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2206
  <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2207
  <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2208
  <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2209
  <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2210
  <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2211
  <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2212
  <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2213
  <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2214
  <!-- Aditional Targets -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2215
  <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2216
  <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2217
  <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2218
  <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2219
  <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2220
  <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2221
  <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2222
  <targetList name="tools" description="tools Targets" target="TOOLS"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2223
  <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2224
  <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2225
  <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2226
  <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2227
  <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2228
  <!-- 9.4 configuration -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2229
    <!-- tb91 configuration -->
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2230
    <!-- tb91sf configuration -->
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2231
  <configuration name="GT_tb91sf" description="tb91sf GT build" filter="raptor_tb91sf,gt">
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2232
    <ref item="Tools and Utils and SDKENG"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2233
    <ref item="HAL"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2234
    <ref item="Kernel Services"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2235
    <ref item="OS Services"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2236
    <ref item="Generic Middleware"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2237
    <ref item="Application Services"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2238
    <ref item="UI"/>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2239
    <ref item="MISC"/>
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2240
    <task><specialInstructions name="BootStrap1" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="setupprj.bat secure"/></task>
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2241
    <task><specialInstructions name="BootStrap2" cwd="os\buildtools\sbsv1_os\e32toolp\group" command="bld.bat rel"/></task>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2242
    <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2243
    <task><buildLayer command="abld export" unitParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2244
    <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2245
    <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2246
    <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2247
    <task><buildLayer command="abld final" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2248
    <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2249
    <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2250
    <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2251
    <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2252
    <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task> 
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2253
    <task><buildLayer command="abld final" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2254
    <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2255
    <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2256
    <task><buildLayer command="abld makefile" targetList="default_9.0" unitParallel="Y" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2257
    <task><buildLayer command="abld resource" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2258
    <task><buildLayer command="abld library" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2259
    <task><buildLayer command="abld target" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2260
    <task><buildLayer command="abld final" targetList="default_9.0" unitParallel="N" targetParallel="N"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2261
    <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2262
    <task><buildLayer command="abld -what target" targetList="default_9.0_rel" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2263
    <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2264
    <task><buildLayer command="abld help" unitParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2265
    <task><buildLayer command="abld -check build" targetList="default_9.0" unitParallel="Y" targetParallel="Y"/></task>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2266
  </configuration>
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2267
    <!-- 9.5 configuration -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2268
    <!-- 9.6 configuration -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2269
 <!-- Future configuration -->
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2270
</SystemBuild></SystemDefinition>