clean/sysdefs/system_model_os.xml
author Shabe Razvi <shaber@symbian.org>
Sun, 19 Jul 2009 11:02:29 +0100
changeset 124 ddd6d0923b22
parent 122 5b5b190fe159
permissions -rw-r--r--
Use ossrv FCL containing sysutil.h collision fix
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
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    11
  long-name CDATA #IMPLIED
47
d350fcdacdb5 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
  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
    13
  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
    14
 <!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
    15
 <!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
    16
  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
    17
  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
    18
  level NMTOKEN #IMPLIED
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    19
  name CDATA #REQUIRED
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    20
  long-name CDATA #IMPLIED>
47
d350fcdacdb5 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 subblock (collection)*>
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    22
 <!ATTLIST subblock
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    23
  name CDATA #REQUIRED
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    24
  long-name CDATA #IMPLIED>
47
d350fcdacdb5 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 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
    26
 <!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
    27
  name CDATA #REQUIRED
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    28
  long-name CDATA #IMPLIED
47
d350fcdacdb5 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
  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
    30
 <!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
    31
 <!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
    32
  name CDATA #REQUIRED
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    33
  long-name CDATA #IMPLIED
47
d350fcdacdb5 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
  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
    35
  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
    36
  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
    37
  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
    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
  class NMTOKENS #IMPLIED
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    40
  supports CDATA #IMPLIED
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    41
  purpose ( optional | mandatory | development ) "optional">
47
d350fcdacdb5 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
 <!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
    43
 <!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
    44
  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
    45
  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
    46
  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
    47
  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
    48
  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
    49
  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
    50
  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
    51
  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
    52
 <!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
    53
 <!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
    54
 <!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
    55
 <!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
    56
  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
    57
  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
    58
 <!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
    59
 <!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
    60
 <!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
    61
 <!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
    62
  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
    63
  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
    64
  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
    65
 <!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
    66
 <!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
    67
  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
    68
  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
    69
  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
    70
 <!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
    71
 <!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
    72
  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
    73
  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
    74
  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
    75
  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
    76
 <!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
    77
 <!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
    78
  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
    79
  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
    80
  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
    81
 <!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
    82
 <!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
    83
 <!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
    84
 <!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
    85
 <!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
    86
  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
    87
  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
    88
  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
    89
  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
    90
 <!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
    91
 <!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
    92
  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
    93
  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
    94
  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
    95
  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
    96
]>
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    97
<SystemDefinition schema="2.0.1" name="Symbian">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    98
<systemModel>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
    99
<layer name="os" long-name="OS" levels="hw services">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   100
<block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   101
<collection name="baseintegtests" long-name="Base Integration Testing" level="test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   102
<component name="baseintegrationtest" long-name="Base Integration Test" introduced="9.3" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   103
<unit bldFile="os/kernelhwsrv/baseintegtests/baseintegrationtest/group" mrp="os/kernelhwsrv/baseintegtests/baseintegrationtest/group/base_integration_test.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   104
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   105
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   106
<collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   107
<component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   108
<unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   109
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   110
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   111
<collection name="n:unistore2" long-name="UniStore2 Flash Translation Layer" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   112
<component name="n:uiidrivers" long-name="UniStore2 Drivers" filter="gt" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   113
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   114
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   115
<component name="n:uiicore" long-name="UniStore2 Core" filter="gt" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   116
<unit mrp="os/kernelhwsrv/kernel/eka/drivers/unistore2/base_drivers_unistore2_undeliverable.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   117
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   118
<component name="n:uiicrashlogger" long-name="UniStore2 Crash Logger" filter="gt" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   119
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2" mrp="os/kernelhwsrv/kernel/eka/drivers/crashflash/unistore2/base_crashflash_unistore2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   120
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   121
<component name="n:uiibootsupport" long-name="UniStore2 Boot Support" filter="gt" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   122
<unit bldFile="os/kernelhwsrv/unistore2/uiibootsupport/nandloader/unistore2" mrp="os/kernelhwsrv/unistore2/uiibootsupport/base_nandboot_unistore2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   123
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   124
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   125
<collection name="bsptemplate" long-name="BSP Template" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   126
<component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   127
<unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   128
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   129
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   130
<collection name="kernel" long-name="Kernel Architecture" level="adaptation">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   131
<component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   132
<unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   133
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   134
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   135
<collection name="kerneltest" long-name="Kernel Test" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   136
<component name="e32test" long-name="E32 Tests" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   137
<unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   138
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   139
<component name="n:sdiotest" long-name="SDIO Tests" filter="gt" introduced="9.2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   140
<unit bldFile="os/kernelhwsrv/kerneltest/sdiotest" mrp="os/kernelhwsrv/kerneltest/sdiotest/base_sdiotests.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   141
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   142
<component name="n:e32utils" long-name="E32 Utilities" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   143
<unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   144
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   145
<component name="n:f32test" long-name="File Server Tests" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   146
<unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   147
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   148
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   149
<collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   150
<component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   151
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   152
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   153
<component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   154
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/esound" mrp="os/kernelhwsrv/kernel/eka/drivers/esound/base_e32_drivers_sound.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   155
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   156
<component name="serialldd" long-name="Serial Port Drivers" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   157
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   158
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   159
<component name="legacydrivers" long-name="Legacy Drivers" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   160
<unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   161
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   162
<component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   163
<!-- these are LDDs for storage media-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   164
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   165
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   166
<component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   167
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/base_e32_drivers_debug.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   168
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   169
<component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   170
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   171
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   172
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   173
<collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   174
<component name="n:sdcard3c" long-name="SD Card 3C Driver" filter="gt" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   175
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard3c/base_e32_sd3c.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   176
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   177
<component name="n:sdcard4c" long-name="SD Card 4C Driver" filter="gt" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   178
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c" mrp="os/kernelhwsrv/kernel/eka/drivers/pbus/mmc/sdcard/sdcard4c/base_e32_sd4c.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   179
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   180
<component name="mediadrivers" long-name="Media Drivers" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   181
<!-- these are for storage media-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   182
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   183
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   184
<component name="genericboardsupport" long-name="Generic Board Support" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   185
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   186
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   187
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   188
<collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   189
<component name="euser" long-name="User Library" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   190
<unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   191
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   192
<component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   193
<unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   194
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   195
<component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   196
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   197
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   198
<component name="n:nandftl" long-name="SSR Flash Translation Layer" filter="gt" introduced="7.0s" deprecated="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   199
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sftl" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sftl/base_f32_sftl.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   200
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   201
<component name="estart" long-name="Base Starter" filter="gt" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   202
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   203
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   204
<component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   205
<unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   206
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   207
<component name="basedocs" long-name="Base Documentation" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   208
<unit mrp="os/kernelhwsrv/userlibandfileserver/basedocs/base_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   209
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   210
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   211
<collection name="filesystems" long-name="File Systems" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   212
<component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   213
<unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   214
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   215
<component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   216
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   217
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   218
<component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   219
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   220
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   221
<component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   222
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   223
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   224
<component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   225
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   226
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   227
<component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   228
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   229
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   230
<component name="n:ntfs" long-name="NTFS" filter="gt" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   231
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/ntfs/base_f32_sntfs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   232
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   233
<component name="n:iso9660fs" long-name="ISO9660 File System" filter="gt" introduced="8.1b" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   234
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/iso9660/base_f32_siso9660.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   235
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   236
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   237
<collection name="halservices" long-name="HAL Services" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   238
<component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   239
<unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   240
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   241
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   242
<collection name="textmodeshell" long-name="Text Mode Shell" level="test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   243
<component name="e32wsrv" long-name="Text Window Server" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   244
<unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   245
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   246
<component name="textshell" long-name="Text Shell" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   247
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   248
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   249
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   250
<collection name="baseapitest" long-name="Base API Tests" level="test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   251
<component name="basesvs" long-name="Base Verification Suite" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   252
<unit mrp="os/kernelhwsrv/baseapitest/basesvs/group/basesvs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   253
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   254
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   255
<collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   256
<component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   257
<unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   258
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   259
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   260
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   261
<block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 4">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   262
<collection name="emulator" long-name="Emulator" level="bsp">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   263
<component name="emulatorbsp" long-name="Emulator BSP" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   264
<unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   265
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   266
<component name="n:unistore2emulatorsupport" long-name="UniStore2 Emulator Support" filter="gt" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   267
<unit bldFile="os/boardsupport/emulator/unistore2emulatorsupport" mrp="os/boardsupport/emulator/unistore2emulatorsupport/base_wins_unistore2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   268
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   269
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   270
<collection name="n:omaph2" long-name="OMAP H2" level="bsp">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   271
<component name="n:omaph2bsp" long-name="OMAP H2 BSP" introduced="9.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   272
<unit bldFile="os/boardsupport/omaph2/omaph2bsp/h2" mrp="os/boardsupport/omaph2/omaph2bsp/h2/base_omaph2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   273
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   274
<component name="n:omaph2unistore2" long-name="OMAP H2 UniStore2" filter="gt" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   275
<unit bldFile="os/boardsupport/omaph2/omaph2unistore2" mrp="os/boardsupport/omaph2/omaph2unistore2/base_h2_unistore2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   276
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   277
<component name="n:omaph2sdio" long-name="OMAP H2 SDIO" filter="gt" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   278
<unit bldFile="os/boardsupport/omaph2/omaph2sdio" mrp="os/boardsupport/omaph2/omaph2sdio/base_h2_sdio.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   279
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   280
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   281
<collection name="n:omaph4" long-name="OMAP H4" level="bsp">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   282
<component name="n:omaph4bsp" long-name="OMAP H4 BSP" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   283
<unit bldFile="os/boardsupport/omaph4/omaph4bsp/h4" mrp="os/boardsupport/omaph4/omaph4bsp/h4/base_omaph4hrp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   284
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   285
<component name="n:h4bootloader" long-name="H4 Boot Loader" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   286
<unit mrp="os/boardsupport/omaph4/h4bootloader/base_omaph4hrp_bootldr.mrp" bldFile="os/boardsupport/omaph4/h4bootloader"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   287
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   288
<component name="n:omaph4minienvbootloader" long-name="OMAP H4 Mini Environment Boot Loader" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   289
<unit mrp="os/boardsupport/omaph4/omaph4minienvbootloader/base_omaph4hrp_mebootldr.mrp" bldFile="os/boardsupport/omaph4/omaph4minienvbootloader"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   290
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   291
<component name="n:omaph4unistore2" long-name="OMAP H4 Unistore2" filter="gt" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   292
<unit bldFile="os/boardsupport/omaph4/omaph4unistore2" mrp="os/boardsupport/omaph4/omaph4unistore2/base_omaph4hrp_unistore2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   293
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   294
<component name="n:omaph4sdio" long-name="OMAP H4 SDIO" filter="gt" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   295
<unit bldFile="os/boardsupport/omaph4/omaph4sdio" mrp="os/boardsupport/omaph4/omaph4sdio/base_omaph4hrp_sdio.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   296
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   297
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   298
<collection name="haitest" long-name="HAI Test Suites" level="test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   299
<component name="bspsvs" long-name="BSP Verification Suite" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   300
<unit mrp="os/boardsupport/haitest/bspsvs/group/bspsvs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   301
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   302
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   303
<collection name="boardsupport_info" long-name="Board Support Info" level="4">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   304
<component name="boardsupport_metadata" long-name="Board Support Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   305
<unit mrp="os/boardsupport/boardsupport_info/boardsupport_metadata/boardsupport_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   306
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   307
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   308
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   309
<block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   310
<collection name="bldsystemtools" long-name="Build System Tools" level="bld">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   311
<component name="buildsystemtools" long-name="Build System Tools" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   312
<unit bldFile="os/buildtools/bldsystemtools/buildsystemtools/group" mrp="os/buildtools/bldsystemtools/buildsystemtools/group/tools_build.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   313
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   314
<component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   315
<unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   316
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   317
<component name="commonbldutils" long-name="Common Utils" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   318
<unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   319
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   320
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   321
<collection name="packaging" long-name="Packaging" level="ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   322
<component name="additionalutils" long-name="Additional Utils" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   323
<unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   324
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   325
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   326
<collection name="toolsandutils" long-name="Tools and Utils" level="mw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   327
<component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   328
<unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   329
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   330
<component name="n:ctsfunctionalitycheckers" long-name="CTS Functionality Checkers" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   331
<unit mrp="os/buildtools/toolsandutils/ctsfunctionalitycheckers/Group/testtools_cts_functionalitycheckers.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   332
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   333
<component name="n:burtestserver" long-name="BUR Test Server" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   334
<unit bldFile="os/buildtools/toolsandutils/burtestserver/Group" mrp="os/buildtools/toolsandutils/burtestserver/Group/testtools_burtestserver.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   335
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   336
<component name="n:cbrtools" long-name="Component Based Release (CBR) Tools" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   337
<unit bldFile="os/buildtools/toolsandutils/cbrtools/group" mrp="os/buildtools/toolsandutils/cbrtools/group/tools_cbr_tools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   338
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   339
<component name="n:prf" long-name="Product Realisation Framework" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   340
<unit bldFile="os/buildtools/toolsandutils/prf/group" mrp="os/buildtools/toolsandutils/prf/group/tools_cbr_prf.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   341
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   342
<component name="n:cdb" long-name="Code Database" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   343
<unit bldFile="os/buildtools/toolsandutils/cdb/group" mrp="os/buildtools/toolsandutils/cdb/group/testtools_cdb.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   344
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   345
<component name="e32tools" long-name="E32 Tools" deprecated="tb91" purpose="development" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   346
<unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   347
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   348
<component name="n:kitcomparator" long-name="Kit Comparator" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   349
<unit bldFile="os/buildtools/toolsandutils/kitcomparator/group" mrp="os/buildtools/toolsandutils/kitcomparator/group/testtools_cts_kitcomparator.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   350
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   351
<component name="wincredistribution" long-name="WinC Redistribution" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   352
<unit mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_winc.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   353
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   354
<component name="additionalredistribution" long-name="Additional Redistribution" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   355
<unit mrp="os/buildtools/perltoolsplat_os/redistribution/additional_tools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   356
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   357
<component name="n:testdriver" long-name="Test Driver" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   358
<unit bldFile="os/buildtools/toolsandutils/testdriver/Group" mrp="os/buildtools/toolsandutils/testdriver/Group/testtools_testdriver.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   359
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   360
<component name="statapi" long-name="STAT API" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   361
<unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   362
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   363
<component name="n:statsource" long-name="STAT Source" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   364
<unit mrp="os/buildtools/toolsandutils/statsource/group/testtools_stat_common_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   365
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   366
<component name="n:statdesktop" long-name="STAT Desktop" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   367
<unit bldFile="os/buildtools/toolsandutils/statdesktop/group" mrp="os/buildtools/toolsandutils/statdesktop/group/testtools_stat_desktop.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   368
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   369
<component name="n:systemmonitor" long-name="System Monitor" introduced="8.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   370
<unit bldFile="os/buildtools/toolsandutils/systemmonitor/group" mrp="os/buildtools/toolsandutils/systemmonitor/group/testtools_systemmonitor.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   371
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   372
<component name="n:testtoolsdesktop" long-name="Test Tools Desktop" filter="gt" deprecated="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   373
<unit bldFile="os/buildtools/toolsandutils/testtoolsdesktop/group" mrp="os/buildtools/toolsandutils/testtoolsdesktop/group/testtools_desktop.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   374
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   375
<component name="wintunnel" long-name="Wintunnel" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   376
<unit mrp="os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   377
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   378
<component name="n:usecasecontroller" long-name="Use Case Controller" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   379
<unit bldFile="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group" mrp="os/buildtools/toolsandutils/usecasecontroller/BuildScripts/group/testtools_ucc.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   380
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   381
<component name="autotest" long-name="Autotest" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   382
<unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   383
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   384
<component name="n:testconfigfileparser" long-name="Test Config File Parser" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   385
<unit bldFile="os/buildtools/toolsandutils/testconfigfileparser/group" mrp="os/buildtools/toolsandutils/testconfigfileparser/group/tools_testconfigfileparser.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   386
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   387
<component name="n:kitsetupapp" long-name="Kit Setup App" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   388
<unit mrp="os/buildtools/toolsandutils/kitsetupapp/group/tools_devkits_kitsetupapp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   389
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   390
<component name="n:navigationpages" long-name="Navigation Pages" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   391
<unit mrp="os/buildtools/toolsandutils/navigationpages/tools_sdk_eng_NavigationPages.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   392
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   393
<component name="n:productinstaller" long-name="Product Installer" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   394
<unit bldFile="os/buildtools/toolsandutils/productinstaller/group" mrp="os/buildtools/toolsandutils/productinstaller/group/tools_custkits_productinstaller.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   395
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   396
<component name="n:stlport" long-name="STL Port" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   397
<unit bldFile="os/buildtools/toolsandutils/stlport/group" mrp="os/buildtools/toolsandutils/stlport/group/tools_stlport.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   398
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   399
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   400
<collection name="n:dist_os" long-name="Redistribution" level="mw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   401
<component name="n:redistributionwinceka2" long-name="Redistribution WINC EKA2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   402
<unit bldFile="os/buildtools/dist_os/redistributionwinceka2" mrp="os/buildtools/dist_os/redistributionwinceka2/tools_redistribution_cedar.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   403
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   404
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   405
<collection name="n:bintools_os" long-name="Binary Tools" level="fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   406
<component name="n:rcomp" long-name="Resource Compiler" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   407
<unit bldFile="os/buildtools/bintools_os/rcomp/group" mrp="os/buildtools/bintools_os/rcomp/group/tools_rcomp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   408
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   409
<component name="n:evalid" long-name="Evalid" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   410
<unit bldFile="os/buildtools/bintools_os/evalid" mrp="os/buildtools/bintools_os/evalid/tools_evalid.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   411
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   412
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   413
<collection name="n:perltoolsplat_os" long-name="Perl Tools Platform" level="mw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   414
<component name="n:redistribution" long-name="Redistribution" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   415
<unit bldFile="os/buildtools/perltoolsplat_os/redistribution" mrp="os/buildtools/perltoolsplat_os/redistribution/tools_redistribution_common.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   416
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   417
<component name="n:legacycommonperl" long-name="Legacy Common Perl Libraries" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   418
<unit bldFile="os/buildtools/perltoolsplat_os/legacycommonperl/group" mrp="os/buildtools/perltoolsplat_os/legacycommonperl/group/tools_sdk_eng_perllibrary.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   419
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   420
<component name="n:commonperl" long-name="Common Perl Libraries" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   421
<unit bldFile="os/buildtools/perltoolsplat_os/commonperl/group" mrp="os/buildtools/perltoolsplat_os/commonperl/group/tools_sdk_eng_perl_shared.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   422
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   423
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   424
<collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   425
<component name="e32toolp" long-name="E32 Perl Tools" purpose="development" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   426
<unit bldFile="os/buildtools/sbsv1_os/e32toolp/group" mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   427
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   428
<component name="n:bldtools" long-name="Build Tools" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   429
<unit bldFile="os/buildtools/sbsv1_os/bldtools/group" mrp="os/buildtools/sbsv1_os/bldtools/group/tools_sdk_eng_build-tools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   430
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   431
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   432
<collection name="n:srcanamdw_os" long-name="Source Analysis Middleware" level="fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   433
<component name="n:leavescan" long-name="Leavescan" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   434
<unit bldFile="os/buildtools/srcanamdw_os/leavescan/group" mrp="os/buildtools/srcanamdw_os/leavescan/group/testtools_leavescan.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   435
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   436
<component name="n:programchecker" long-name="Program Checker" deprecated="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   437
<unit bldFile="os/buildtools/srcanamdw_os/programchecker/group" mrp="os/buildtools/srcanamdw_os/programchecker/group/testtools_programchecker.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   438
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   439
<component name="n:migrationtool" long-name="Migration Tool" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   440
<unit bldFile="os/buildtools/srcanamdw_os/migrationtool/group" mrp="os/buildtools/srcanamdw_os/migrationtool/group/testtools_migrationtool.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   441
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   442
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   443
<collection name="imgtools_os" long-name="Image Tools" level="fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   444
<component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   445
<unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   446
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   447
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   448
<collection name="n:binanamdw_os" long-name="Binary Analysis Middleware" level="fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   449
<component name="n:captools" long-name="Capability Tools" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   450
<unit bldFile="os/buildtools/binanamdw_os/captools/group" mrp="os/buildtools/binanamdw_os/captools/group/testtools_captools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   451
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   452
<component name="n:depcheck" long-name="Dependency Checker" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   453
<unit bldFile="os/buildtools/binanamdw_os/depcheck" mrp="os/buildtools/binanamdw_os/depcheck/tools_depcheck.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   454
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   455
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   456
<collection name="n:devlib" long-name="Developer Library" level="ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   457
<component name="n:devlibhelp" long-name="Developer Library Help" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   458
<unit bldFile="os/buildtools/devlib/devlibhelp/group/devlib94" mrp="os/buildtools/devlib/devlibhelp/group/devlib94/developerlibrary_doc_html.mrp" version="9.4"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   459
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   460
<component name="n:toolsdocs" long-name="Tools Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   461
<unit mrp="os/buildtools/devlib/toolsdocs/tools_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   462
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   463
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   464
<collection name="misccomponents" long-name="Misc Components" level="mw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   465
<component name="n:runperl" long-name="Run PERL" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   466
<unit bldFile="os/buildtools/misccomponents/runperl/group" mrp="os/buildtools/misccomponents/runperl/group/tools_sdk_eng_runperl.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   467
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   468
<component name="n:assertion" long-name="Assertion" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   469
<unit bldFile="os/buildtools/misccomponents/assertion/group" mrp="os/buildtools/misccomponents/assertion/group/tools_sdk_eng_assertion.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   470
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   471
<component name="n:enum" long-name="Enum" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   472
<unit bldFile="os/buildtools/misccomponents/enum/group" mrp="os/buildtools/misccomponents/enum/group/tools_sdk_eng_enum.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   473
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   474
<component name="n:logger" long-name="Logger" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   475
<unit bldFile="os/buildtools/misccomponents/logger/group" mrp="os/buildtools/misccomponents/logger/group/tools_sdk_eng_logger.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   476
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   477
<component name="n:filesys" long-name="Filesys" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   478
<unit bldFile="os/buildtools/misccomponents/filesys/group" mrp="os/buildtools/misccomponents/filesys/group/tools_sdk_eng_filesys.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   479
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   480
<component name="n:envvar" long-name="Envvar" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   481
<unit bldFile="os/buildtools/misccomponents/envvar/group" mrp="os/buildtools/misccomponents/envvar/group/tools_sdk_eng_envvar.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   482
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   483
<component name="n:installutils" long-name="Install Utils" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   484
<unit bldFile="os/buildtools/misccomponents/installutils/group" mrp="os/buildtools/misccomponents/installutils/group/tools_sdk_eng_installutils.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   485
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   486
<component name="n:mnemonicfix" long-name="Mnemonic Fix" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   487
<unit bldFile="os/buildtools/misccomponents/mnemonicfix/group" mrp="os/buildtools/misccomponents/mnemonicfix/group/tools_sdk_eng_mnemonicfix.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   488
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   489
<component name="n:pathbrowser" long-name="Path Browser" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   490
<unit bldFile="os/buildtools/misccomponents/pathbrowser/group" mrp="os/buildtools/misccomponents/pathbrowser/group/tools_sdk_eng_pathbrowser.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   491
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   492
<component name="n:shellexec" long-name="Shell Exec" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   493
<unit bldFile="os/buildtools/misccomponents/shellexec/group" mrp="os/buildtools/misccomponents/shellexec/group/tools_sdk_eng_shellexec.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   494
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   495
<component name="n:swingworker" long-name="Swing Worker" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   496
<unit bldFile="os/buildtools/misccomponents/swingworker/group" mrp="os/buildtools/misccomponents/swingworker/group/tools_sdk_eng_swingworker.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   497
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   498
<component name="n:testcaserunner" long-name="Test Case Runner" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   499
<unit bldFile="os/buildtools/misccomponents/testcaserunner/group" mrp="os/buildtools/misccomponents/testcaserunner/group/tools_sdk_eng_testcaserunner.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   500
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   501
<component name="n:toolbarpanel" long-name="Tool Bar Panel" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   502
<unit bldFile="os/buildtools/misccomponents/toolbarpanel/group" mrp="os/buildtools/misccomponents/toolbarpanel/group/tools_sdk_eng_toolbarpanel.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   503
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   504
<component name="n:javahelp" long-name="Java Help" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   505
<unit bldFile="os/buildtools/misccomponents/javahelp/group" mrp="os/buildtools/misccomponents/javahelp/group/tools_sdk_eng_javahelp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   506
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   507
<component name="n:langconfig" long-name="Language Config" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   508
<unit bldFile="os/buildtools/misccomponents/langconfig/group" mrp="os/buildtools/misccomponents/langconfig/group/tools_sdk_eng_langconfig.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   509
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   510
<component name="n:sdkinfo" long-name="SDK Info" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   511
<unit bldFile="os/buildtools/misccomponents/sdkinfo/group" mrp="os/buildtools/misccomponents/sdkinfo/group/tools_sdk_eng_sdkinfo.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   512
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   513
<component name="n:jade" long-name="Jade " filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   514
<unit bldFile="os/buildtools/misccomponents/jade/group" mrp="os/buildtools/misccomponents/jade/group/tools_sdk_eng_jade.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   515
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   516
<component name="n:sdkpackagemgr" long-name="SDK Package Manager" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   517
<unit bldFile="os/buildtools/misccomponents/sdkpackagemgr/group" mrp="os/buildtools/misccomponents/sdkpackagemgr/group/tools_sdk_eng_sdkpkg-manager.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   518
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   519
<component name="n:sdkpkgtools" long-name="SDK Package Tools" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   520
<unit bldFile="os/buildtools/misccomponents/sdkpkgtools/group" mrp="os/buildtools/misccomponents/sdkpkgtools/group/tools_sdk_eng_sdkpkg-tools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   521
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   522
<component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   523
<unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   524
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   525
<component name="n:pkgmgrgui" long-name="SDK Package Manager GUI" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   526
<unit bldFile="os/buildtools/misccomponents/pkgmgrgui/group" mrp="os/buildtools/misccomponents/pkgmgrgui/group/tools_sdk_eng_pkgmgrgui.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   527
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   528
<component name="n:launch" long-name="Launch" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   529
<unit bldFile="os/buildtools/misccomponents/launch/group" mrp="os/buildtools/misccomponents/launch/group/tools_sdk_eng_launch.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   530
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   531
<component name="n:toolsstubs" long-name="Devices Tools Stubs" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   532
<unit bldFile="os/buildtools/misccomponents/toolsstubs/group" mrp="os/buildtools/misccomponents/toolsstubs/group/tools_sdk_eng_tools_stubs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   533
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   534
<component name="n:bspbuilder" long-name="BSP Builder" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   535
<unit bldFile="os/buildtools/misccomponents/bspbuilder/group" mrp="os/buildtools/misccomponents/bspbuilder/group/tools_bspbuilder.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   536
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   537
<component name="n:splash" long-name="Splash Screen" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   538
<unit bldFile="os/buildtools/misccomponents/splash/group" mrp="os/buildtools/misccomponents/splash/group/tools_sdk_eng_splash.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   539
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   540
<component name="n:sdkbuilder" long-name="SDK Building Tools" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   541
<unit bldFile="os/buildtools/misccomponents/sdkbuilder/group" mrp="os/buildtools/misccomponents/sdkbuilder/group/tools_sdk_eng_sdk_builder.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   542
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   543
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   544
<collection name="n:javatoolsplat" long-name="Java Tools Platform" level="mw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   545
<component name="n:javalib" long-name="Java Library " filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   546
<unit bldFile="os/buildtools/javatoolsplat/javalib/group" mrp="os/buildtools/javatoolsplat/javalib/group/tools_sdk_eng_javalibrary.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   547
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   548
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   549
<collection name="n:fileconv" long-name="File Converters" level="mw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   550
<component name="n:cjpeg" long-name="CJpeg" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   551
<unit bldFile="os/buildtools/fileconv/cjpeg/group" mrp="os/buildtools/fileconv/cjpeg/group/tools_sdk_eng_cjpeg.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   552
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   553
<component name="n:alp2csh" long-name="ALP to CSH" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   554
<unit bldFile="os/buildtools/fileconv/alp2csh/group" mrp="os/buildtools/fileconv/alp2csh/group/tools_sdk_eng_alp2csh.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   555
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   556
<component name="n:rtf2ptml" long-name="RTF to PTML" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   557
<unit bldFile="os/buildtools/fileconv/rtf2ptml/group" mrp="os/buildtools/fileconv/rtf2ptml/group/tools_sdk_eng_rtf2ptml.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   558
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   559
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   560
<collection name="buildtools_info" long-name="Build Tools Info" level="ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   561
<component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   562
<unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   563
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   564
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   565
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   566
<block name="ossrv" level="services" long-name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   567
<collection name="genericservices" long-name="Generic Services" level="utilities">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   568
<component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   569
<unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/group94" mrp="os/ossrv/genericservices/s60compatibilityheaders/group94/tools_s60_header_compat94.mrp" version="9.4"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   570
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   571
<component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   572
<unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   573
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   574
<component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   575
<unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   576
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   577
<component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   578
<unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   579
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   580
<component name="activebackupclient" long-name="Active Backup Client" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   581
<unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   582
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   583
<component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   584
<unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   585
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   586
<component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   587
<unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   588
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   589
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   590
<collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   591
<component name="syslibssvs" long-name="Syslibs Verfication Suite" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   592
<unit mrp="os/ossrv/syslibsapitest/syslibssvs/group/syslibssvs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   593
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   594
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   595
<collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   596
<component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   597
<unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   598
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   599
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   600
<collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   601
<component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   602
<unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   603
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   604
<component name="openenvcore" long-name="Open Environment Core" introduced="tb91" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   605
<unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   606
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   607
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   608
<collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   609
<component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   610
<unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom.mrp" version="2"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   611
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   612
<component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   613
<unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   614
</component>
124
ddd6d0923b22 Use ossrv FCL containing sysutil.h collision fix
Shabe Razvi <shaber@symbian.org>
parents: 122
diff changeset
   615
<!--<component name="sysutil" long-name="System Utilities" introduced="ER5" purpose="mandatory">
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   616
<unit bldFile="os/ossrv/lowlevellibsandfws/apputils/sysutil/group" />
124
ddd6d0923b22 Use ossrv FCL containing sysutil.h collision fix
Shabe Razvi <shaber@symbian.org>
parents: 122
diff changeset
   617
</component>-->
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   618
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   619
<collection name="ossrv_info" long-name="Generic OS Services Info" level="utilities">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   620
<component name="ossrv_metadata" long-name="Generic OS Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   621
<unit mrp="os/ossrv/ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   622
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   623
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   624
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   625
<block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   626
<collection name="contentmgmt" long-name="Content Management" level="utilities">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   627
<component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   628
<unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   629
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   630
<component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   631
<unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   632
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   633
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   634
<collection name="crypto" long-name="Crypto Libraries" level="libraries">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   635
<component name="weakcrypto" long-name="Weak Cryptography Library" filter="gt" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   636
<unit bldFile="os/security/crypto/weakcrypto/group" mrp="os/security/crypto/weakcrypto/group/security_crypto_weak.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   637
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   638
<component name="strongcrypto" long-name="Strong Cryptography Library" filter="gt" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   639
<unit bldFile="os/security/crypto/weakcrypto/strong" mrp="os/security/crypto/weakcrypto/group/security_crypto_strong.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   640
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   641
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   642
<collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   643
<component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   644
<unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   645
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   646
<component name="securitytestfw" long-name="Security Test Framework" introduced="7.0" deprecated="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   647
<unit mrp="os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   648
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   649
<component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   650
<unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   651
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   652
<component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   653
<unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   654
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   655
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   656
<collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   657
<component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   658
<unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   659
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   660
<component name="securitytools" long-name="Security Tools" introduced="tb92" purpose="optional" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   661
<unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   662
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   663
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   664
<collection name="cryptoservices" long-name="Crypto Services" level="plugins">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   665
<component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   666
<unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   667
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   668
<component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   669
<unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   670
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   671
<component name="rootcertificates" long-name="Root Certificates" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   672
<unit mrp="os/security/cryptoservices/rootcertificates/rootcerts.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   673
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   674
<component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   675
<unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   676
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   677
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   678
<collection name="security_info" long-name="OS Security Info" level="utilities">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   679
<component name="security_metadata" long-name="OS Security Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   680
<unit mrp="os/security/security_info/security_metadata/security_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   681
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   682
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   683
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   684
<block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   685
<collection name="featuremgmt" long-name="Feature Management" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   686
<component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="tb92" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   687
<unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   688
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   689
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   690
<collection name="loggingservices" long-name="Logging Services" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   691
<component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   692
<unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   693
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   694
<component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   695
<unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   696
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   697
<component name="rfilelogger" long-name="RFile Logger" deprecated="tb92" introduced="9.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   698
<unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   699
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   700
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   701
<collection name="traceservices" long-name="Trace Services" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   702
<component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   703
<unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   704
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   705
<component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   706
<unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   707
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   708
<component name="utrace" long-name="UTrace" introduced="9.3" deprecated="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   709
<unit bldFile="os/persistentdata/traceservices/utrace/group" mrp="os/persistentdata/traceservices/utrace/group/testtools_utrace_api.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   710
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   711
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   712
<collection name="persistentstorage" long-name="Persistent Storage" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   713
<component name="store" long-name="Store" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   714
<unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   715
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   716
<component name="dbms" long-name="DBMS" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   717
<unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   718
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   719
<component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   720
<unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   721
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   722
<component name="sql" long-name="SQL" introduced="9.3" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   723
<unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   724
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   725
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   726
<collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   727
<component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   728
<unit mrp="os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   729
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   730
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   731
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   732
<block name="devicesrv" level="services" long-name="Device Services" levels="adaptation hw-if plugin framework server app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   733
<collection name="accessoryservices" long-name="Accessory Services" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   734
<component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   735
<unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   736
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   737
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   738
<collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   739
<!-- <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   740
<unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   741
</component> -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   742
<component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   743
<unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   744
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   745
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   746
<collection name="sysstatemgmt" long-name="System State Management" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   747
<component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="tb92" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   748
<unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   749
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   750
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   751
<collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   752
<component name="accessorieshaitest" long-name="Accessories HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   753
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   754
	<unit mrp="devicesrvapitest/accessorieshaitest/gropup/accessorieshai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   755
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   756
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   757
<component name="hwrmhaitest" long-name="HWRM HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   758
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   759
	<unit mrp="devicesrvapitest/hwrmhaitest/group/hwrmhai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   760
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   761
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   762
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   763
<collection name="devicesrv_info" long-name="Device Services Info" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   764
<component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   765
<unit mrp="os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   766
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   767
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   768
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   769
<block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   770
<collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   771
<component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   772
<unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   773
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   774
<component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   775
<unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   776
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   777
<component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="tb91" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   778
<unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   779
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   780
<component name="n:agpsintegrationmodule" long-name="A-GPS Integration Module" introduced="9.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   781
<unit bldFile="os/lbs/datasourcemodules/agpsintegrationmodule/group" mrp="os/lbs/datasourcemodules/agpsintegrationmodule/group/lbs_datasourceplugins.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   782
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   783
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   784
<collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   785
<component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   786
<unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   787
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   788
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   789
<collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   790
<component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   791
<unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   792
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   793
<component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   794
<unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   795
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   796
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   797
<collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   798
<component name="lbstestproduct" long-name="LBS Test Product" introduced="9.2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   799
<unit mrp="os/lbs/lbstest/lbstestproduct/group/lbs_testproduct.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   800
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   801
<component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   802
<unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   803
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   804
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   805
<collection name="locationmgmt" long-name="Location Management" level="management">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   806
<component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   807
<unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   808
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   809
<component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   810
<unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   811
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   812
<component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   813
<unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   814
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   815
<component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   816
<unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   817
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   818
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   819
<collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   820
<component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   821
<unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   822
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   823
<component name="n:suplprotocolmodule" long-name="SUPL Protocol Module" introduced="tb91" deprecated="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   824
<unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   825
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   826
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   827
<collection name="lbsapitest" long-name="Location API Tests" level="application-interface">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   828
<component name="lbshaitest" long-name="Location HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   829
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   830
      <unit mrp="lbsapitest/lbshaitest/group/lbshai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   831
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   832
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   833
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   834
<collection name="lbs_info" long-name="Locating Services Info" level="application-interface">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   835
<component name="lbs_metadata" long-name="Locating Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   836
<unit mrp="os/lbs/lbs_info/lbs_metadata/lbs_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   837
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   838
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   839
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   840
<block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   841
<collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   842
<component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   843
<unit mrp="os/commsfw/commsinfrastructureapitest/commsinfrastructuresvs/group/commsinfrastructuresvs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   844
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   845
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   846
<collection name="commsprocess" long-name="Comms Process" level="process">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   847
<component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   848
<unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   849
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   850
<component name="commsrootserverconfig" long-name="Comms Root Server Config" introduced="9.1" purpose="mandatory" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   851
<unit mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver-config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   852
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   853
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   854
<collection name="commsconfig" long-name="Comms Config" level="process">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   855
<component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   856
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   857
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   858
<component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   859
<unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   860
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   861
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   862
<collection name="datacommsserver" long-name="Data Comms Server" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   863
<component name="esockserver" long-name="ESock Server" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   864
<unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="2"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   865
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   866
<component name="esockserverconfig" long-name="ESock Server Config" introduced="9.1" purpose="mandatory" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   867
<unit mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock-config.mrp" version="2"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   868
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   869
<component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   870
<unit bldFile="os/commsfw/datacommsserver/networkinterfacemgr/group" mrp="os/commsfw/datacommsserver/networkinterfacemgr/group/comms-infras_nifman.mrp" version="1"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   871
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   872
<component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   873
<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   874
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   875
<component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   876
<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   877
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   878
<component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   879
<unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   880
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   881
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   882
<collection name="serialserver" long-name="Serial Server" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   883
<component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" plugin="Y" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   884
<!-- placeholder for ser-comms_serialportcsy, currently built by C32 -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   885
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   886
<component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   887
<unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   888
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   889
<component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   890
<unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   891
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   892
<component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   893
<unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   894
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   895
<component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   896
<unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   897
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   898
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   899
<collection name="baseconnectionproviders" long-name="Base Connection Providers" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   900
<component name="refcpr" long-name="Reference CPR" introduced="9.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   901
<unit bldFile="os/commsfw/baseconnectionproviders/refcpr/group" mrp="os/commsfw/baseconnectionproviders/refcpr/group/networking_ReferenceCPR.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   902
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   903
<component name="refscpr" long-name="Reference SCPR" introduced="9.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   904
<unit bldFile="os/commsfw/baseconnectionproviders/refscpr/group" mrp="os/commsfw/baseconnectionproviders/refscpr/group/networking_ReferenceSCPR.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   905
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   906
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   907
<collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   908
<component name="commfw" long-name="Comms Framework" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   909
<unit bldFile="os/commsfw/commsfwutils/commfw/group" mrp="os/commsfw/commsfwutils/commfw/group/comms-infras_commsfw.mrp" priority="10"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   910
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   911
<component name="mbufmgr" long-name="MBuf Manager" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   912
<unit bldFile="os/commsfw/commsfwutils/mbufmgr/group" mrp="os/commsfw/commsfwutils/mbufmgr/group/comms-infras_mbufmgr.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   913
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   914
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   915
<collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   916
<component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   917
<unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   918
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   919
<component name="commsfw_metadata" long-name="Communications Framework Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   920
<unit mrp="os/commsfw/commsfw_info/commsfw_metadata/commsfw_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   921
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   922
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   923
<collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   924
<component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   925
<unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   926
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   927
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   928
<collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
122
5b5b190fe159 Commdb build fix in 'clean' config only - removing GT version from getting generated to stop collision with exported S60 version
MattD <mattd@symbian.org>
parents: 117
diff changeset
   929
<!-- Removing GT commdb
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   930
<component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   931
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   932
</component>
122
5b5b190fe159 Commdb build fix in 'clean' config only - removing GT version from getting generated to stop collision with exported S60 version
MattD <mattd@symbian.org>
parents: 117
diff changeset
   933
-->
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   934
<!-- <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   935
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   936
</component> -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   937
<component name="commstools" long-name="Comms Tools" introduced="tb91" purpose="development" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   938
<unit mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   939
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   940
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   941
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   942
<block name="networkingsrv" level="services" long-name="Networking Services" levels="adaptation hw-if plugin framework server app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   943
<collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   944
<component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   945
<unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   946
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   947
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   948
<collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   949
<component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   950
<unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   951
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   952
<component name="dndconfig" long-name="DND Config" introduced="7.0" purpose="mandatory" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   953
<unit mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd-config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   954
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   955
<component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   956
<unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   957
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   958
<component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="tb91" purpose="mandatory" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   959
<unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   960
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   961
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   962
<collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   963
<component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   964
<unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   965
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   966
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   967
<collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   968
<component name="ethernetnif" long-name="Ethernet NIF" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   969
<unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   970
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   971
<component name="ethernetpacketdriver" long-name="Ethernet Packet Driver" introduced="7.0" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   972
<unit mrp="os/networkingsrv/linklayerprotocols/ethernetpacketdriver/group/networking_etherdrv_srconly.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   973
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   974
<component name="pppnif" long-name="PPP NIF" introduced="ER5" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   975
<unit bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp" version="1"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   976
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   977
<component name="pppconfig" long-name="PPP Config" introduced="ER5" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   978
<unit mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp-config.mrp" version="1"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   979
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   980
<component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   981
<unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   982
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   983
<component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   984
<unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   985
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   986
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   987
<collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   988
<component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   989
<unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   990
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   991
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   992
<collection name="networkcontrol" long-name="Network Control" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   993
<component name="qosfwconfig" long-name="QoS Framework Config" introduced="7.0s" purpose="optional" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   994
<unit mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos-config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   995
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   996
<component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   997
<unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   998
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
   999
<component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1000
<unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1001
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1002
<component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1003
<unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1004
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1005
<component name="ipcpr" long-name="IP CPR" introduced="8.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1006
<unit bldFile="os/networkingsrv/networkcontrol/ipcpr/group" mrp="os/networkingsrv/networkcontrol/ipcpr/group/networking_ipcpr.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1007
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1008
<component name="ipscpr" long-name="IP SCPR" introduced="9.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1009
<unit bldFile="os/networkingsrv/networkcontrol/ipscpr/group" mrp="os/networkingsrv/networkcontrol/ipscpr/group/networking_ipscpr.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1010
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1011
<component name="ipcprshim" long-name="IP CPR Shim" deprecated="Future" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1012
<unit bldFile="os/networkingsrv/networkcontrol/ipcprshim/group" mrp="os/networkingsrv/networkcontrol/ipcprshim/group/networking_shimcpr.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1013
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1014
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1015
<collection name="networkprotocols" long-name="Network Protocols" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1016
<component name="tcpipv4config" long-name="TCP/IPv4/v6 Config" introduced="7.0" purpose="mandatory" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1017
<unit mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6-config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1018
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1019
<component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1020
<unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1021
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1022
<component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1023
<unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1024
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1025
<component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1026
<unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1027
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1028
<component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1029
<unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1030
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1031
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1032
<collection name="networksecurity" long-name="Network Security" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1033
<component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1034
<unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1035
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1036
<component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1037
<unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1038
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1039
<component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1040
<unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1041
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1042
<component name="ipsecvpn" long-name="IPsec VPN" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1043
<!-- PLACEHOLDER="DEF140049"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1044
        <unit bldFile="networksecurity/ipsecvpn/group" mrp="networksecurity/ipsecvpn/group/networking_ipsecvpn.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1045
		-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1046
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1047
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1048
<collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1049
<component name="networkingunittest" long-name="Networking Unit Test" introduced="7.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1050
<unit mrp="os/networkingsrv/networkingtestandutils/networkingunittest/group/networking_unittest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1051
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1052
<component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1053
<unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1054
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1055
<component name="exampleinternetutilities" long-name="Example Internet Utilities" introduced="ER5" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1056
<unit mrp="os/networkingsrv/networkingtestandutils/exampleinternetutilities/group/networking_inetutil.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1057
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1058
<component name="ipprobe" long-name="IP Probe" introduced="7.0s" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1059
<unit mrp="os/networkingsrv/networkingtestandutils/ipprobe/group/networking_probe.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1060
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1061
<component name="ipv6to4tunnel" long-name="IPv6 to 4 Tunnel" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1062
<unit mrp="os/networkingsrv/networkingtestandutils/ipv6to4tunnel/group/networking_6to4.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1063
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1064
<component name="ipanalyzer" long-name="IP Analyzer" introduced="7.0" deprecated="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1065
<unit mrp="os/networkingsrv/networkingtestandutils/ipanalyzer/group/networking_iprotor.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1066
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1067
<component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1068
<unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1069
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1070
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1071
<collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1072
<component name="networkingrom" long-name="Networking ROM" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1073
<!--  production component: contains the IBY files -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1074
<unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1075
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1076
<component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1077
<unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1078
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1079
<component name="networkingsrv_metadata" long-name="Networking Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1080
<unit mrp="os/networkingsrv/networkingsrv_info/networkingsrv_metadata/networkingsrv_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1081
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1082
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1083
<collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1084
<component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1085
<unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1086
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1087
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1088
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1089
<block name="wlan" level="services" long-name="WLAN" levels="hw low mid high tools test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1090
<collection name="wlanapitest" long-name="WLAN API Tests" level="test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1091
<component name="wlanhaitest" long-name="WLAN HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1092
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1093
	<unit mrp="wlanapitest/wlanhaitest/group/wlanhai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1094
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1095
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1096
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1097
<collection name="wlan_info" long-name="WLAN Info" level="test">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1098
<component name="wlan_metadata" long-name="WLAN Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1099
<unit mrp="os/wlan/wlan_info/wlan_metadata/wlan_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1100
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1101
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1102
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1103
<block name="cellularsrv" level="services" long-name="Cellular Baseband Services" levels="adaptation hw-if plugin framework server app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1104
<collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1105
<component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1106
<unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1107
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1108
<component name="intersystemcomm" long-name="Inter-System Communication" filter="gt" introduced="tb92" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1109
<unit bldFile="os/cellularsrv/basebandabstraction/intersystemcomm/group" mrp="os/cellularsrv/basebandabstraction/intersystemcomm/group/networking_isc.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1110
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1111
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1112
<collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1113
<component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1114
<unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1115
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1116
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1117
<collection name="fax" long-name="Fax" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1118
<component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1119
<unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1120
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1121
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1122
<collection name="smsprotocols" long-name="SMS Protocols" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1123
<component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1124
<unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1125
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1126
<component name="n:cdmasmsstack" long-name="CDMA SMS Stack" introduced="8.0" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1127
<unit bldFile="os/cellularsrv/smsprotocols/cdmasmsstack/group" mrp="os/cellularsrv/smsprotocols/cdmasmsstack/group/nbprotocols_cdmasmsstack.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1128
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1129
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1130
<collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1131
<component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1132
<unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1133
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1134
<component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1135
<unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1136
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1137
<component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1138
<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1139
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1140
<component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1141
<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1142
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1143
<component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1144
<unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1145
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1146
<component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1147
<unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1148
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1149
<component name="umtsgprsscpr" long-name="UMTS/GPRS SCPR" introduced="8.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1150
<unit bldFile="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group" mrp="os/cellularsrv/telephonyprotocols/umtsgprsscpr/group/networking_UmtsGprsSCPR.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1151
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1152
<component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1153
<unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1154
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1155
<component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1156
<unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1157
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1158
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1159
<collection name="telephonyserver" long-name="Telephony Server" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1160
<component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1161
<unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1162
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1163
<component name="etelconfig" long-name="ETel Config" purpose="mandatory" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1164
<unit mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel-config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1165
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1166
<component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1167
<unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1168
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1169
<component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1170
<unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1171
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1172
<component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1173
<unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1174
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1175
<component name="n:etelcdma" long-name="ETel CDMA" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1176
<unit bldFile="os/cellularsrv/telephonyserver/etelcdma/group" mrp="os/cellularsrv/telephonyserver/etelcdma/group/telephony_etelcdma.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1177
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1178
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1179
<collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1180
<component name="common_tsy" long-name="Common TSY" introduced="tb92" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1181
<unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1182
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1183
<component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="tb91" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1184
<unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1185
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1186
<component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1187
<unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1188
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1189
<component name="cdmatsy" long-name="CDMA TSY" introduced="7.0" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1190
<unit bldFile="os/cellularsrv/telephonyserverplugins/cdmatsy/group" mrp="os/cellularsrv/telephonyserverplugins/cdmatsy/group/telephony_cdmatsy.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1191
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1192
<component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1193
<unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1194
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1195
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1196
<collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1197
<component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1198
<unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1199
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1200
<component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1201
<unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1202
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1203
<component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1204
<unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1205
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1206
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1207
<collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1208
<component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1209
<unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1210
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1211
<component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1212
<unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1213
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1214
<component name="cellularsrv_metadata" long-name="Cellular Baseband Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1215
<unit mrp="os/cellularsrv/cellularsrv_info/cellularsrv_metadata/cellularsrv_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1216
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1217
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1218
<collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1219
<component name="mocksy" long-name="MockSY" introduced="tb91" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1220
<unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1221
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1222
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1223
<collection name="cellularsrvapitest" long-name="Telephony API Tests" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1224
<component name="datatransferhaitest" long-name="Data Transfer HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1225
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1226
	<unit mrp="cellularsrvapitest/datatransferhaitest/group/datatransferhai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1227
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1228
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1229
<component name="telephonyhaitest" long-name="Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1230
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1231
	<unit mrp="cellularsrvapitest/telephonyhaitest/group/telephonyhai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1232
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1233
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1234
<component name="telephonydevsoundhaitest" long-name="DevSound Telephony HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1235
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1236
	<unit mrp="cellularsrvapitest/telephonydevsoundhaitest/group/telephonydevsoundhai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1237
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1238
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1239
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1240
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1241
<block name="shortlinksrv" level="services" long-name="Short Link Services" levels="adaptation hw-if plugin framework server app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1242
<collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1243
<component name="bluetoothsvs" long-name="Bluetooth Verification Suite" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1244
<unit mrp="os/shortlinksrv/bluetoothapitest/bluetoothsvs/group/bluetoothsvs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1245
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1246
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1247
<collection name="usbldd" long-name="Shortlink Logical Device Drivers" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1248
<component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1249
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1250
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1251
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1252
<collection name="bluetooth" long-name="Bluetooth" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1253
<component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1254
<unit bldFile="os/shortlinksrv/bluetooth/btstack" mrp="os/shortlinksrv/bluetooth/btstack/bluetooth_stack.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1255
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1256
<component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1257
<unit bldFile="os/shortlinksrv/bluetooth/btcomm" mrp="os/shortlinksrv/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1258
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1259
<component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1260
<unit bldFile="os/shortlinksrv/bluetooth/btsdp" mrp="os/shortlinksrv/bluetooth/btsdp/bluetooth_sdp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1261
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1262
<component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1263
<unit bldFile="os/shortlinksrv/bluetooth/btextnotifiers" mrp="os/shortlinksrv/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1264
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1265
<component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1266
<unit bldFile="os/shortlinksrv/bluetooth/gavdp/group" mrp="os/shortlinksrv/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1267
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1268
<component name="btexample" long-name="Bluetooth Examples and Tests" introduced="6.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1269
<unit mrp="os/shortlinksrv/bluetooth/btexample/test/bluetooth_tests_examples.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1270
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1271
<component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1272
<unit bldFile="os/shortlinksrv/bluetooth/btlogger/group" mrp="os/shortlinksrv/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1273
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1274
<component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1275
<unit mrp="os/shortlinksrv/bluetooth/btdocs/bluetooth_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1276
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1277
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1278
<collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1279
<component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1280
<unit bldFile="os/shortlinksrv/bluetoothmgmt/btmgr" mrp="os/shortlinksrv/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1281
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1282
<component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1283
<unit bldFile="os/shortlinksrv/bluetoothmgmt/btconfig" mrp="os/shortlinksrv/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1284
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1285
<component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1286
<unit bldFile="os/shortlinksrv/bluetoothmgmt/btrom" mrp="os/shortlinksrv/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1287
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1288
<component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1289
<unit bldFile="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib" mrp="os/shortlinksrv/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1290
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1291
<component name="btcommon" long-name="Bluetooth Build Utilities" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1292
<unit mrp="os/shortlinksrv/bluetoothmgmt/btcommon/bluetooth_common.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1293
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1294
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1295
<collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1296
<component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1297
<unit bldFile="os/shortlinksrv/bluetoothcommsprofiles/btpan/group" mrp="os/shortlinksrv/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1298
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1299
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1300
<collection name="bthci" long-name="Host Controller Interface" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1301
<component name="bthci1" long-name="Bluetooth HCI Framework 1" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1302
<unit bldFile="os/shortlinksrv/bthci/bthci1" mrp="os/shortlinksrv/bthci/bthci1/bluetooth_hci.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1303
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1304
<component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1305
<unit bldFile="os/shortlinksrv/bthci/bthci2/group" mrp="os/shortlinksrv/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1306
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1307
<component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1308
<unit bldFile="os/shortlinksrv/bthci/hciextensioninterface" mrp="os/shortlinksrv/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1309
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1310
<component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1311
<unit bldFile="os/shortlinksrv/bthci/hci2implementations/group" mrp="os/shortlinksrv/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1312
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1313
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1314
<collection name="usbmgmt" long-name="USB Management" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1315
<component name="usbmgr" long-name="USB Manager" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1316
<unit bldFile="os/shortlinksrv/usbmgmt/usbmgr/group" mrp="os/shortlinksrv/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1317
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1318
<component name="usbmgrtest" long-name="USB Manager Tests" introduced="7.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1319
<unit mrp="os/shortlinksrv/usbmgmt/usbmgrtest/group/usb_test.mrp" version="2"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1320
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1321
<component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1322
<unit mrp="os/shortlinksrv/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1323
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1324
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1325
<collection name="irda" long-name="IrDA" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1326
<component name="irdastack" long-name="IrDA Stack" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1327
<unit bldFile="os/shortlinksrv/irda/irdastack/group" mrp="os/shortlinksrv/irda/irdastack/group/infra-red_irda.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1328
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1329
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1330
<collection name="shortlinksrv_info" long-name="Short Link Services Info" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1331
<component name="shortlinksrv_metadata" long-name="Short Link Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1332
<unit mrp="os/shortlinksrv/shortlinksrv_info/shortlinksrv_metadata/shortlinksrv_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1333
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1334
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1335
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1336
<block name="mm" level="services" long-name="Multimedia" levels="adaptation hw-if device-fw devices middleware app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1337
<collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1338
<component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1339
<unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1340
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1341
<component name="imagingunittest" long-name="Imaging Unit Tests" introduced="7.0s" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1342
<unit mrp="os/mm/imagingandcamerafws/imagingunittest/group/multimedia_unittest_icl_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1343
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1344
<component name="imaginginttest" long-name="Imaging Integration Tests" introduced="7.0s" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1345
<unit mrp="os/mm/imagingandcamerafws/imaginginttest/group/multimedia_inttest_icl_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1346
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1347
<component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1348
<unit bldFile="os/mm/imagingandcamerafws/camerafw/group" mrp="os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1349
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1350
<component name="cameraunittest" long-name="Camera Unit Tests" introduced="9.2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1351
<unit mrp="os/mm/imagingandcamerafws/cameraunittest/group/multimedia_unittest_ecam_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1352
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1353
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1354
<collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1355
<component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1356
<unit bldFile="os/mm/mmlibs/mmutilitylib/group" mrp="os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1357
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1358
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1359
<collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1360
<component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1361
<unit bldFile="os/mm/imagingandcamerafws/imagingfws/plugins/group" mrp="os/mm/imagingandcamerafws/imagingfws/plugins/group/multimedia_icl_plugin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1362
<!-- PLACEHOLDER="DEF137831" REMOVE -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1363
<!-- PLACEHOLDER="DEF137831"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1364
		<unit bldFile="mmplugins/imagingplugins/plugins/group" mrp="mmplugins/imagingplugins/plugins/group/multimedia_icl_plugin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1365
		-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1366
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1367
<component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1368
<unit bldFile="os/mm/mmplugins/cameraplugins/group" mrp="os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1369
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1370
<component name="3gplib" long-name="3GP Library" introduced="Future" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1371
<unit bldFile="os/mm/mmplugins/3gplib/group" mrp="os/mm/mmplugins/3gplib/group/multimedia_3gplibrary.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1372
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1373
<component name="3gpunittest" long-name="3GP Unit Tests" introduced="Future" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1374
<unit mrp="os/mm/mmplugins/3gpunittest/group/multimedia_unittest_3gplibrary_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1375
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1376
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1377
<collection name="mm_info" long-name="Multimedia Info" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1378
<component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1379
<unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1380
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1381
<component name="mm_metadata" long-name="Multimedia Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1382
<unit mrp="os/mm/mm_info/mm_metadata/mm_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1383
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1384
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1385
<collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1386
<component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1387
<unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1388
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1389
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1390
<collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1391
<component name="n:mdf" long-name="Media Device Framework" introduced="9.2" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1392
<unit bldFile="os/mm/mmdevicefw/mdf/group" mrp="os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1393
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1394
<component name="mdfunittest" long-name="MDF Unit Tests" introduced="9.2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1395
<unit mrp="os/mm/mmdevicefw/mdfunittest/group/multimedia_unittest_mdf_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1396
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1397
<component name="asrcontroller" long-name="Speech Recognition Controller" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1398
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/ASR/group/multimedia_mmf_ASR.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1399
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1400
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1401
<collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1402
<component name="mmtestfw" long-name="Multimedia Test Framework" introduced="7.0s" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1403
<unit mrp="os/mm/mmtestenv/mmtestfw/group/multimedia_testframework_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1404
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1405
<component name="mmtestfwunittest" long-name="Multimedia Test Framework Unit Tests" introduced="7.0s" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1406
<unit mrp="os/mm/mmtestenv/mmtestfwunittest/group/multimedia_unittest_testframework_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1407
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1408
<component name="mmtestagent" long-name="Multimedia Test Agent" introduced="8.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1409
<unit mrp="os/mm/mmtestenv/mmtestagent/group/multimediatestagent_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1410
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1411
<component name="mmtesttools" long-name="Multimedia Test Tools" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1412
<unit mrp="os/mm/mmtestenv/mmtesttools/Group/multimedia_testtools_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1413
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1414
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1415
<collection name="omxil" long-name="OpenMAX IL" level="hw-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1416
<component name="openmax" long-name="OpenMAX" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1417
<unit bldFile="os/mm/omxil/openmax/group" mrp="os/mm/omxil/openmax/group/multimedia_openmax.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1418
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1419
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1420
<collection name="devsound" long-name="Sound Device" level="devices">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1421
<component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1422
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_api/multimedia_mdf_devsound_api.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1423
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1424
<component name="a3fdevsound" long-name="A3F DevSound" introduced="tb92" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1425
<unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1426
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1427
<component name="a3facf" long-name="A3F Audio Component Framework" introduced="tb92" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1428
<unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1429
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1430
<component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1431
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_pluginsupport/multimedia_mdf_devsound_pluginsupport.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1432
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1433
<component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1434
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_refplugin/multimedia_mdf_devsound_refplugin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1435
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1436
<component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1437
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1438
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1439
<component name="a3ftrace" long-name="A3F Trace Utility" introduced="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1440
<unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1441
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1442
<component name="a3fintegrationtest" long-name="A3F Integration Tests" introduced="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1443
<unit mrp="os/mm/devsound/a3fintegrationtest/group/multimedia_inttest_a3f_devsound_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1444
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1445
<component name="a3fcharacterisationtest" long-name="A3F Characterisation Tests" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1446
<unit mrp="os/mm/devsound/a3fcharacterisationtest/group/multimedia_a3f_devsound_char.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1447
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1448
<component name="a3fsrvstart" long-name="A3F Server Start" introduced="tb92" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1449
<unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1450
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1451
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1452
<collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1453
<component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1454
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev" mrp="mw/mmmw/mmmiddlewarefws/mmfw/SoundDev/group_hwdev/multimedia_mdf_devsound_hwdev.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1455
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1456
<component name="a3facl" long-name="A3F Audio Component Library" introduced="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1457
<unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1458
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1459
<component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="tb92" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1460
<unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1461
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1462
<component name="refacladapt" long-name="Reference ACL Adaptation" introduced="tb92" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1463
<unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1464
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1465
<component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1466
<unit bldFile="os/mm/mmhais/videohai/group" mrp="os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1467
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1468
<component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="tb92" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1469
<unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1470
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1471
<component name="dvbhunittest" long-name="Mobile TV DVB-H Unit Tests" introduced="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1472
<unit mrp="os/mm/mmhais/dvbhunittest/hai/dvbh/group/multimedia_unittest_dvbhhai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1473
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1474
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1475
<collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1476
<component name="mmsvs" long-name="Multimedia Verification Suite" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1477
<unit mrp="os/mm/mmapitest/mmsvs/group/mmsvs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1478
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1479
<component name="devvideohaitest" long-name="DevVideo HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1480
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1481
      <unit mrp="mmapitest/devvideohaitest/group/devvideohai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1482
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1483
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1484
<component name="devsoundhaitest" long-name="DevSound HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1485
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1486
      <unit mrp="mmapitest/devsoundhaitest/group/devsoundhai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1487
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1488
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1489
<component name="devsoundexthaitest" long-name="DevSound Extensions HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1490
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1491
      <unit mrp="mmapitest/devsoundexthaitest/group/devsoundexthai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1492
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1493
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1494
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1495
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1496
<block name="graphics" level="services" long-name="Graphics" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1497
<collection name="graphicstest" long-name="Graphics Test" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1498
<component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1499
<unit mrp="os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1500
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1501
<component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1502
<unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1503
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1504
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1505
<collection name="graphics_info" long-name="Graphics Info" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1506
<component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1507
<unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1508
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1509
<component name="graphics_metadata" long-name="Graphics Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1510
<unit mrp="os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1511
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1512
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1513
<collection name="windowing" long-name="Windowing" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1514
<component name="windowserver" long-name="Window Server" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1515
<unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1516
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1517
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1518
<collection name="printingservices" long-name="Printing Services" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1519
<component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1520
<unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1521
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1522
<component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1523
<unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1524
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1525
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1526
<collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1527
<component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1528
<unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1529
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1530
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1531
<collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1532
<component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1533
<unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1534
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1535
<component name="n:openglesimplementation" long-name="OpenGL ES Implementation" filter="gt" introduced="8.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1536
<unit bldFile="os/graphics/opengles/openglesimplementation/group/" mrp="os/graphics/opengles/openglesimplementation/group/graphics_opengles.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1537
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1538
<component name="n:openglesdisplayproperties" long-name="OpenGL ES Display Properties" introduced="8.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1539
<unit bldFile="os/graphics/opengles/openglesdisplayproperties/group" mrp="os/graphics/opengles/openglesdisplayproperties/group/graphics_openglesdisplayproperty.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1540
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1541
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1542
<collection name="openvg" long-name="OpenVG" level="internal-adaptations">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1543
<component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1544
<unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1545
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1546
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1547
<collection name="egl" long-name="EGL" level="internal-adaptations">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1548
<component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1549
<unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1550
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1551
<component name="n:eglimplementation" long-name="EGL Implementation" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1552
<unit bldFile="os/graphics/egl/eglimplementation/group/" mrp="os/graphics/egl/eglimplementation/group/graphics_egl.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1553
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1554
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1555
<collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1556
<component name="gdi" long-name="GDI" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1557
<unit bldFile="os/graphics/graphicsdeviceinterface/gdi/group" mrp="os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1558
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1559
<component name="bitgdi" long-name="BitGDI" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1560
<unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1561
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1562
<component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1563
<unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1564
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1565
<component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1566
<unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1567
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1568
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1569
<collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1570
<component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1571
<unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1572
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1573
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1574
<collection name="graphcisapitest" long-name="Graphics API Tests" level="app-if">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1575
<component name="graphicssvs" long-name="Graphics Verification Suite" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1576
<unit mrp="os/graphics/graphicsapitest/graphicssvs/group/graphicssvs.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1577
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1578
<component name="screendriverhaitest" long-name="Screen Driver HAI Tests" introduced="tb91" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1579
<!-- PLACEHOLDER="DS.1645"
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1580
      <unit mrp="graphicsapitest/screendriverhaitest/group/screendriverhai.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1581
	-->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1582
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1583
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1584
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1585
<block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1586
<collection name="charconvfw" long-name="Character Conversion" level="encoding">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1587
<component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1588
<unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1589
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1590
<component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1591
<unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1592
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1593
<component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1594
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group" mrp="os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1595
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1596
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1597
<collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1598
<component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1599
<unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1600
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1601
<component name="fontstore" long-name="Font Store" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1602
<unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1603
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1604
<component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1605
<!-- placeholder for text code from GDI -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1606
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1607
<component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1608
<unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1609
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1610
<component name="n:itypefontrasteriser" long-name="iType Font Rasteriser" filter="gt" introduced="tb92" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1611
<unit bldFile="os/graphics/fbs/itypefontrasteriser/group" mrp="os/graphics/fbs/itypefontrasteriser/group/graphics_itype.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1612
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1613
<component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1614
<unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1615
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1616
<component name="n:testfonts" long-name="Test Fonts" filter="gt" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1617
<unit bldFile="os/textandloc/fontservices/graphicstestfonts/group" mrp="os/textandloc/fontservices/graphicstestfonts/group/graphics_testfonts.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1618
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1619
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1620
<collection name="textlayout" long-name="Text Layout" level="text">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1621
<component name="texthandling" long-name="Text Handling" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1622
<unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1623
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1624
<component name="textformatting" long-name="Text Formatting" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1625
<unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1626
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1627
<component name="word" long-name="Word" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1628
<unit mrp="os/textandloc/textrendering/word/group/app-framework_word.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1629
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1630
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1631
<collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1632
<component name="nearestlangutil" long-name="Nearest Language Util" introduced="tb91" purpose="mandatory" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1633
<!-- placeholder for split from bafl -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1634
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1635
<component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1636
<unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1637
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1638
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1639
<collection name="localesupport" long-name="Locale Support" level="util">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1640
<component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1641
<unit bldFile="os/kernelhwsrv/localisation/localesupport" mrp="os/kernelhwsrv/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1642
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1643
<component name="initlocale" long-name="Initialise Locale" introduced="tb91" purpose="mandatory" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1644
<!-- placeholder for split from bafl -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1645
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1646
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1647
<collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1648
<component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1649
<!-- placeholder for split from GDI Tools -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1650
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1651
<component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1652
<unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1653
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1654
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1655
<collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1656
<component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1657
<unit mrp="os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1658
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1659
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1660
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1661
<block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1662
<collection name="xml" long-name="XML" level="generic">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1663
<component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1664
<unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1665
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1666
<component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1667
<unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1668
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1669
<component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1670
<unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1671
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1672
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1673
<collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1674
<component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1675
<unit mrp="os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1676
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1677
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1678
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1679
<block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1680
<collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1681
<component name="cedarutils" long-name="Cedar Utils" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1682
<unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1683
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1684
<component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1685
<unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1686
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1687
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1688
<collection name="foundation_system" long-name="Foundation System" level="top">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1689
<component name="systemdocs" long-name="System Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1690
<unit mrp="os/deviceplatformrelease/foundation_system/systemdocs/group/system.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1691
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1692
<component name="system_model" long-name="System Model" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1693
<unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1694
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1695
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1696
<collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1697
<component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1698
<unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1699
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1700
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1701
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1702
<block name="osrndtools" level="services" long-name="OS RD tools" levels="fw trace">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1703
<collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1704
<component name="cinidata" long-name="CINI Data" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1705
<unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1706
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1707
<component name="testexecute" long-name="Test Execute" deprecated="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1708
<unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1709
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1710
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1711
<collection name="osrndtools_info" long-name="OS RD tools Info" level="trace">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1712
<component name="osrndtools_metadata" long-name="OS RD tools Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1713
<unit mrp="os/osrndtools/osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1714
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1715
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1716
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1717
</layer>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1718
<layer name="mw" long-name="Middleware" levels="generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1719
<block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1720
<collection name="filehandling" long-name="File Handling" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1721
<component name="fileconverterfw" long-name="File Converter Framework" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1722
<unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1723
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1724
<component name="fileconverterplugins" long-name="Other File Converter Plugins" introduced="ER5" deprecated="9.3" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1725
<unit bldFile="mw/appsupport/filehandling/fileconverterplugins/group" mrp="mw/appsupport/filehandling/fileconverterplugins/group/app-engines_convert.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1726
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1727
<component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1728
<unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1729
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1730
<component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1731
<unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1732
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1733
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1734
<collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1735
<component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1736
<unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1737
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1738
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1739
<collection name="commonappservices" long-name="Common Application Services" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1740
<component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1741
<unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1742
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1743
<component name="alarmservertest" long-name="Alarm Server Test" introduced="8.1" deprecated="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1744
<unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1745
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1746
<component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1747
<unit mrp="mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1748
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1749
<component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1750
<unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1751
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1752
<component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1753
<unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1754
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1755
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1756
<collection name="tzservices" long-name="Time Zone Services" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1757
<component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1758
<unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1759
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1760
<component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1761
<unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1762
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1763
<component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1764
<unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1765
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1766
<component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1767
<unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1768
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1769
<component name="worldserver" long-name="World Server" introduced="7.0" deprecated="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1770
<unit bldFile="mw/appsupport/tzservices/worldserver/group" mrp="mw/appsupport/tzservices/worldserver/group/app-services_worldserver.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1771
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1772
<component name="worldservertest" long-name="World Server Test" introduced="8.1" deprecated="9.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1773
<unit bldFile="mw/appsupport/tzservices/worldservertest/TestWorldSrv" mrp="mw/appsupport/tzservices/worldservertest/TestWorldSrv/app-services_testworldsrv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1774
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1775
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1776
<collection name="contenthandling" long-name="Content Handling" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1777
<component name="contenthandlingfw" long-name="Content Handling Framework" introduced="8.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1778
<unit bldFile="mw/appsupport/contenthandling/contenthandlingfw/Group" mrp="mw/appsupport/contenthandling/contenthandlingfw/Group/content-handling.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1779
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1780
<component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1781
<unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1782
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1783
<component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1784
<unit bldFile="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group" mrp="mw/appsupport/contenthandling/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1785
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1786
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1787
<collection name="printingsupport" long-name="Printing Support" level="generic">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1788
<component name="printinguisupport" long-name="Printing UI Support" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1789
<unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1790
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1791
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1792
<collection name="appfw" long-name="Application Framework" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1793
<component name="apparchitecture" long-name="Application Architecture" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1794
<unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1795
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1796
<component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1797
<unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1798
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1799
<component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1800
<unit mrp="mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1801
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1802
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1803
<collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1804
<component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1805
<unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1806
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1807
<component name="worlddatabasekit" long-name="World Database Kit" introduced="6.0" deprecated="9.1" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1808
<unit bldFile="mw/appsupport/tzpcside/worlddatabasekit/group" mrp="mw/appsupport/tzpcside/worlddatabasekit/group/app-services_wlddatabasekit_cedar.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1809
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1810
<component name="worldtools" long-name="World Tools" introduced="ER5" deprecated="9.1" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1811
<unit bldFile="mw/appsupport/tzpcside/worldtools/group" mrp="mw/appsupport/tzpcside/worldtools/group/app-services_wldtools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1812
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1813
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1814
<collection name="appsupport_info" long-name="Generic Application Support Info" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1815
<component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1816
<unit mrp="mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1817
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1818
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1819
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1820
<block name="securitysrv" level="generic" long-name="Security Services" levels="plugin framework server generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1821
<collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1822
<component name="ocsp" long-name="Online Certificate Status Protocol" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1823
<unit bldFile="mw/securitysrv/pkiutilities/ocsp/group" mrp="mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1824
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1825
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1826
<collection name="securitysrv_info" long-name="Security Services Info" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1827
<component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1828
<unit mrp="mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1829
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1830
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1831
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1832
<block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1833
<collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1834
<component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1835
<unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1836
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1837
<component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1838
<unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1839
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1840
<component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1841
<unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1842
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1843
<component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1844
<unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1845
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1846
<component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1847
<unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1848
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1849
<component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1850
<unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1851
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1852
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1853
<collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1854
<component name="uripermissionservices" long-name="URI Permission Services" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1855
<unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1856
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1857
<component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1858
<unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1859
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1860
<component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1861
<unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1862
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1863
<component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1864
<unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1865
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1866
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1867
<collection name="n:wapstack" long-name="WAP Stack" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1868
<component name="n:wapmessageapi" long-name="WAP Message API" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1869
<unit bldFile="mw/netprotocols/wapstack/wapmessageapi/group" mrp="mw/netprotocols/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1870
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1871
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1872
<collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1873
<component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1874
<unit mrp="mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1875
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1876
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1877
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1878
<block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin framework conn server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1879
<collection name="realtimenetprots" long-name="Real-time Internet Protocols" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1880
<component name="rtp" long-name="RTP" introduced="9.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1881
<!-- Real Time Data Protocol -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1882
<unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1883
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1884
<component name="sipfw" long-name="SIP Framework" introduced="9.2" filter="gt" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1885
<unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1886
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1887
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1888
<collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1889
<component name="sipprovider" long-name="SIP Provider" introduced="tb91" filter="gt" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1890
<unit bldFile="mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1891
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1892
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1893
<collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1894
<component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1895
<unit mrp="mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1896
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1897
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1898
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1899
<block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1900
<collection name="messagingfw" long-name="Messaging FW" level="fw">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1901
<component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1902
<unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1903
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1904
<component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1905
<unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1906
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1907
<component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1908
<unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1909
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1910
<component name="msgconf" long-name="Messaging Config" introduced="tb91" purpose="optional" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1911
<unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1912
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1913
<component name="watcherfw" long-name="Watcher Framework" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1914
<unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1915
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1916
<component name="msgtest" long-name="Messaging Test" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1917
<unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1918
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1919
<component name="msgtests" long-name="Messaging Tests" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1920
<unit mrp="mw/messagingmw/messagingfw/msgtests/group/messaging.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1921
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1922
<component name="msgtestfw" long-name="Messaging Test Framework" deprecated="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1923
<unit mrp="mw/messagingmw/messagingfw/msgtestfw/group/messaging_testframework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1924
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1925
<component name="msgtestproduct" long-name="Messaging Test Product" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1926
<unit mrp="mw/messagingmw/messagingfw/msgtestproduct/group/messaging_testproduct.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1927
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1928
<component name="biowatchers" long-name="BIO Watchers" introduced="8.0" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1929
<unit bldFile="mw/messagingmw/messagingfw/biowatchers/Group" mrp="mw/messagingmw/messagingfw/biowatchers/Group/messaging_biomsg_biowatchers_cdma.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1930
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1931
<component name="sendas" long-name="Send As" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1932
<unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1933
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1934
<component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1935
<unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1936
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1937
<component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1938
<unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1939
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1940
<component name="n:suplsmshandler" long-name="SUPL SMS Handler" introduced="tb91" purpose="development" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1941
<unit bldFile="mw/messagingmw/messagingfw/suplsmshandler/group" mrp="mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1942
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1943
<component name="n:suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1944
<unit bldFile="mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1945
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1946
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1947
<collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1948
<component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1949
<unit mrp="mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1950
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1951
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1952
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1953
<block name="remotemgmt" level="specific" long-name="Remote Management" levels="plugin framework server generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1954
<collection name="n:remotemgmttest" long-name="Remote Management Test" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1955
<component name="n:omasyncmlintegrationtest" long-name="OMA SyncML Integration Test" introduced="7.0s" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1956
<unit bldFile="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omasyncmlintegrationtest/group/oma_syncml_integtest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1957
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1958
<component name="n:omadevicemgmtintegrationtest" long-name="OMA Device Management Integration Test" introduced="9.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1959
<unit bldFile="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group" mrp="mw/remotemgmt/remotemgmttest/omadevicemgmtintegrationtest/group/devprov_integtest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1960
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1961
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1962
<collection name="n:syncandremotemgmtfw" long-name="Sync and Remote Management Framework" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1963
<component name="n:omasyncmldatasync" long-name="OMA SyncML Data Sync" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1964
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldatasync/Group/oma_syncml_datasync.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1965
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1966
<component name="n:omasyncmlcommonfw" long-name="OMA SyncML Common Framework" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1967
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlcommonfw/Group/oma_syncml_common_framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1968
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1969
<component name="n:omasyncmldminterface" long-name="OMA SyncML DM Interface" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1970
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmldminterface/group/oma_syncml_dm_interface.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1971
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1972
<component name="n:omasyncmlconfig" long-name="OMA SyncML Config" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1973
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group" mrp="mw/remotemgmt/syncandremotemgmtfw/omasyncmlconfig/group/oma_syncml_config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1974
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1975
<component name="n:devicemgmtfw" long-name="Device Management Framework" introduced="8.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1976
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group" mrp="mw/remotemgmt/syncandremotemgmtfw/devicemgmtfw/group/devprov_devman_framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1977
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1978
<component name="n:clientprovisioningfw" long-name="Client Provisioning Framework" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1979
<unit bldFile="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group" mrp="mw/remotemgmt/syncandremotemgmtfw/clientprovisioningfw/Group/devprov_clientprov_framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1980
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1981
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1982
<collection name="n:syncandremotemgmtservices" long-name="Sync and Remote Management Services" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1983
<component name="n:datasyncadaptors" long-name="Data Sync Adaptors" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1984
<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/datasyncadaptors/group/data_sync_adaptors.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1985
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1986
<component name="n:devicemgmtadaptors" long-name="Device Management Adaptors" introduced="9.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1987
<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group" mrp="mw/remotemgmt/syncandremotemgmtservices/devicemgmtadaptors/devman/Group/devprov_devman_adapters.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1988
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1989
<component name="n:clientprovisioningadaptors" long-name="Client Provisioning Adaptors" introduced="9.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1990
<unit bldFile="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group" mrp="mw/remotemgmt/syncandremotemgmtservices/clientprovisioningadaptors/group/devprov_clientprov_adapters.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1991
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1992
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1993
<collection name="remotemgmt_info" long-name="Remote Management Info" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1994
<component name="n:remotemgmt_metadata" long-name="Remote Management Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1995
<unit mrp="mw/remotemgmt/remotemgmt_info/remotemgmt_metadata/remotemgmt_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1996
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1997
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1998
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  1999
<block name="remoteconn" level="generic" long-name="Remote Connectivity" levels="plugin framework server generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2000
<collection name="remoteconn_info" long-name="Remote Connectivity Info" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2001
<component name="remoteconn_metadata" long-name="Remote Connectivity Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2002
<unit mrp="mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2003
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2004
<component name="n:connectivitydoc" long-name="Connectivity Documentation" introduced="tb91" purpose="optional" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2005
<unit mrp="mw/remoteconn/remoteconn_info/connectivitydoc/group/connectivity_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2006
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2007
<component name="n:mtpdoc" long-name="MTP Documentation" introduced="tb91" purpose="optional" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2008
<unit mrp="mw/remoteconn/remoteconn_info/mtpdoc/group/mtp_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2009
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2010
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2011
<collection name="connectivitytransports" long-name="Connectivity Transports" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2012
<component name="n:mrouter" long-name="m-Router" filter="gt" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2013
<unit bldFile="mw/remoteconn/connectivitytransports/mrouter/group" mrp="mw/remoteconn/connectivitytransports/mrouter/group/connectivity_mRouterSecure.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2014
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2015
<component name="plpremotelink" long-name="PLP Remote Link" deprecated="9.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2016
<unit bldFile="mw/remoteconn/connectivitytransports/plpremotelink/group" mrp="mw/remoteconn/connectivitytransports/plpremotelink/group/connectivity_legacy_plp_plpremotelink.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2017
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2018
<component name="plpvariant" long-name="PLP Variant" deprecated="9.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2019
<unit bldFile="mw/remoteconn/connectivitytransports/plpvariant/group" mrp="mw/remoteconn/connectivitytransports/plpvariant/group/connectivity_legacy_plp_plpvariant.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2020
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2021
<component name="eventbroadcast" long-name="Event Broadcast" deprecated="9.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2022
<unit bldFile="mw/remoteconn/connectivitytransports/eventbroadcast/group" mrp="mw/remoteconn/connectivitytransports/eventbroadcast/group/connectivity_legacy_brdcst.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2023
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2024
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2025
<collection name="mtptransports" long-name="MTP Transports" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2026
<component name="mtpusbtransport" long-name="MTP USB Transport" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2027
<unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2028
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2029
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2030
<collection name="mtpfws" long-name="MTP Frameworks" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2031
<component name="n:mtpfw" long-name="MTP Framework" introduced="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2032
<unit bldFile="mw/remoteconn/mtpfws/mtpfw/group" mrp="mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2033
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2034
<component name="mtpintegrationtest" long-name="MTP Integration Test" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2035
<unit bldFile="mw/remoteconn/mtpfws/mtpintegrationtest/group" mrp="mw/remoteconn/mtpfws/mtpintegrationtest/group/mtp_test.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2036
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2037
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2038
<collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2039
<component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2040
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2041
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2042
<component name="n:mtpwmpextndp" long-name="WMP Extension Data Provider" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2043
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpwmpextndp/group" mrp="mw/remoteconn/mtpdataproviders/mtpwmpextndp/group/mtp_wmpextndp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2044
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2045
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2046
<collection name="backupandrestore" long-name="Backup and Restore" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2047
<component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2048
<unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2049
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2050
<component name="backuptest" long-name="Backup Test" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2051
<unit bldFile="mw/remoteconn/backupandrestore/backuptest/group" mrp="mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2052
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2053
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2054
<collection name="connectivitypcside" long-name="Connectivity PC Side" level="generic">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2055
<component name="chatscripts" long-name="Chat Scripts" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2056
<unit bldFile="mw/remoteconn/connectivitypcside/chatscripts/group" mrp="mw/remoteconn/connectivitypcside/chatscripts/group/testtools_chatscripts.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2057
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2058
<component name="n:connectqi" long-name="ConnectQI" introduced="9.1" purpose="optional" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2059
<unit mrp="mw/remoteconn/connectivitypcside/connectqi/connectqisdk_mr3.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2060
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2061
<component name="n:connectqisdk" long-name="ConnectQI SDK" introduced="9.1" purpose="optional" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2062
<unit mrp="mw/remoteconn/connectivitypcside/connectqisdk/connectqisdk_public.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2063
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2064
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2065
<collection name="connectivitydevicefws" long-name="Connectivity Device Frameworks" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2066
<component name="connectivityfw" long-name="Connectivity Framework" introduced="7.0s" deprecated="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2067
<unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityfw/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityfw/group/connectivity_framework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2068
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2069
<component name="connectivityservices" long-name="Connectivity Services" introduced="7.0s" deprecated="tb91" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2070
<unit bldFile="mw/remoteconn/connectivitydevicefws/connectivityservices/group" mrp="mw/remoteconn/connectivitydevicefws/connectivityservices/group/connectivity_services.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2071
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2072
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2073
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2074
<block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2075
<collection name="obex" long-name="OBEX" level="generic">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2076
<component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2077
<unit bldFile="mw/shortlinkconn/obex/obexprotocol/group" mrp="mw/shortlinkconn/obex/obexprotocol/group/obex.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2078
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2079
<component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2080
<unit bldFile="mw/shortlinkconn/obex/obexextensionapi/group" mrp="mw/shortlinkconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2081
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2082
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2083
<collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2084
<component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2085
<unit bldFile="mw/shortlinkconn/bluetoothappprofiles/avrcp" mrp="mw/shortlinkconn/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2086
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2087
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2088
<collection name="shortlinkconn_info" long-name="Shortlink Connectivity Info" level="plugin">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2089
<component name="shortlinkconn_metadata" long-name="Shortlink Connectivity Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2090
<unit mrp="mw/shortlinkconn/shortlinkconn_info/shortlinkconn_metadata/shortlinkconn_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2091
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2092
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2093
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2094
<block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2095
<collection name="mmmiddlewarefws" long-name="Multimedia Middleware Frameworks" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2096
<component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2097
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group/multimedia_mmf.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2098
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2099
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2100
<collection name="mmmiddlewareplugins" long-name="Multimedia Middleware Plugins" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2101
<component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2102
<unit bldFile="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin" mrp="mw/mmmw/mmmiddlewarefws/mmfw/group_plugin/multimedia_mmf_plugin.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2103
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2104
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2105
<collection name="mmfwtest" long-name="Multimedia Framework Test" level="server">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2106
<component name="mmfunittest" long-name="MMF Unit Tests" introduced="7.0s" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2107
<unit mrp="mw/mmmw/mmfwtest/mmfunittest/group/multimedia_unittest_mmf_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2108
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2109
<component name="mmfintegrationtest" long-name="MMF Integration Tests" introduced="7.0s" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2110
<unit mrp="mw/mmmw/mmfwtest/mmfintegrationtest/group/multimedia_inttest_mmf_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2111
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2112
<component name="mmfcharacterisationvalidation" long-name="MMF Characterisation Validation" introduced="9.3" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2113
<unit bldFile="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group" mrp="mw/mmmw/mmfwtest/mmfcharacterisationvalidation/group/multimedia_mmf_char.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2114
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2115
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2116
<collection name="mmvalidationsuite" long-name="Multimedia Validation Suite" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2117
<component name="mmvalidationsuiteapp" long-name="Multimedia Validation Suite Application" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2118
<unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteapp/group/multimedia_mvs_app.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2119
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2120
<component name="mmvalidationsuiteagents" long-name="Multimedia Validation Suite Agents" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2121
<unit bldFile="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group" mrp="mw/mmmw/mmvalidationsuite/mmvalidationsuiteagents/group/multimedia_mvs_agents.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2122
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2123
<component name="mvsintegrationtest" long-name="MVS Integration Tests" introduced="tb91" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2124
<unit mrp="mw/mmmw/mmvalidationsuite/mvsintegrationtest/group/multimedia_inttest_mvs_source.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2125
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2126
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2127
<collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2128
<component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2129
<unit mrp="mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2130
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2131
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2132
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2133
<block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2134
<collection name="fep" long-name="FEP" level="engine">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2135
<component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2136
<unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2137
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2138
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2139
<collection name="inputmethods_info" long-name="Input Methods Info" level="framework">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2140
<component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2141
<unit mrp="mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2142
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2143
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2144
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2145
<block name="classicui" level="generic" long-name="Classic UI" levels="base support server generic specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2146
<collection name="commonuisupport" long-name="Common UI Support" level="support">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2147
<component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2148
<unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2149
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2150
<component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2151
<unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2152
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2153
<component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2154
<unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2155
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2156
<component name="grid" long-name="Grid" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2157
<unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2158
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2159
<component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2160
<unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2161
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2162
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2163
<collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2164
<component name="cone" long-name="Control Environment" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2165
<unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2166
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2167
<component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2168
<unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2169
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2170
<component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2171
<unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2172
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2173
<component name="clockanim" long-name="Clock" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2174
<unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2175
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2176
<component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2177
<unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2178
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2179
<component name="animation" long-name="Animation" introduced="9.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2180
<unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2181
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2182
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2183
<collection name="classicui_info" long-name="Classic UI Info" level="specific">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2184
<component name="classicui_metadata" long-name="Classic UI Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2185
<unit mrp="mw/classicui/classicui_info/classicui_metadata/classicui_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2186
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2187
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2188
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2189
<block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2190
<collection name="installationservices" long-name="Installation Services" level="generic">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2191
<component name="swi" long-name="Secure Software Install" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2192
<unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2193
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2194
<component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2195
<unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2196
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2197
<component name="switestfw" long-name="Software Install Test Framework" deprecated="tb92" introduced="7.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2198
<unit bldFile="mw/appinstall/installationservices/switestfw/group" mrp="mw/appinstall/installationservices/switestfw/group/install_testframework.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2199
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2200
<component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2201
<unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2202
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2203
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2204
<collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2205
<component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2206
<unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2207
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2208
<component name="n:swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2209
<unit bldFile="mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2210
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2211
<component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2212
<unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2213
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2214
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2215
<collection name="appinstall_info" long-name="Application Installation Info" level="api">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2216
<component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2217
<unit mrp="mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2218
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2219
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2220
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2221
</layer>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2222
<layer name="app" long-name="Applications" levels="services apps">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2223
<block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2224
<collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2225
<component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2226
<unit bldFile="app/contacts/phonebookengines/contactsmodel/group" mrp="app/contacts/phonebookengines/contactsmodel/group/app-engines_cntmodel.mrp" version="1"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2227
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2228
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2229
<collection name="pimprotocols" long-name="PIM Protocols" level="services">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2230
<component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2231
<unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2232
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2233
<component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2234
<unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2235
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2236
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2237
<collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2238
<component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2239
<unit mrp="app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2240
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2241
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2242
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2243
<block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2244
<collection name="pimappservices" long-name="PIM App Services" level="services">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2245
<component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2246
<unit bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2247
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2248
<component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2249
<unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2250
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2251
<component name="agendamodeltest" long-name="Agenda Model Test" introduced="8.1" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2252
<unit bldFile="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv" mrp="app/organizer/pimappservices/agendamodeltest/TestAgendaSrv/app-engines_testagendasrv.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2253
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2254
<component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2255
<unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2256
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2257
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2258
<collection name="officeappeng" long-name="Office App Engines" level="engine">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2259
<component name="datamodel" long-name="Data Engine" introduced="ER5" deprecated="9.3" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2260
<unit bldFile="app/organizer/officeappeng/datamodel/group" mrp="app/organizer/officeappeng/datamodel/group/app-engines_damodel.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2261
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2262
<component name="sheeteng" long-name="Sheet Engine" introduced="ER5" deprecated="9.3" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2263
<unit bldFile="app/organizer/officeappeng/sheeteng/group" mrp="app/organizer/officeappeng/sheeteng/group/app-engines_sheng.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2264
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2265
<component name="charteng" long-name="Chart" introduced="ER5" deprecated="9.3" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2266
<unit mrp="app/organizer/officeappeng/charteng/group/app-engines_chart.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2267
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2268
<component name="wordeng" long-name="Word Engine" introduced="ER5" deprecated="9.3" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2269
<unit bldFile="app/organizer/officeappeng/wordeng/group" mrp="app/organizer/officeappeng/wordeng/group/app-engines_wpeng.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2270
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2271
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2272
<collection name="pimappsupport" long-name="PIM Application Support" level="support">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2273
<component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2274
<unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2275
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2276
<component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2277
<unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2278
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2279
<component name="n:chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="tb91" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2280
<unit bldFile="app/organizer/pimappsupport/chinesecalendaralg/group" mrp="app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2281
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2282
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2283
<collection name="organizer_info" long-name="Organizer Application Suite Info" level="ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2284
<component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2285
<unit mrp="app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2286
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2287
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2288
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2289
<block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="mail eng base ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2290
<collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2291
<component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2292
<unit bldFile="app/messaging/mobilemessaging/smsmtm/multimode/Group" mrp="app/messaging/mobilemessaging/smsmtm/multimode/Group/messaging_sms_multimode.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2293
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2294
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2295
<collection name="mmsengine" long-name="MMS Engine" level="eng">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2296
<component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2297
<unit bldFile="app/messaging/mmsengine/mmssettings/group" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2298
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2299
<component name="mmsconf" long-name="MMS Configuration" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2300
<unit bldFile="app/messaging/mmsengine/mmsconf" mrp="app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2301
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2302
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2303
<collection name="messagingappbase" long-name="Messaging App Base" level="base">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2304
<component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2305
<unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2306
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2307
<component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2308
<unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2309
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2310
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2311
<collection name="email" long-name="Email" level="mail">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2312
<component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2313
<unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2314
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2315
<component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" plugin="Y">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2316
<unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2317
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2318
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2319
<collection name="messaging_info" long-name="Messaging Apps Info" level="ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2320
<component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2321
<unit mrp="app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2322
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2323
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2324
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2325
<block name="helps" level="apps" span="2" long-name="Help Apps" levels="eng tools unused ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2326
<collection name="n:symhelptools" long-name="Symbian Help Tools" level="tools">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2327
<component name="n:mbmcodec" long-name="MBM Codec" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2328
<unit bldFile="app/helps/symhelp/mbmcodec/group" mrp="app/helps/symhelp/mbmcodec/group/tools_sdk_eng_mbmcodec.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2329
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2330
<component name="n:cshlpcmpgui" long-name="CSHelp Compiler GUI" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2331
<unit bldFile="app/helps/symhelp/cshlpcmpgui/group" mrp="app/helps/symhelp/cshlpcmpgui/group/tools_sdk_eng_cshlpcmp_gui.mrp" priority="1010"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2332
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2333
<component name="n:cshlpcmpfrontend" long-name="CSHelp Compiler Frontend" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2334
<unit bldFile="app/helps/symhelp/cshlpcmpfrontend/group" mrp="app/helps/symhelp/cshlpcmpfrontend/group/tools_sdk_eng_cshlpcmp_frontend.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2335
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2336
<component name="n:cshlpcmpbackend" long-name="CSHelp Compiler Backend" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2337
<unit mrp="app/helps/symhelp/cshlpcmpbackend/group/tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2338
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2339
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2340
<collection name="symhelp" long-name="Symbian Help" level="eng">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2341
<component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2342
<unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2343
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2344
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2345
<collection name="helps_info" long-name="Help Apps Info" level="ui">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2346
<component name="helps_metadata" long-name="Help Apps Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2347
<unit mrp="app/helps/helps_info/helps_metadata/helps_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2348
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2349
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2350
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2351
<block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2352
<collection name="buildverification" long-name="Build Verification" level="services">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2353
<component name="autosmoketest" long-name="Auto Smoke Test" filter="gt" purpose="development" introduced="9.1">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2354
<unit bldFile="app/techview/buildverification/autosmoketest/Group" mrp="app/techview/buildverification/autosmoketest/Group/testtools_autosmoketest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2355
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2356
<component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2357
<unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2358
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2359
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2360
<collection name="sysvalidation" long-name="System Validation" level="services">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2361
<component name="integtestltsy" long-name="Integration Test Licensee TSY" filter="systemtest" purpose="development" class="placeholder">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2362
<!-- PLACEHOLDER="DEF140073" 
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2363
        <unit bldFile="sysvalidation/integtestltsy/group" mrp="sysvalidation/integtestltsy/group/integtestltsy.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2364
        -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2365
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2366
<!--PLACEHOLDER="DEF140016" START REMOVE -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2367
<!--PLACEHOLDER="DEF140016" END REMOVE -->
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2368
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2369
<collection name="installationapps" long-name="Installation Apps" level="apps2">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2370
<component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2371
<unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2372
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2373
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2374
<collection name="networkingutils" long-name="Networking Utils" level="utils">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2375
<component name="ipadministrationtool" long-name="IP Administration Tool" introduced="7.0" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2376
<unit mrp="app/techview/networkingutils/ipadministrationtool/group/networking_ipadm.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2377
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2378
<component name="nameresolverutility" long-name="Name Resolver Utility" introduced="7.0s" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2379
<unit mrp="app/techview/networkingutils/nameresolverutility/group/networking_nslookup.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2380
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2381
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2382
<collection name="testapps" long-name="Test Apps" level="utils">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2383
<component name="rschandler" long-name="Resource Handler" deprecated="tb92" purpose="development">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2384
<unit mrp="app/techview/testapps/rschandler/TVResourceHandler/group/Testtools_ResourceHandler_gt.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2385
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2386
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2387
<collection name="techview_info" long-name="Techview Info" level="apps3">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2388
<component name="techview_metadata" long-name="Techview Metadata" introduced="tb91" purpose="development" class="config PC">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2389
<unit mrp="app/techview/techview_info/techview_metadata/techview_metadata.mrp"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2390
</component>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2391
</collection>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2392
</block>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2393
</layer>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2394
</systemModel>
47
d350fcdacdb5 New project "clean" added: same as ex-nokia, but using RnD binaries instead of PDK baseline.
ThomasE@UK-ThomasE.symbian.int
parents:
diff changeset
  2395
<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
  2396
  <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
  2397
  <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
  2398
  <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
  2399
  <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
  2400
  <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
  2401
  <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
  2402
  <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
  2403
  <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
  2404
  <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
  2405
  <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
  2406
  <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
  2407
  <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
  2408
  <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
  2409
  <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
  2410
  <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
  2411
  <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
  2412
  <!-- 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
  2413
  <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
  2414
  <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
  2415
  <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
  2416
  <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
  2417
  <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
  2418
  <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
  2419
  <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
  2420
  <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
  2421
  <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
  2422
  <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
  2423
  <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
  2424
  <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
  2425
  <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
  2426
  <!-- 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
  2427
    <!-- tb91 configuration -->
52
b11a8b959d76 Updated system models according to week18 drop.
ThomasE@UK-ThomasE.symbian.int
parents: 47
diff changeset
  2428
    <!-- tb91sf configuration -->
117
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2429
  <configuration name="GT_tb91sf" description="tb91sf GT build" filter="tb91sf,gt">
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2430
    <ref item="os"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2431
    <ref item="mw"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2432
    <ref item="app"/>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2433
    <task><specialInstructions name="BootStrap1" cwd="os/buildtools/sbsv1_os/e32toolp/group" command="setupprj.bat secure"/></task>
9f623db4d069 Add correct OS model plus sysutil fix and add S60 model with corrected repo locations
Shabe Razvi <shaber@symbian.org>
parents: 113
diff changeset
  2434
    <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
  2435
    <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
  2436
    <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
  2437
    <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
  2438
    <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
  2439
    <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
  2440
    <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
  2441
    <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
  2442
    <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
  2443
    <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
  2444
    <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
  2445
    <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
  2446
    <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
  2447
    <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
  2448
    <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
  2449
    <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
  2450
    <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
  2451
    <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
  2452
    <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
  2453
    <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
  2454
    <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
  2455
    <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
  2456
    <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
  2457
    <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
  2458
    <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
  2459
  </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
  2460
    <!-- 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
  2461
    <!-- 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
  2462
 <!-- 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
  2463
</SystemBuild></SystemDefinition>