sysmodellibs/sysmodelgen/test/combine2/sysdef.xml
author terytkon
Fri, 12 Mar 2010 08:30:17 +0200
changeset 2 87cfa131b535
parent 1 b538b70cbe51
permissions -rw-r--r--
Fixed the licence header on two files that the epl:ling script missed for some reason.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     1
<?xml version="1.0"?>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     3
<!-- this is a fake DTD -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     4
<!ELEMENT SystemDefinition (systemModel?, build?)>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     5
<!ATTLIST SystemDefinition
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     6
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     7
  schema CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     8
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
     9
<!-- all paths are relative to the root of the source -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    10
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    11
<!-- System Model Section of DTD -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    12
<!ELEMENT systemModel (layer+)>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    13
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    14
<!ELEMENT layer (logicalset* | module*)*>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    15
<!-- Kernel Services, Base Services, OS Services, Etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    16
<!ATTLIST layer
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    17
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    18
  levels CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    19
  silly CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    20
  span CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    21
  align (left | right | center) #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    22
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    23
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    24
<!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    25
 <!-- Generic OS services, Comms Services, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    26
<!ATTLIST logicalset 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    27
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    28
  levels CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    29
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    30
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    31
<!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    32
<!-- Telephony services, Networking Services, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    33
<!ATTLIST logicalsubset 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    34
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    35
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    36
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    37
<!ELEMENT module (component* | unit* | package* | prebuilt*)*>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    38
<!-- Screen Driver, Content Handling, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    39
<!ATTLIST module
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    40
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    41
  level CDATA #IMPLIED  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    42
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    43
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    44
<!ELEMENT component (unit* | package* | prebuilt*)*>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    45
<!-- units or packages -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    46
<!ATTLIST component
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    47
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    48
  did CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    49
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    50
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    51
<!ELEMENT unit EMPTY >
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    52
<!-- must be buildable (bld.inf) -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    53
<!-- bldFile will soon be removed in favour of mrp -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    54
<!ATTLIST unit
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    55
  unitID ID #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    56
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    57
  mrp CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    58
  filter CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    59
  bldFile CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    60
  priority CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    61
  contract CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    62
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    63
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    64
<!ELEMENT package EMPTY >
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    65
<!-- like a unit, but not buildable -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    66
<!ATTLIST package
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    67
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    68
  mrp CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    69
  filter CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    70
  contract CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    71
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    72
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    73
<!ELEMENT prebuilt EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    74
<!-- pre-built CBR component -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    75
<!ATTLIST prebuilt
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    76
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    77
  version CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    78
  late (Y|N) #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    79
  filter CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    80
  contract CDATA #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    81
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    82
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    83
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    84
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    85
<!-- Build Section of DTD -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    86
<!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    87
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    88
<!ELEMENT unitList (unitRef+)>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    89
<!-- e.g. common, beech, cedar, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    90
<!ATTLIST unitList
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    91
  name ID #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    92
  description CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    93
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    94
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    95
<!ELEMENT unitRef EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    96
<!-- Reference to unit in System Model -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    97
<!ATTLIST unitRef
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    98
  unit IDREF #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
    99
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   100
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   101
<!ELEMENT targetList EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   102
<!-- e.g. DEFAULT_7.0S, TOOLS_7.0S, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   103
<!ATTLIST targetList
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   104
  name ID #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   105
  description CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   106
  target IDREFS #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   107
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   108
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   109
<!ELEMENT target EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   110
<!-- e.g. WINS, WINSCW, ARM4, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   111
<!ATTLIST target
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   112
  name ID #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   113
  abldTarget CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   114
  description CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   115
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   116
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   117
<!ELEMENT option EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   118
<!-- e.g. Keepgoing, SaveSpace, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   119
<!ATTLIST option
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   120
  name ID #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   121
  abldOption CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   122
  description CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   123
  enable (Y | N | y | n) #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   124
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   125
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   126
<!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   127
<!-- 7.0s, 8.0a, 8.0b, cuskit, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   128
<!ATTLIST configuration
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   129
  name ID #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   130
  description CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   131
  filter CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   132
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   133
<!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   134
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   135
<!ELEMENT unitListRef EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   136
<!-- Reference to unitList -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   137
<!ATTLIST unitListRef
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   138
  unitList IDREF #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   139
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   140
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   141
<!ELEMENT layerRef EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   142
<!-- Reference to named entity in the model, usually a layer -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   143
<!ATTLIST layerRef
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   144
  layerName CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   145
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   146
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   147
<!ELEMENT buildLayer EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   148
<!-- bldmake, abld export, etc -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   149
<!ATTLIST buildLayer
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   150
  command CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   151
  targetList IDREFS #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   152
  unitParallel (Y | N | y | n) #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   153
  targetParallel (Y | N | y | n) #IMPLIED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   154
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   155
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   156
<!ELEMENT specialInstructions EMPTY>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   157
<!-- BootStrap -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   158
<!ATTLIST specialInstructions
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   159
  name CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   160
  cwd CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   161
  command CDATA #REQUIRED
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   162
>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   163
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   164
]>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   165
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   166
<SystemDefinition name="MCL" schema="1.4.0">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   167
  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   168
  <systemModel>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   169
    <layer name="Tools and Utils and SDKENG" levels="tools sdk">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   170
      <module name="Tools and Utils" level="tools">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   171
        <component name="BUILDSYSTEMTOOLS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   172
          <unit unitID="BUILDSYSTEMTOOLS" name="tools_build" bldFile="common\generic\tools\build\group" mrp="common\generic\tools\build\group\tools_build.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   173
          <package name="gt_techview_baseline" mrp="common\generic\tools\cbr\mrpfiles\gt_techview_baseline.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   174
		  <!-- DEF087736 This is needed for generating export tables but shouldn't appear otherwise it is included in techview and gt
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   175
		     <package name="gt_only_baseline" mrp="common\generic\tools\cbr\mrpfiles\gt_only_baseline.mrp"/> -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   176
          <package name="tools_utils_cedar" mrp="cedar\generic\utils\tools_utils_cedar.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   177
          <package name="tools_utils_common" mrp="common\generic\utils\tools_utils_common.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   178
          <package name="additional_unknown" mrp="common\generic\tools\cbr\mrpfiles\additional_unknown_cedar.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   179
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   180
        <component name="BCCOMPARATOR">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   181
          <unit unitID="BCCOMPARATOR" name="testtools_cts_Bccomparator" bldFile="Common\testtools\CTS\BCComparator\Group" mrp="common\testtools\CTS\BCComparator\Group\testtools_cts_Bccomparator.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   182
          <package name="testtools_cts_functionalitycheckers" mrp="common\testtools\cts\functionalitycheckers\group\testtools_cts_functionalitycheckers.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   183
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   184
        <component name="BURTESTSERVER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   185
          <unit unitID="BURTESTSERVER" name="testtools_burtestserver" bldFile="common\testtools\burtestserver\Group" mrp="common\testtools\burtestserver\group\testtools_burtestserver.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   186
        </component>        
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   187
        <component name="CBRTOOLS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   188
          <unit unitID="CBRTOOLS" name="tools_cbr_tools" bldFile="common\generic\tools\cbr\tools\Group" mrp="common\generic\tools\cbr\tools\group\tools_cbr_tools.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   189
          <unit unitID="CBRPRF" name="tools_cbr_prf" bldFile="common\generic\tools\cbr\prf\group" mrp="common\generic\tools\cbr\prf\group\tools_cbr_prf.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   190
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   191
        <component name="CDB">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   192
          <unit unitID="CDB" name="testtools_cdb" bldFile="common\testtools\cdb\group" mrp="common\testtools\cdb\group\testtools_cdb.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   193
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   194
        <component name="CHATSCRIPTS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   195
          <unit unitID="CHATSCRIPTS" name="ChatScripts" bldFile="common\testtools\ChatScripts\group" mrp="common\testtools\chatscripts\group\testtools_chatscripts.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   196
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   197
        <component name="DEPCHECK">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   198
          <unit unitID="DEPCHECK" name="tools_depcheck" bldFile="common\generic\tools\depcheck" mrp="common\generic\tools\depcheck\tools_depcheck.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   199
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   200
        <component name="DEPMODEL">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   201
          <unit unitID="DEPMODEL" name="tools_depmodel" bldFile="common\generic\tools\depmodel\group" mrp="common\generic\tools\depmodel\tools_depmodel.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   202
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   203
        <component name="DEVELOPERLIBRARY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   204
          <unit unitID="DEVELOPERLIBRARY_9.3" name="DEVELOPERLIBRARY_9.3" bldFile="common\DEVELOPERLIBRARY\GROUP\devlib93" mrp="common\developerlibrary\group\devlib93\developerlibrary_doc_html.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   205
          <unit unitID="DEVELOPERLIBRARY_SOURCE" name="DEVELOPERLIBRARY_SOURCE" bldFile="common\DEVELOPERLIBRARY\SECURITYSUPPLEMENT\DOC_SOURCE" mrp="common\developerlibrary\developerlibrary_doc_source.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   206
          <package name="developerlibrary_doc_plain_html" mrp="common\developerlibrary\group\devlib93\developerlibrary_doc_plain_html.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   207
          <!-- lots of subsystem documentation packages -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   208
          <package name="app-engines_documentation" mrp="common\generic\app-engines\documentation\app-engines_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   209
          <package name="app-framework_confidential" mrp="common\generic\app-framework\confidential\app-framework_confidential.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   210
          <package name="app-framework_documentation" mrp="common\generic\app-framework\documentation\app-framework_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   211
          <package name="app-services_documentation" mrp="common\generic\app-services\documentation\app-services_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   212
          <package name="base_documentation" mrp="cedar\generic\base\documentation\base_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   213
          <package name="comms-infras_documentation" mrp="common\generic\comms-infras\documentation\comms-infras_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   214
          <package name="comms-infras_extra" mrp="common\generic\comms-infras\comms-infras_extra.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   215
          <package name="graphics_documentation" contract="Symbian_Affiliate"  mrp="common\generic\graphics\documentation\graphics_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   216
          <package name="networking_documentation" mrp="common\generic\networking\documentation\networking_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   217
          <package name="security_documentation" mrp="common\generic\security\documentation\security_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   218
          <package name="ser-comms_documentation" mrp="common\generic\ser-comms\documentation\ser-comms_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   219
          <package name="syslibs_documentation" mrp="common\generic\syslibs\documentation\syslibs_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   220
          <package name="system" mrp="common\system\group\system.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   221
          <package name="telephony_confidential" mrp="common\generic\telephony\confidential\telephony_confidential.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   222
          <package name="telephony_documentation" mrp="common\generic\telephony\documentation\telephony_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   223
          <package name="tools_documentation" mrp="cedar\generic\tools\documentation\tools_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   224
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   225
        <component name="E32TOOLS EKA2">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   226
          <unit unitID="E32TOOLS_EKA2" name="tools_e32tools" bldFile="cedar\generic\TOOLS\E32Tools\GROUP" mrp="cedar\generic\tools\e32tools\group\tools_e32tools.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   227
          <package name="tools_e32toolp" mrp="cedar\generic\tools\e32toolp\group\tools_e32toolp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   228
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   229
        <component name="EVALID">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   230
          <unit unitID="EVALID" name="tools_evalid" bldFile="common\generic\tools\host_utilities\evalid" mrp="common\generic\tools\host_utilities\evalid\tools_evalid.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   231
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   232
        <component name="KITCOMPARATOR">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   233
          <unit unitID="KITCOMPARATOR" name="testtools_cts_kitcomparator" bldFile="Common\testtools\CTS\KitComparator\Group" mrp="common\testtools\CTS\KitComparator\group\testtools_cts_kitcomparator.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   234
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   235
        <component name="PLATTEST">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   236
          <unit unitID="PLATTEST" name="plattest" bldFile="common\generic\plattest\Group" mrp="common\generic\plattest\Group\plattest_tools.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   237
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   238
        <component name="LEAVESCAN">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   239
          <unit unitID="LEAVESCAN" name="testtools_leavescan" bldFile="common\TestTools\LEAVESCAN\GROUP" mrp="common\testtools\Leavescan\group\testtools_leavescan.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   240
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   241
        <component name="PROGRAMCHECKER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   242
          <unit unitID="PROGRAMCHECKER" name="testtools_programchecker" bldFile="common\testtools\ProgramChecker\Group" mrp="common\testtools\ProgramChecker\group\testtools_programchecker.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   243
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   244
        <component name="RCOMP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   245
          <unit unitID="RCOMP" name="tools_rcomp" bldFile="common\generic\TOOLS\RCOMP\GROUP" mrp="common\generic\tools\rcomp\group\tools_rcomp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   246
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   247
        <component name="REDISTRIBUTION">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   248
          <unit unitID="REDISTRIBUTION" name="tools_redistribution_common" bldFile="common\generic\TOOLS\REDISTRIBUTION" mrp="common\generic\tools\redistribution\tools_redistribution_common.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   249
          <package name="tools_redistribution_winc" mrp="cedar\generic\tools\redistribution\tools_redistribution_winc.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   250
          <package name="additional_tools" mrp="common\generic\tools\redistribution\additional_tools.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   251
        </component>      
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   252
        <component name="RESOURCE_HANDLER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   253
          <package name="testtools_resourcehandler_gt" contract="Symbian_Affiliate"  mrp="common\testtools\resourcehandler\tvresourcehandler\group\testtools_resourcehandler_gt.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   254
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   255
        <component name="ROMKIT_EKA2">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   256
          <unit unitID="ROMKIT_EKA2" name="tools_romkit" bldFile="cedar\generic\TOOLS\ROMKIT\GROUP" mrp="cedar\generic\tools\romkit\group\tools_romkit.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   257
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   258
        <component name="MIGRATIONTOOL">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   259
          <unit unitID="MIGRATIONTOOL" name="testtools_migrationtool" bldFile="common\testtools\migrationtool\group" mrp="common\testtools\migrationtool\group\testtools_migrationtool.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   260
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   261
        <component name="TESTDRIVER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   262
          <unit unitID="TESTDRIVER" name="testtools_testdriver" bldFile="common\testtools\TestDriver\Group" mrp="common\testtools\TestDriver\Group\testtools_testdriver.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   263
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   264
        <component name="SMOKETEST">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   265
          <unit unitID="SMOKETEST" name="testtools_smoketest" bldFile="common\testtools\smoketest\GROUP" mrp="common\testtools\Smoketest\Group\testtools_smoketest.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   266
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   267
        <component name="STATAPI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   268
          <unit unitID="STATAPI" name="testtools_stat_device_gt" bldFile="common\testtools\STAT\device\source\statapi\console" mrp="common\testtools\stat\device\group\testtools_stat_device_gt.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   269
          <package name="testtools_stat_common_source" contract="Symbian_Affiliate"  mrp="common\testtools\stat\group\testtools_stat_common_source.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   270
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   271
        <component name="STAT_DESKTOP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   272
          <unit unitID="STAT_DESKTOP" name="testtools_stat_desktop" contract="Symbian_Affiliate"  bldFile="common\testtools\stat\desktop\group" mrp="common\testtools\stat\desktop\group\testtools_stat_desktop.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   273
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   274
        <component name="Bluetooth Logger">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   275
            <unit unitID="BLUETOOTH_LOGGER" name="bluetooth_logger" bldFile="common\generic\bluetooth\latest\bluetooth\logger\group" mrp="common\generic\bluetooth\latest\bluetooth\logger\group\bluetooth_logger.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   276
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   277
        <component name="TESTEXECUTE">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   278
          <unit unitID="TESTEXECUTE" name="tools_testexecute" bldFile="common\TestTools\TESTEXECUTE\GROUP" mrp="common\testtools\testexecute\Group\tools_testexecute.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   279
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   280
        <component name="TESTTOOLS_DESKTOP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   281
          <unit unitID="TESTTOOLS_DESKTOP" name="testtools_desktop" bldFile="common\TestTools\desktop\GROUP" mrp="common\testtools\desktop\Group\testtools_desktop.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   282
          <package name="testtools_wintunnel" mrp="common\testtools\wintunnel\group\testtools_wintunnel_srconly.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   283
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   284
        <component name="Use Case Controller">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   285
          <unit unitID="TESTTOOLS_UCC" name="testtools_ucc" bldFile="common\TestTools\UCC\BuildScripts\GROUP" mrp="common\TestTools\UCC\BuildScripts\GROUP\testtools_ucc.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   286
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   287
        <component name="CINIDATA">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   288
          <unit unitID="CINIDATA" name="tools_cinidata" bldFile="common\generic\TOOLS\CINIDATA" mrp="common\generic\tools\cinidata\tools_cinidata.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   289
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   290
        <component name="AUTOTEST">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   291
          <unit unitID="AUTOTEST" name="tools_autotest" bldFile="common\generic\TOOLS\AUTOTEST\GROUP" mrp="common\generic\tools\autotest\group\tools_autotest.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   292
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   293
        <component name="TESTCONFIGFILEPARSER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   294
          <unit unitID="TESTCONFIGFILEPARSER" name="tools_testconfigfileparser" bldFile="common\generic\TOOLS\testconfigfileparser\GROUP" mrp="common\generic\tools\testconfigfileparser\group\tools_testconfigfileparser.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   295
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   296
        <component name="KITSETUPAPP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   297
          <unit unitID="KITSETUPAPP" name="tools_devkits_kitsetupapp" bldFile="common\generic\TOOLS\DevKits\KitSetupApp\group" mrp="common\generic\tools\devkits\KitSetupApp\group\tools_devkits_kitsetupapp.mrp" filter="gt" priority="1020"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   298
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   299
        <component name="NAVIGATION_PAGES">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   300
          <package name="tools_sdk_eng_navigationpages" mrp="common\generic\tools\sdk_eng\navigationpages\tools_sdk_eng_navigationpages.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   301
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   302
        <component name="PRODUCTINSTALLER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   303
          <unit unitID="PRODUCTINSTALLER" name="tools_custkits_productinstaller" bldFile="common\generic\TOOLS\Custkits\ProductInstaller\group" mrp="common\generic\TOOLS\Custkits\ProductInstaller\group\tools_custkits_productinstaller.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   304
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   305
        <component name="REDISTRIBUTION_WINC_EKA2">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   306
          <unit unitID="REDISTRIBUTION_WINC_EKA2" name="tools_redistribution_cedar" bldFile="cedar\generic\tools\redistribution" mrp="cedar\generic\tools\redistribution\tools_redistribution_cedar.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   307
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   308
        <component name="MAKEKEYS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   309
          <unit unitID="MAKEKEYS" name="security_makekeys" bldFile="common\generic\SECURITY\MakeKeys\GROUP" mrp="common\generic\security\makekeys\group\security_makekeys.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   310
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   311
        <component name="CAPTOOLS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   312
          <unit unitID="CAPTOOLS" name="testtools_captools" bldFile="common\testtools\captools\group" mrp="common\testtools\CapTools\group\testtools_captools.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   313
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   314
        <component name="Packet Loopback CSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   315
          <unit unitID="PACKETLOOPBACKCSY" name="PacketLoopbackCSY" bldFile="common\generic\networking\test\PacketLoopbackCSY\group" mrp="common\generic\networking\test\PacketLoopbackCSY\group\PacketLoopbackCSY.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   316
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   317
        <component name="Graphics Utilities">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   318
          <unit unitID="MemSpy" name="graphics_memspy" bldFile="common\generic\graphics\testutils\memspy\group" mrp="common\generic\graphics\testutils\memspy\group\graphics_memspy.mrp" filter="techview" /> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   319
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   320
        <component did="done" name="UTRACE">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   321
          <unit unitID="UTRACE_API" name="testtools_utrace_api" bldFile="common\testtools\trace\utrace\api\group" mrp="common\testtools\trace\utrace\api\group\testtools_utrace_api.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   322
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   323
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   324
      <module name="SDKENG" level="sdk">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   325
        <component name="RUNPERL">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   326
          <unit unitID="RUNPERL" name="tools_sdk_eng_runperl" bldFile="common\generic\TOOLS\SDK_ENG\RUNPERL\GROUP" mrp="common\generic\tools\sdk_eng\runperl\group\tools_sdk_eng_runperl.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   327
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   328
        <component name="BUILD-TOOLS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   329
          <unit unitID="BUILD-TOOLS" name="tools_sdk_eng_build-tools" bldFile="common\generic\TOOLS\SDK_ENG\BUILD-TOOLS\GROUP" mrp="common\generic\tools\sdk_eng\build-tools\group\tools_sdk_eng_build-tools.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   330
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   331
        <component name="JAVALIBRARY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   332
          <unit unitID="JAVALIBRARY" name="tools_sdk_eng_javalibrary" bldFile="common\generic\TOOLS\SDK_ENG\JAVALIBRARY\GROUP" mrp="common\generic\tools\sdk_eng\javalibrary\group\tools_sdk_eng_javalibrary.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   333
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   334
        <component name="ASSERTION">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   335
          <unit unitID="ASSERTION" name="tools_sdk_eng_assertion" bldFile="common\generic\TOOLS\SDK_ENG\ASSERTION\GROUP" mrp="common\generic\tools\sdk_eng\assertion\group\tools_sdk_eng_assertion.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   336
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   337
        <component name="ENUM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   338
          <unit unitID="ENUM" name="tools_sdk_eng_enum" bldFile="common\generic\TOOLS\SDK_ENG\ENUM\GROUP" mrp="common\generic\tools\sdk_eng\enum\group\tools_sdk_eng_enum.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   339
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   340
        <component name="LOGGER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   341
          <unit unitID="LOGGER" name="tools_sdk_eng_logger" bldFile="common\generic\TOOLS\SDK_ENG\LOGGER\GROUP" mrp="common\generic\tools\sdk_eng\logger\group\tools_sdk_eng_logger.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   342
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   343
        <component name="FILESYS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   344
          <unit unitID="FILESYS" name="tools_sdk_eng_filesys" bldFile="common\generic\TOOLS\SDK_ENG\FILESYS\GROUP" mrp="common\generic\tools\sdk_eng\filesys\group\tools_sdk_eng_filesys.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   345
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   346
        <component name="ENVVAR">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   347
          <unit unitID="ENVVAR" name="tools_sdk_eng_envvar" bldFile="common\generic\TOOLS\SDK_ENG\ENVVAR\GROUP" mrp="common\generic\tools\sdk_eng\envvar\group\tools_sdk_eng_envvar.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   348
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   349
        <component name="INSTALLUTILS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   350
          <unit unitID="INSTALLUTILS" name="tools_sdk_eng_installutils" bldFile="common\generic\TOOLS\SDK_ENG\INSTALLUTILS\GROUP" mrp="common\generic\tools\sdk_eng\InstallUtils\group\tools_sdk_eng_installutils.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   351
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   352
        <component name="MNEMONICFIX">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   353
          <unit unitID="MNEMONICFIX" name="tools_sdk_eng_mnemonicfix" bldFile="common\generic\TOOLS\SDK_ENG\MNEMONICFIX\GROUP" mrp="common\generic\tools\sdk_eng\mnemonicfix\group\tools_sdk_eng_mnemonicfix.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   354
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   355
        <component name="PATHBROWSER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   356
          <unit unitID="PATHBROWSER" name="tools_sdk_eng_pathbrowser" bldFile="common\generic\TOOLS\SDK_ENG\PATHBROWSER\GROUP" mrp="common\generic\tools\sdk_eng\pathbrowser\group\tools_sdk_eng_pathbrowser.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   357
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   358
        <component name="SHELLEXEC">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   359
          <unit unitID="SHELLEXEC" name="tools_sdk_eng_shellexec" bldFile="common\generic\TOOLS\SDK_ENG\SHELLEXEC\GROUP" mrp="common\generic\tools\sdk_eng\shellexec\group\tools_sdk_eng_shellexec.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   360
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   361
        <component name="SWINGWORKER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   362
          <unit unitID="SWINGWORKER" name="tools_sdk_eng_swingworker" bldFile="common\generic\TOOLS\SDK_ENG\SWINGWORKER\GROUP" mrp="common\generic\tools\sdk_eng\swingworker\group\tools_sdk_eng_swingworker.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   363
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   364
        <component name="TESTCASERUNNER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   365
          <unit unitID="TESTCASERUNNER" name="tools_sdk_eng_testcaserunner" bldFile="common\generic\TOOLS\SDK_ENG\TESTCASERUNNER\GROUP" mrp="common\generic\tools\sdk_eng\testcaserunner\group\tools_sdk_eng_testcaserunner.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   366
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   367
        <component name="TOOLBARPANEL">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   368
          <unit unitID="TOOLBARPANEL" name="tools_sdk_eng_toolbarpanel" bldFile="common\generic\TOOLS\SDK_ENG\TOOLBARPANEL\GROUP" mrp="common\generic\tools\sdk_eng\toolbarpanel\group\tools_sdk_eng_toolbarpanel.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   369
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   370
        <component name="JAVAHELP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   371
          <unit unitID="JAVAHELP" name="tools_sdk_eng_javahelp" bldFile="common\generic\TOOLS\SDK_ENG\JAVAHELP\GROUP" mrp="common\generic\tools\sdk_eng\javahelp\group\tools_sdk_eng_javahelp.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   372
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   373
        <component name="LANGCONFIG">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   374
          <unit unitID="LANGCONFIG" name="tools_sdk_eng_langconfig" bldFile="common\generic\TOOLS\SDK_ENG\LANGCONFIG\GROUP" mrp="common\generic\tools\sdk_eng\langconfig\group\tools_sdk_eng_langconfig.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   375
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   376
        <component name="MBMCODEC">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   377
          <unit unitID="MBMCODEC" name="tools_sdk_eng_mbmcodec" bldFile="common\generic\TOOLS\SDK_ENG\MBMCODEC\GROUP" mrp="common\generic\tools\sdk_eng\mbmcodec\group\tools_sdk_eng_mbmcodec.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   378
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   379
        <component name="SDKINFO">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   380
          <unit unitID="SDKINFO" name="tools_sdk_eng_sdkinfo" bldFile="common\generic\TOOLS\SDK_ENG\SDKINFO\GROUP" mrp="common\generic\tools\sdk_eng\sdkinfo\group\tools_sdk_eng_sdkinfo.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   381
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   382
        <component name="JADE">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   383
          <unit unitID="JADE" name="tools_sdk_eng_jade" bldFile="common\generic\TOOLS\SDK_ENG\JADE\GROUP" mrp="common\generic\tools\sdk_eng\jade\group\tools_sdk_eng_jade.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   384
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   385
        <component name="CSHLPCMP_GUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   386
          <unit unitID="CSHLPCMP_GUI" name="tools_sdk_eng_cshlpcmp_gui" bldFile="common\generic\TOOLS\SDK_ENG\CSHLPCMP_GUI\GROUP" mrp="common\generic\tools\sdk_eng\cshlpcmp_gui\group\tools_sdk_eng_cshlpcmp_gui.mrp" filter="gt" priority="1010"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   387
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   388
        <component name="SISAR">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   389
          <unit unitID="SISAR" name="tools_sdk_eng_sisar" bldFile="common\generic\TOOLS\SDK_ENG\SISAR\GROUP" mrp="common\generic\tools\sdk_eng\sisar\group\tools_sdk_eng_sisar.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   390
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   391
        <component name="SDKPKG-MANAGER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   392
          <unit unitID="SDKPKG-MANAGER" name="tools_sdk_eng_sdkpkg-manager" bldFile="common\generic\TOOLS\SDK_ENG\SDKPKG-MANAGER\GROUP" mrp="common\generic\tools\sdk_eng\sdkpkg-manager\group\tools_sdk_eng_sdkpkg-manager.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   393
          <package name="product_devkit_pkgdefs" mrp="\product\devkit\product_devkit_pkgdefs.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   394
          <package name="product_techviewexamplesdk_pkgdefs" mrp="\product\techviewexamplesdk\product_techviewexamplesdk_pkgdefs.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   395
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   396
        <component name="SDKPKG-TOOLS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   397
          <unit unitID="SDKPKG-TOOLS" name="tools_sdk_eng_sdkpkg-tools" bldFile="common\generic\TOOLS\SDK_ENG\SDKPKG-TOOLS\GROUP" mrp="common\generic\tools\sdk_eng\sdkpkg-tools\group\tools_sdk_eng_sdkpkg-tools.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   398
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   399
        <component name="EMULATOR_LAUNCHER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   400
          <unit unitID="EMULATOR_LAUNCHER" name="tools_sdk_eng_emulator_launcher" bldFile="common\generic\TOOLS\SDK_ENG\EMULATOR_LAUNCHER\GROUP" mrp="common\generic\tools\sdk_eng\emulator_launcher\group\tools_sdk_eng_emulator_launcher.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   401
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   402
        <component name="PKGMGRGUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   403
          <unit unitID="PKGMGRGUI" name="tools_sdk_eng_pkgmgrgui" bldFile="common\generic\TOOLS\SDK_ENG\PKGMGRGUI\GROUP" mrp="common\generic\tools\sdk_eng\pkgmgrgui\group\tools_sdk_eng_pkgmgrgui.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   404
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   405
        <component name="LAUNCH">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   406
          <unit unitID="LAUNCH" name="tools_sdk_eng_launch" bldFile="common\generic\TOOLS\SDK_ENG\LAUNCH\GROUP" mrp="common\generic\tools\sdk_eng\launch\group\tools_sdk_eng_launch.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   407
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   408
        <component name="TOOLS_STUBS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   409
          <unit unitID="TOOLS_STUBS" name="tools_sdk_eng_tools_stubs" bldFile="common\generic\TOOLS\SDK_ENG\TOOLS_STUBS\GROUP" mrp="common\generic\tools\sdk_eng\tools_stubs\group\tools_sdk_eng_tools_stubs.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   410
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   411
        <component name="CWPLUGINS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   412
          <unit unitID="CWPLUGINS" name="tools_sdk_eng_cwplugins" bldFile="common\generic\TOOLS\SDK_ENG\CWPLUGINS\GROUP" mrp="common\generic\tools\sdk_eng\cwplugins\group\tools_sdk_eng_cwplugins.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   413
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   414
        <component name="BSPBUILDER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   415
          <unit unitID="BSPBUILDER" name="tools_bspbuilder" bldFile="common\generic\TOOLS\BSPBUILDER\GROUP" mrp="common\generic\tools\bspbuilder\group\tools_bspbuilder.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   416
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   417
        <component name="ALP2CSH">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   418
          <unit unitID="ALP2CSH" name="tools_sdk_eng_alp2csh" bldFile="common\generic\TOOLS\SDK_ENG\ALP2CSH\GROUP" mrp="common\generic\tools\sdk_eng\alp2csh\group\tools_sdk_eng_alp2csh.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   419
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   420
        <component name="CJPEG">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   421
          <unit unitID="CJPEG" name="tools_sdk_eng_cjpeg" bldFile="common\generic\TOOLS\SDK_ENG\CJPEG\GROUP" mrp="common\generic\tools\sdk_eng\cjpeg\group\tools_sdk_eng_cjpeg.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   422
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   423
        <component name="CSHLPCMP_FRONTEND">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   424
          <unit unitID="CSHLPCMP_FRONTEND" name="tools_sdk_eng_cshlpcmp_frontend" bldFile="common\generic\TOOLS\SDK_ENG\CSHLPCMP_FRONTEND\GROUP" mrp="common\generic\tools\sdk_eng\cshlpcmp_frontend\group\tools_sdk_eng_cshlpcmp_frontend.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   425
          <package name="tools_sdk_eng_cshlpcmp_backend_srconly" mrp="common\generic\tools\sdk_eng\cshlpcmp_backend\group\tools_sdk_eng_cshlpcmp_backend_srconly.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   426
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   427
        <component name="PERLLIBRARY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   428
          <unit unitID="PERLLIBRARY" name="tools_sdk_eng_perllibrary" bldFile="common\generic\TOOLS\SDK_ENG\PERLLIBRARY\GROUP" mrp="common\generic\tools\sdk_eng\perllibrary\group\tools_sdk_eng_perllibrary.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   429
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   430
        <component name="Perl Shared Libraries">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   431
          <unit unitID="PERLSHARED" name="tools_sdk_eng_perl_shared" bldFile="common\generic\tools\sdk_eng\perl_shared\group" mrp="common\generic\tools\sdk_eng\perl_shared\group\tools_sdk_eng_perl_shared.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   432
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   433
        <component name="RTF2PTML">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   434
          <unit unitID="RTF2PTML" name="tools_sdk_eng_rtf2ptml" bldFile="common\generic\TOOLS\SDK_ENG\RTF2PTML\GROUP" mrp="common\generic\tools\sdk_eng\rtf2ptml\group\tools_sdk_eng_rtf2ptml.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   435
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   436
        <component name="SPLASH">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   437
          <unit unitID="SPLASH" name="tools_sdk_eng_splash" bldFile="common\generic\TOOLS\SDK_ENG\SPLASH\GROUP" mrp="common\generic\tools\sdk_eng\splash\group\tools_sdk_eng_splash.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   438
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   439
        <component name="SDK Builder">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   440
          <unit unitID="SDK_BUILDER" name="tools_sdk_eng_sdk_builder" bldFile="common\generic\TOOLS\sdk_eng\sdk_builder\GROUP" mrp="common\generic\tools\sdk_eng\sdk_builder\group\tools_sdk_eng_sdk_builder.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   441
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   442
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   443
      <module name="Test Product" level="sdk">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   444
      	<component name="Subsystem Tests">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   445
          <package name="bluetooth_testproduct" mrp="common\generic\bluetooth\latest\testproduct\group\bluetooth_testproduct.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   446
          <package name="multimedia_testproduct" mrp="common\generic\multimedia\testproduct\group\multimedia_testproduct.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   447
	  <package name="messaging_testproduct" mrp="common\generic\messaging\testproduct\group\messaging_testproduct.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   448
	  <package name="syslibs_testproduct" mrp="common\generic\syslibs\testproduct\group\syslibs_testproduct.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   449
	  <package name="comms-infras_testproduct" mrp="common\generic\comms-infras\testproduct\group\comms-infras_testproduct.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   450
	  <package name="graphics_testproduct" mrp="common\generic\graphics\testproduct\group\graphics_testproduct.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   451
         <package name="lbs_testproduct" mrp="common\generic\lbs\test\testproduct\group\lbs_testproduct.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   452
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   453
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   454
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   455
    <layer name="Kernel Services and Hardware Interface" levels="Hardware-dependent Hardware-independent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   456
      <logicalset name="Kernel Architecture">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   457
        <module name="ASSP" level="Hardware-dependent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   458
          <component name="OMAP 1623">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   459
            <!-- No unit? -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   460
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   461
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   462
        <module name="Kernel Services" level="Hardware-independent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   463
          <component name="Kernel Architecture 2">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   464
            <unit unitID="E32_EKA2" name="base_e32" contract="Symbian_Kernel"  bldFile="cedar\generic\BASE\E32" mrp="cedar\generic\base\e32\base_e32.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   465
            <unit unitID="E32_COMPSUPP" name="base_e32_compsupp" bldFile="cedar\generic\BASE\E32\compsupp" mrp="cedar\generic\base\e32\compsupp\base_e32_compsupp.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   466
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   467
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   468
        <module name="Logical Device Drivers" level="Hardware-independent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   469
          <component name="SD Card Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   470
            <unit unitID="SDCARD3C" name="base_e32_sd3c" contract="SD_Card_SD3C"  bldFile="cedar\generic\base\e32\drivers\pbus\mmc\sdcard\sdcard3c" mrp="cedar\generic\base\e32\drivers\pbus\mmc\sdcard\sdcard3c\base_e32_sd3c.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   471
            <unit unitID="SDCARD4C" name="base_e32_sd4c" contract="SD_Card_SD4C"  bldFile="cedar\generic\base\e32\drivers\pbus\mmc\sdcard\sdcard4c" mrp="cedar\generic\base\e32\drivers\pbus\mmc\sdcard\sdcard4c\base_e32_sd4c.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   472
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   473
          <component name="Audio Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   474
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   475
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   476
          <component name="Ethernet Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   477
              <!-- common to EKA1 and EKA2 -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   478
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   479
          <component name="MIDI Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   480
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   481
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   482
          <component name="Other LDDs">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   483
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   484
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   485
          <component name="Speech Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   486
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   487
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   488
          <component name="USB Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   489
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   490
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   491
          <component name="Video Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   492
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   493
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   494
          <component name="Peripheral Bus Controllers">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   495
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   496
          </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   497
        </module>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   498
        <module name="Variant" level="Hardware-dependent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   499
          <component name="Bootstrap">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   500
              <package name="base_ubootldr" mrp="cedar\generic\base\ubootldr\base_ubootldr.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   501
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   502
          <component name="Emulator">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   503
            <unit unitID="WINS_VARIANT_EKA2" name="base_wins" contract="Symbian_SD4C"  bldFile="cedar\generic\base\wins" mrp="cedar\generic\base\wins\base_wins.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   504
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   505
          <component name="Lubbock Variant">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   506
            <unit unitID="LUBBOCK_EKA2" name="base_lubbock" bldFile="cedar\generic\BASE\LUBBOCK" mrp="cedar\generic\base\lubbock\base_lubbock.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   507
            <package name="base_cotulla" mrp="cedar\generic\base\cotulla\base_cotulla.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   508
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   509
          <component name="OMAP H2">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   510
          	<unit unitID="OMAP_H2" name="base_omaph2" bldFile="cedar\generic\base\omap\h2" mrp="cedar\generic\base\omap\h2\base_omaph2.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   511
            <unit unitID="BASE_H2_UNISTORE2" name="base_h2_unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions"  bldFile="cedar\generic\base\omap\h2_restricted\unistore2" mrp="cedar\generic\base\omap\h2_restricted\unistore2\base_h2_unistore2.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   512
            <package name="base_soc" contract="Symbian_SD4C"  mrp="cedar\generic\base\soc\base_soc.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   513
            <unit unitID="BASE_H2_SDIO" name="base_h2_sdio" bldFile="cedar\generic\base\omap\h2_restricted\sdio" mrp="cedar\generic\base\omap\h2_restricted\sdio\base_h2_sdio.mrp" filter="gt" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   514
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   515
          <component name="OMAP H4">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   516
            <unit unitID="OMAPH4HRP" name="base_omaph4hrp" bldFile="cedar\generic\base\omap_hrp\h4" mrp="cedar\generic\base\omap_hrp\h4\base_omaph4hrp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   517
            <unit unitID="H4BOOTLOADER" name="base_omaph4hrp_bootldr" mrp="cedar\generic\base\omap_hrp\h4_bootloader\base_omaph4hrp_bootldr.mrp" bldFile="cedar\generic\base\omap_hrp\h4_bootloader"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   518
            <unit unitID="H4MEBOOTLOADER" name="base_omaph4hrp_mebootldr" mrp="cedar\generic\base\omap_hrp\h4_mebootloader\base_omaph4hrp_mebootldr.mrp" bldFile="cedar\generic\base\omap_hrp\h4_mebootloader"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   519
            <unit unitID="OMAPH4HRP_UNISTORE2" name="base_omaph4hrp_unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions"  bldFile="cedar\generic\base\omap_hrp\h4_restricted\unistore2" mrp="cedar\generic\base\omap_hrp\h4_restricted\unistore2\base_omaph4hrp_unistore2.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   520
            <unit unitID="OMAPH4HRP_SDIO" name="base_omaph4hrp_sdio" bldFile="cedar\generic\base\omap_hrp\h4_restricted\sdio" mrp="cedar\generic\base\omap_hrp\h4_restricted\sdio\base_omaph4hrp_sdio.mrp" filter="gt" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   521
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   522
          <component name="PDDs">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   523
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   524
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   525
          <component name="Integrator BSP support for Unistore2">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   526
            <unit unitID="LMNAND2_LOGIC" name="base_integrator_logic_lmnand2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions"  bldFile="cedar\generic\base\integrator\logic\lmnand2" mrp="cedar\generic\base\integrator\logic\lmnand2\base_integrator_logic_lmnand2.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   527
          </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   528
          <component name="Flash Translation Layer">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   529
            <unit unitID="UNISTORE2_DRIVERS" name="base_drivers_unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions"  bldFile="cedar\generic\base\e32\drivers\unistore2" mrp="cedar\generic\base\e32\drivers\unistore2\base_drivers_unistore2.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   530
            <package name="base_drivers_unistore2_undeliverable" contract="NAND_Flash_XSR_Unistore_2_Core_Portion"  mrp="cedar\generic\base\e32\drivers\unistore2\base_drivers_unistore2_undeliverable.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   531
            <unit unitID="UNISTORE2_CRASHFLASH" name="base_crashflash_unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions"  bldFile="cedar\generic\base\e32\drivers\crashflash\unistore2" mrp="cedar\generic\base\e32\drivers\crashflash\unistore2\base_crashflash_unistore2.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   532
            <unit unitID="UNISTORE2_NANDBOOT" name="base_nandboot_unistore2" contract="NAND_Flash_XSR_Unistore_2_Other_Portions"  bldFile="cedar\generic\base\e32utils\nandboot\nandloader\unistore2" mrp="cedar\generic\base\e32utils\nandboot\base_nandboot_unistore2.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   533
          </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   534
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   535
      </logicalset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   536
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   537
      <module name="Localisation" level="Hardware-independent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   538
        <component name="Locale Support">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   539
          <unit unitID="LOCE32_ONGOING" name="base_loce32" contract="Symbian_Affiliate"  bldFile="common\generic\BASE\LOCE32\ongoing" mrp="common\generic\base\loce32\ongoing\mmpfiles\base_loce32.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   540
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   541
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   542
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   543
      <module name="Screen Driver" level="Hardware-dependent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   544
        <component name="Screen Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   545
          <unit unitID="SCREENDRIVER" name="graphics_screendriver" bldFile="common\generic\GRAPHICS\ScreenDriver\Group" mrp="common\generic\graphics\screendriver\group\graphics_screendriver.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   546
        </component>        
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   547
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   548
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   549
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   550
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   551
    <layer name="Base Services" levels="Kernel-interface System-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   552
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   553
      <module name="Low Level Libraries and Frameworks" level="System-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   554
	    <component name="Cryptography Library">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   555
		  <unit unitID="CRYPTOGRAPHY" name="security_crypto_weak" bldFile="common\generic\SECURITY\CRYPTO\GROUP" mrp="common\generic\security\crypto\group\security_crypto_weak.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   556
          <unit unitID="STRONG_CRYPTO" name="security_crypto_strong" contract="Symbian_Strong_Cryptography"  bldFile="common\generic\security\crypto\strong" mrp="common\generic\security\crypto\group\security_crypto_strong.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   557
		</component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   558
	  	<component name="Feature Registry">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   559
      	  <unit unitID="FEATREG" name="syslibs_featreg" bldFile="common\generic\syslibs\featreg\group" mrp="common\generic\syslibs\featreg\group\syslibs_featreg.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   560
		</component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   561
		<component name="Zip Compression Library">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   562
      	  <unit unitID="EZLIB" name="syslibs_ezlib" bldFile="common\generic\SYSLIBS\EZLIB\GROUP" mrp="common\generic\syslibs\ezlib\group\syslibs_ezlib.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   563
	  	</component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   564
      	<component name="Plugin Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   565
          <unit unitID="ECOM_ONGOING" name="syslibs_ecom" bldFile="common\generic\SYSLIBS\ECOM\ongoing\GROUP" mrp="common\generic\syslibs\ecom\ongoing\Group\syslibs_ecom.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   566
      	</component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   567
      	<component name="Power, Memory and Disk Management">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   568
          <unit unitID="PWRCLI" name="syslibs_pwrcli" bldFile="common\generic\SYSLIBS\PWRCLI\GROUP" mrp="common\generic\syslibs\pwrcli\group\syslibs_pwrcli.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   569
          <unit unitID="DOMAIN" name="base_domain" bldFile="cedar\generic\base\domain\group" mrp="cedar\generic\base\domain\group\base_domain.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   570
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   571
        <component name="Application Utilities">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   572
          <unit unitID="BAFL" name="syslibs_bafl" bldFile="common\generic\SYSLIBS\BAFL\GROUP" mrp="common\generic\syslibs\bafl\group\syslibs_bafl.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   573
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   574
	  </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   575
	  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   576
      <module name="Character Conversion Framework" level="System-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   577
		<component name="Character Encoding and Conversion Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   578
			<unit unitID="CHARCONV_ONGOING" name="syslibs_charconv" contract="Symbian_Affiliate"  bldFile="common\generic\SYSLIBS\Charconv\Ongoing\GROUP" mrp="common\generic\syslibs\charconv\ongoing\group\syslibs_charconv.mrp"/>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   579
		</component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   580
        <component name="Character Encoding and Conversion Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   581
          <!-- No unit? -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   582
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   583
	  </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   584
	  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   585
      <module name="Media Device Framework" level="System-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   586
        <component name="Media Device Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   587
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   588
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   589
        <component name="Media Device Framework Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   590
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   591
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   592
	  </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   593
	  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   594
      <module name="XML" level="System-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   595
        <component name="XML Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   596
          <unit unitID="XML" name="syslibs_xml" bldFile="common\generic\syslibs\xml\group" mrp="common\generic\syslibs\xml\group\syslibs_xml.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   597
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   598
          <component name="XML Parser">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   599
          <!-- Built by XML Framework -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   600
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   601
        <component name="WBXML Parser">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   602
          <!-- Built by XML Framework -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   603
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   604
	  </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   605
	  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   606
      <module name="Persistent Storage" level="System-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   607
        <component name="Store">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   608
          <unit unitID="STORE" name="syslibs_store" bldFile="common\generic\SYSLIBS\Store\GROUP" mrp="common\generic\syslibs\store\group\syslibs_store.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   609
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   610
        <component name="DBMS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   611
          <unit unitID="DBMS" name="syslibs_dbms" bldFile="common\generic\SYSLIBS\DBMS\GROUP" mrp="common\generic\syslibs\dbms\group\syslibs_dbms.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   612
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   613
        <component name="Central Repository">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   614
          <unit unitID="CENTRALREPOSITORY" name="syslibs_centralrepository" bldFile="common\generic\syslibs\centralrepository\group" mrp="common\generic\syslibs\centralrepository\group\syslibs_centralrepository.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   615
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   616
        <component name="SQL">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   617
          <unit unitID="SQL" name="syslibs_sql" bldFile="common\generic\syslibs\sql\group" mrp="common\generic\syslibs\sql\group\syslibs_sql.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   618
        </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   619
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   620
	  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   621
      <module name="User Library and File Server" level="Kernel-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   622
        <component name="User Library">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   623
          <!-- No unit? -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   624
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   625
        <component name="File Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   626
          <unit unitID="F32_EKA2" name="base_f32" contract="FAT32"  bldFile="cedar\generic\BASE\F32\GROUP" mrp="cedar\generic\base\f32\group\base_f32.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   627
          <unit unitID="F32TEST_EKA2" name="base_f32test" bldFile="cedar\generic\BASE\F32TEST\GROUP" mrp="cedar\generic\base\f32test\group\base_f32test.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   628
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   629
        <component name="FAT Filename Conversion Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   630
	      <unit unitID="FATCHARSETCONV" name="syslibs_FATCharsetConv" bldFile="common\generic\syslibs\FATCharsetConv\GROUP" mrp="common\generic\syslibs\FATCharsetConv\group\syslibs_FATCharsetConv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   631
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   632
        <component name="File Systems">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   633
          <!-- No unit? -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   634
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   635
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   636
      <module name="User Side Hardware Abstraction" level="Kernel-interface">  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   637
        <component name="User HAL">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   638
          <unit unitID="HAL_EKA2" name="base_hal" bldFile="cedar\generic\BASE\HAL" mrp="cedar\generic\base\hal\base_hal.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   639
        </component>        
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   640
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   641
      <module name="Text Mode Shell" level="System-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   642
        <component name="Text Window Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   643
          <!-- No unit? -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   644
        </component>        
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   645
        <component name="Text Shell">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   646
          <!-- No unit? -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   647
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   648
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   649
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   650
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   651
    <layer name="OS Services" levels="hardware-interface plugin framework server application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   652
      <logicalset name="Generic OS Services" levels="Services Libraries">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   653
        <module name="Generic Services" level="Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   654
          <component name="Event Logger">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   655
            <unit unitID="LOGENGONGOING" name="syslibs_logeng" bldFile="common\generic\SYSLIBS\LOGENG\ONGOING\GROUP" mrp="common\generic\syslibs\logeng\ongoing\group\syslibs_logeng.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   656
          </component>        
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   657
          <component name="System Agent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   658
            <unit unitID="SYSAGENT2" name="syslibs_sysagent2" bldFile="common\generic\SYSLIBS\SYSAGENT2\GROUP" mrp="common\generic\syslibs\sysagent2\group\syslibs_sysagent2.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   659
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   660
          <component name="Task Scheduler">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   661
            <unit unitID="SCHSVR_ONGOING" name="syslibs_schsvr" bldFile="common\generic\SYSLIBS\SCHSVR\ongoing\GROUP" mrp="common\generic\syslibs\schsvr\ongoing\group\syslibs_schsvr.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   662
          </component>             
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   663
          <component name="File Logger">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   664
            <unit unitID="FLOGGER" name="comms-infras_flogger" bldFile="common\generic\COMMS-INFRAS\Flogger\GROUP" mrp="common\generic\comms-infras\flogger\group\comms-infras_flogger.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   665
            <unit unitID="COMMSDEBUGUTILITY" name="comms-infras_commsdebugutility" bldFile="common\generic\comms-infras\commsdebugutility\GROUP" mrp="common\generic\comms-infras\commsdebugutility\group\comms-infras_commsdebugutility.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   666
          </component>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   667
          <component name="Authentication Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   668
            <unit unitID="AUTHSERVER" name="security_authserver" contract="Symbian_Exclude" bldFile="common\generic\security\authserver\group" mrp="common\generic\security\authserver\group\security_authserver.mrp" filter="Future"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   669
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   670
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   671
        <module name="Generic Libraries" level="Libraries">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   672
          <component name="C Standard Library">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   673
            <unit unitID="STDLIB" name="syslibs_stdlib" bldFile="common\generic\SYSLIBS\STDLIB\GROUP" mrp="common\generic\syslibs\stdlib\group\syslibs_stdlib.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   674
          </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   675
          <component name="Crypto Token Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   676
            <unit unitID="CRYPTOTOKENS" name="security_cryptotokens" bldFile="common\generic\SECURITY\CRYPTOTOKENS\GROUP" mrp="common\generic\security\cryptotokens\group\security_cryptotokens.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   677
            <unit unitID="FILETOKENS" name="security_filetokens" bldFile="common\generic\security\filetokens\group" mrp="common\generic\security\filetokens\group\security_filetokens.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   678
          </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   679
          <component name="Certificate and Key Management">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   680
            <unit unitID="CERTMAN" name="security_certman" bldFile="common\generic\SECURITY\Certman\GROUP" mrp="common\generic\security\certman\group\security_certman.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   681
            <package name="rootcerts" mrp="common\generic\security\rootcerts\rootcerts.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   682
          </component>           
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   683
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   684
      </logicalset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   685
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   686
      <logicalset name="Comms Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   687
	  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   688
        <logicalsubset name="Comms Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   689
			<module name="Comms Process and Settings" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   690
			  <component name="Comms Root Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   691
				<unit unitID="ROOTSERVER" name="comms-infras_rootserver" bldFile="common\generic\comms-infras\rootserver\GROUP" mrp="common\generic\comms-infras\rootserver\group\comms-infras_rootserver.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   692
				<package name="comms-infras_rootserver-config" mrp="common\generic\comms-infras\rootserver\group\comms-infras_rootserver-config.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   693
			  </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   694
			</module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   695
			
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   696
			<module name="Comms Config. Utils" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   697
			  <component name="Comms Database">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   698
			  	<unit unitID="COMMDB_SHIM" name="Comms Database SHIM" bldFile="common\generic\COMMS-INFRAS\Commdb\GROUP" mrp="common\generic\comms-infras\commdb\group\comms-infras_commdbshim.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   699
				<unit unitID="COMMSDAT" name="comms-infras_commsdat" bldFile="common\generic\COMMS-INFRAS\Commsdat\GROUP" mrp="common\generic\comms-infras\commsdat\group\comms-infras_commsdat.mrp"/>            
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   700
			  </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   701
			</module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   702
			
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   703
			<module name="Data Comms Server" level="server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   704
			  <component name="C32 Serial Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   705
				<unit unitID="C32" name="ser-comms_c32" bldFile="common\generic\SER-COMMS\C32\GROUP" mrp="common\generic\ser-comms\c32\group\ser-comms_c32.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   706
				<unit unitID="C32-config" name="ser-comms_c32-config" bldFile="common\generic\ser-comms\c32\data" mrp="common\generic\ser-comms\c32\data\ser-comms_c32-config.mrp" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   707
			  </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   708
			  <component name="ESock Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   709
                <unit unitID="ESOCK" name="comms-infras_esock" bldFile="common\generic\COMMS-INFRAS\ESOCK\GROUP" mrp="common\generic\comms-infras\esock\group\comms-infras_esock.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   710
				<package name="comms-infras_esock-config" mrp="common\generic\comms-infras\esock\group\comms-infras_esock-config.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   711
              </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   712
			  <component name="Network Interface Manager">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   713
            	<unit unitID="NIFMAN" name="comms-infras_nifman" bldFile="common\generic\COMMS-INFRAS\NIFMAN\GROUP" mrp="common\generic\comms-infras\nifman\group\comms-infras_nifman.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   714
				<unit unitID="DIALOG" name="networking_dialog" bldFile="common\generic\NETWORKING\DIALOG\GROUP" mrp="common\generic\networking\dialog\group\networking_dialog.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   715
              	<unit unitID="DIALOG_DEFAULT" name="networking_dialog_default" bldFile="common\generic\networking\dialog\default" mrp="common\generic\networking\dialog\default\networking_dialog_default.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   716
			  </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   717
			  <component name="Network Controller">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   718
				<unit unitID="NETCON" name="networking_netcon" bldFile="common\generic\NETWORKING\NETCON\GROUP" mrp="common\generic\networking\netcon\group\networking_netcon.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   719
			  </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   720
			</module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   721
			
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   722
			<module name="Comms Framework Utilities" level="framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   723
			  <component name="Comms Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   724
 				<unit unitID="COMMSFW" name="comms-infras_commsfw" bldFile="common\generic\comms-infras\commsfw\GROUP" mrp="common\generic\comms-infras\commsfw\group\comms-infras_commsfw.mrp" priority="10"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   725
			  </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   726
			  <component name="Comms Elements">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   727
				<unit unitID="ELEMENTS" name="comms-infras_elements" bldFile="common\generic\COMMS-INFRAS\elements\group" mrp="common\generic\comms-infras\elements\group\comms-infras_elements.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   728
			  </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   729
			  <component name="MBuf Manager">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   730
				<unit unitID="MBUFMAN" name="comms-infras_mbufmgr" bldFile="common\generic\comms-infras\mbufmgr\GROUP" mrp="common\generic\comms-infras\mbufmgr\group\comms-infras_mbufmgr.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   731
			  </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   732
			</module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   733
			
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   734
			<module name="Baseband Abstraction" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   735
				<component name="Baseband Channel Adaptor">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   736
				  <unit unitID="BCA" name="networking_bca" bldFile="common\generic\NETWORKING\BasebandAdaptation\bca\group" mrp="common\generic\networking\BasebandAdaptation\bca\group\networking_bca.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   737
				</component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   738
			</module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   739
		</logicalsubset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   740
		
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   741
        <logicalsubset name="Telephony Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   742
          <module name="Telephony Utilities" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   743
            <component name="Dial">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   744
              <unit unitID="DIAL" name="telephony_dial" bldFile="common\generic\TELEPHONY\DIAL\GROUP" mrp="common\generic\telephony\dial\group\telephony_dial.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   745
            </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   746
            <component name="Phonebook Sync">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   747
              <unit unitID="PHBKSYNC" name="telephony_phbksync" bldFile="common\generic\TELEPHONY\phbksync\group" mrp="common\generic\telephony\phbksync\group\telephony_phbksync.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   748
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   749
            <component name="Telephony Watchers">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   750
              <unit unitID="TELEPHONY_WATCHERS" name="telephony_watchers" bldFile="common\generic\telephony\watchers\group" mrp="common\generic\telephony\Watchers\group\telephony_watchers.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   751
            </component>    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   752
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   753
          <module name="Telephony Server" level="server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   754
            <component name="ETel Server and Core">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   755
	      <!-- Not in 8.0 -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   756
              <unit unitID="ETEL" name="telephony_etel" bldFile="common\generic\TELEPHONY\ETEL\GROUP" mrp="common\generic\telephony\etel\group\telephony_etel.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   757
              <package name="telephony_etel-config" mrp="common\generic\telephony\etel\group\telephony_etel-config.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   758
            </component>      
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   759
            <component name="ETel 3rd Party API">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   760
              <unit unitID="ETEL3RDPARTY" name="telephony_etel3rdparty" bldFile="common\generic\TELEPHONY\ETel3rdParty\GROUP" mrp="common\generic\telephony\ETel3rdParty\Group\telephony_etel3rdparty.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   761
            </component>     
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   762
            <component name="Fax Client and Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   763
              <unit unitID="FAX" name="telephony_fax" bldFile="common\generic\TELEPHONY\FAX\GROUP" mrp="common\generic\telephony\FAX\Group\telephony_fax.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   764
            </component>           
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   765
            <component name="ETel Multimode">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   766
              <unit unitID="ETELMM" name="telephony_etelmm" bldFile="common\generic\TELEPHONY\ETELMM\GROUP" mrp="common\generic\telephony\etelmm\group\telephony_etelmm.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   767
            </component>           
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   768
            <component name="ETel Packet Data">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   769
	      <!-- Not in 8.0 -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   770
              <unit unitID="ETELPCKT" name="telephony_etelpckt" bldFile="common\generic\TELEPHONY\etelpckt\group" mrp="common\generic\telephony\etelpckt\group\telephony_etelpckt.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   771
            </component>           
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   772
            <component name="ETel SIM Toolkit">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   773
              <unit unitID="ETELSAT" name="telephony_etelsat" bldFile="common\generic\TELEPHONY\ETELSAT\GROUP" mrp="common\generic\telephony\etelsat\group\telephony_etelsat.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   774
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   775
            <component name="ETel CDMA">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   776
	      <!-- Not in 8.0 -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   777
              <unit unitID="ETELCDMA" name="telephony_etelcdma" bldFile="common\generic\telephony\etelcdma\group" mrp="common\generic\telephony\etelcdma\Group\telephony_etelcdma.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   778
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   779
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   780
          <module name="SMS Protocol Plugins" level="framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   781
            <component name="SMS PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   782
		    <unit unitID="SMSSTACK" name="nbprotocols_smsstack" contract="SMS_MTM"  bldFile="common\generic\NBPROTOCOLS\SMSSTACK\GROUP" mrp="common\generic\nbprotocols\smsstack\group\nbprotocols_smsstack.mrp" filter="9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   783
		    <unit unitID="SMSSTACKV2" name="nbprotocols_smsstackv2" contract="SMS_MTM"  bldFile="common\generic\NBPROTOCOLS\SMSSTACKV2\GROUP" mrp="common\generic\nbprotocols\smsstackv2\group\nbprotocols_smsstackv2.mrp" filter="!9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   784
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   785
            <component name="WAP PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   786
              <!-- built by SMSSTACK -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   787
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   788
            <component name="CDMA SMS Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   789
              <unit unitID="CDMASMSSTACK" name="nbprotocols_cdmasmsstack" bldFile="common\generic\NBPROTOCOLS\CDMASMSSTACK\GROUP" mrp="common\generic\nbprotocols\cdmasmsstack\group\nbprotocols_cdmasmsstack.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   790
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   791
            <component name="CDMA WAP PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   792
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   793
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   794
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   795
          <module name="SMS Utilities" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   796
            <component name="GSM Utilities">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   797
              <!-- built by SMSSTACK-->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   798
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   799
            <component name="SMS Utilities">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   800
              <!-- built by SMSSTACK -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   801
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   802
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   803
          <module name="Telephony Server Plugins" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   804
            <component name="MultiMode TSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   805
              <unit unitID="MMTSY" name="telephony_mmtsy" bldFile="common\generic\TELEPHONY\mmtsy\group" mrp="common\generic\telephony\mmtsy\group\telephony_mmtsy.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   806
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   807
            <component name="CDMA TSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   808
	      <!-- Not in 8.0 -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   809
              <unit unitID="CDMATSY" name="telephony_cdmatsy" bldFile="common\generic\TELEPHONY\cdmatsy\group" mrp="common\generic\telephony\cdmatsy\group\telephony_cdmatsy.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   810
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   811
            <component name="SIM TSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   812
              <unit unitID="SIMTSY" name="telephony_simtsy" bldFile="common\generic\TELEPHONY\simtsy\group" mrp="common\generic\telephony\simtsy\group\telephony_simtsy.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   813
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   814
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   815
	  <module name="Telephony Reference Platform" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   816
            <component name="TRP TSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   817
              <unit unitID="TRP" name="telephony_trp" bldFile="common\generic\telephony\trp\group" mrp="common\generic\telephony\trp\group\telephony_trp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   818
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   819
            <component name="TRP CSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   820
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   821
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   822
            <component name="Baseband Channel Adaptor for C32">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   823
              <unit unitID="C32BCA" name="networking_c32bca" bldFile="common\generic\NETWORKING\BasebandAdaptation\c32bca\group" mrp="common\generic\networking\BasebandAdaptation\c32bca\group\networking_c32bca.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   824
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   825
	  </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   826
        </logicalsubset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   827
        <logicalsubset name="Short Link Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   828
          <module name="USB Manager" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   829
            <component name="USB Manager">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   830
              <unit unitID="USB" name="ser-comms_usb" bldFile="common\generic\SER-COMMS\USB\GROUP" mrp="common\generic\ser-comms\usb\group\ser-comms_usb.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   831
              <package name="ser-comms_usb_test" mrp="common\generic\ser-comms\usb_test\group\ser-comms_usb_test.mrp" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   832
            </component>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   833
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   834
          <module name="Short Link" level="server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   835
            <component name="Bluetooth Protocol Client APIs">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   836
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   837
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   838
            <component name="Bluetooth Manager">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   839
              <unit unitID="BLUETOOTH_MANAGER" name="bluetooth_manager" bldFile="common\generic\bluetooth\latest\bluetooth\manager" mrp="common\generic\bluetooth\latest\bluetooth\manager\bluetooth_manager.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   840
              <unit unitID="BLUETOOTH_BTEXTNOTIFIERS" name="bluetooth_btextnotifiers" bldFile="common\generic\bluetooth\latest\bluetooth\BTExtNotifiers" mrp="common\generic\bluetooth\latest\bluetooth\BTExtNotifiers\bluetooth_btextnotifiers.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   841
              <unit unitID="BLUETOOTH_CONFIG" name="bluetooth_config" bldFile="common\generic\bluetooth\latest\bluetooth\config" mrp="common\generic\bluetooth\latest\bluetooth\config\bluetooth_config.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   842
              <unit unitID="BLUETOOTH_GAVDP" name="bluetooth_gavdp" bldFile="common\generic\bluetooth\latest\bluetooth\profiles\gavdp\group" mrp="common\generic\bluetooth\latest\bluetooth\profiles\gavdp\group\bluetooth_gavdp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   843
              <unit unitID="BLUETOOTH_ROM" name="bluetooth_rom" bldFile="common\generic\bluetooth\latest\bluetooth\rom" mrp="common\generic\bluetooth\latest\bluetooth\rom\bluetooth_rom.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   844
              <unit unitID="BLUETOOTH_USER" name="bluetooth_user" bldFile="common\generic\bluetooth\latest\bluetooth\user" mrp="common\generic\bluetooth\latest\bluetooth\user\bluetooth_user.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   845
              <package name="bluetooth_common" mrp="common\generic\bluetooth\latest\bluetooth\bluetooth_common.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   846
              <package name="bluetooth_documentation" mrp="common\generic\bluetooth\latest\documentation\bluetooth_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   847
              <package name="bluetooth_tests_examples" mrp="common\generic\bluetooth\latest\bluetooth\bluetooth_tests_examples.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   848
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   849
            <component name="HCI Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   850
              <unit unitID="HCI_V2_FRAMEWORK" name="bluetooth_hci_v2_framework" bldFile="common\generic\bluetooth\latest\bluetooth\hci_v2\framework\group" mrp="common\generic\bluetooth\latest\bluetooth\hci_v2\framework\group\bluetooth_hci_v2_framework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   851
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   852
            <component name="Bluetooth SDP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   853
              <unit unitID="BLUETOOTH_SDP" name="bluetooth_sdp" bldFile="common\generic\bluetooth\latest\bluetooth\sdp" mrp="common\generic\bluetooth\latest\bluetooth\sdp\bluetooth_sdp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   854
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   855
            <component name="Bluetooth Profiles">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   856
              <unit unitID="BLUETOOTH_AVRCP" name="bluetooth_avrcp" bldFile="common\generic\bluetooth\latest\bluetooth\profiles\avrcp" mrp="common\generic\bluetooth\latest\bluetooth\profiles\avrcp\bluetooth_avrcp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   857
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   858
            <component name="Remote Control Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   859
              <unit unitID="BLUETOOTH_REMOTECONTROL" name="bluetooth_remotecontrol" bldFile="common\generic\bluetooth\latest\bluetooth\remotecontrol\group" mrp="common\generic\bluetooth\latest\bluetooth\remotecontrol\group\bluetooth_remotecontrol.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   860
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   861
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   862
          <module name="OBEX" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   863
            <component name="OBEX Protocol">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   864
              <unit unitID="OBEX" name="obex" bldFile="common\generic\obex\group" mrp="common\generic\obex\group\obex.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   865
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   866
            <component name="OBEX Extension API">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   867
              <unit unitID="OBEX_EXTENSIONAPIS" name="obex_extensionapis" bldFile="common\generic\obex\obexextensionapis\group" mrp="common\generic\obex\obexextensionapis\group\obex_extensionapis.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   868
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   869
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   870
          <module name="Short Link Protocol Plugins" level="framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   871
            <component name="Bluetooth Stack PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   872
              <unit unitID="BLUETOOTH_STACK" name="bluetooth_stack" bldFile="common\generic\bluetooth\latest\bluetooth\stack" mrp="common\generic\bluetooth\latest\bluetooth\stack\bluetooth_stack.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   873
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   874
            <component name="Bluetooth HCI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   875
              <unit unitID="BLUETOOTH_HCI" name="bluetooth_hci" bldFile="common\generic\bluetooth\latest\bluetooth\hci" mrp="common\generic\bluetooth\latest\bluetooth\hci\bluetooth_hci.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   876
              <unit unitID="BLUETOOTH_HCIPROXY" name="bluetooth_hciproxy" bldFile="common\generic\bluetooth\latest\bluetooth\HCIProxy" mrp="common\generic\bluetooth\latest\bluetooth\HCIProxy\bluetooth_hciproxy.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   877
              <unit unitID="HCI_V2_IMPLEMENTATIONS" name="bluetooth_hci_v2_implementations" bldFile="common\generic\bluetooth\latest\bluetooth\hci_v2\implementations\group" mrp="common\generic\bluetooth\latest\bluetooth\hci_v2\implementations\group\bluetooth_hci_v2_implementations.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   878
            </component>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   879
            <component name="IrDA PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   880
              <unit unitID="IRDA" name="infra-red_irda" bldFile="common\generic\INFRA-RED\IRDA\GROUP" mrp="common\generic\infra-red\irda\group\infra-red_irda.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   881
              <unit unitID="INFRA-RED_CONFIG" name="infra-red_config" bldFile="common\generic\INFRA-RED\config" mrp="common\generic\infra-red\config\infra-red_config.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   882
              <package name="infra-red_documentation" mrp="common\generic\infra-red\documentation\infra-red_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   883
              <package name="infra-red_irda_test" mrp="common\generic\infra-red\irda_test\group\infra-red_irda_test.mrp" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   884
            </component>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   885
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   886
          <module name="Serial Comms Server Plugins" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   887
            <component name="Serial Port CSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   888
              <!-- built by C32 -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   889
            </component>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   890
            <component name="USB CSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   891
              <!-- built by USB -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   892
            </component>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   893
            <component name="Bluetooth CSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   894
              <unit unitID="BLUETOOTH_BTCOMM" name="bluetooth_btcomm" bldFile="common\generic\bluetooth\latest\bluetooth\btcomm" mrp="common\generic\bluetooth\latest\bluetooth\btcomm\bluetooth_btcomm.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   895
            </component>  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   896
            <component name="IrDA CSY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   897
              <!-- built by IRDA -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   898
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   899
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   900
        </logicalsubset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   901
        <logicalsubset name="Networking Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   902
          <module name="TCP/IP Security" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   903
            <component name="TLS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   904
              <unit unitID="TLS" name="networking_tls" bldFile="common\generic\networking\tls\group" mrp="common\generic\networking\tls\group\networking_tls.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   905
              <unit unitID="TLSPROVIDER" name="security_tlsprovider" bldFile="common\generic\security\tlsprovider\group" mrp="common\generic\security\tlsprovider\group\security_tlsprovider.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   906
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   907
            <component name="IPSec">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   908
              <unit unitID="IPSECV2" name="networking_ipsec" contract="IPSec_Protocol_Stack"  bldFile="common\generic\NETWORKING\ipsec\group" mrp="common\generic\networking\ipsec\group\networking_ipsec.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   909
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   910
            <component name="VPN">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   911
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   912
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   913
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   914
          <module name="TCP/IP Utilities" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   915
            <component name="DND">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   916
              <unit unitID="DND" name="networking_dnd" contract="TCPIP_v4-v6_PRT"  bldFile="common\generic\NETWORKING\dnd\group" mrp="common\generic\networking\dnd\group\networking_dnd.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   917
              <package name="networking_dnd-config" contract="TCPIP_v4-v6_PRT"  mrp="common\generic\networking\dnd\group\networking_dnd-config.mrp" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   918
            </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   919
            <component name="DHCP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   920
              <unit unitID="DHCP" name="networking_dhcp" bldFile="common\generic\NETWORKING\dhcp\group" mrp="common\generic\networking\dhcp\group\networking_dhcp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   921
            </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   922
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   923
          <module name="ESock API Extensions" level="server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   924
            <component name="Internet Sockets">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   925
              <unit unitID="INSOCK" name="networking_insock" contract="TCPIP_v4-v6_PRT"  bldFile="common\generic\NETWORKING\insock\group" mrp="common\generic\networking\insock\group\networking_insock.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   926
              <unit unitID="NETWORKING_GENERAL" name="networking_general" bldFile="common\generic\networking\General\group" mrp="common\generic\networking\General\group\networking_general.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   927
              <package name="networking_inetutil" mrp="common\generic\networking\inetutil\group\networking_inetutil.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   928
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   929
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   930
          <module name="Network Protocol Plugins" level="framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   931
            <component name="IP Event Notifier">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   932
              <unit unitID="IPEVENTNOTIFIER" name="networking_ipeventnotifier" bldFile="common\generic\networking\ipeventnotifier\group" mrp="common\generic\networking\ipeventnotifier\group\networking_ipeventnotifier.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   933
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   934
          	<component name="TCP/IPv4/v6 PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   935
              <unit unitID="TCPIP6" name="networking_tcpip6" contract="TCPIP_v4-v6_PRT"  bldFile="common\generic\NETWORKING\TCPIP6\GROUP" mrp="common\generic\networking\tcpip6\group\networking_tcpip6.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   936
              <package name="networking_tcpip6-config" contract="TCPIP_v4-v6_PRT"  mrp="common\generic\networking\tcpip6\group\networking_tcpip6-config.mrp" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   937
              <package name="networking_6to4" contract="TCPIP_v4-v6_PRT"  mrp="common\generic\networking\6to4\group\networking_6to4.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   938
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   939
            <component name="IP Hook Examples">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   940
              <unit unitID="NETWORKING_EXAMPLECODE" name="IP Hook Examples" bldFile="common\generic\NETWORKING\examplecode\GROUP" mrp="common\generic\networking\examplecode\group\networking_examplecode.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   941
              <package name="networking_ipadm" contract="TCPIP_v4-v6_PRT"  mrp="common\generic\networking\ipadm\group\networking_ipadm.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   942
              <package name="networking_iprotor" contract="TCPIP_v4-v6_PRT"  mrp="common\generic\networking\iprotor\group\networking_iprotor.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   943
              <package name="networking_nslookup" contract="TCPIP_v4-v6_PRT"  mrp="common\generic\networking\nslookup\group\networking_nslookup.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   944
              <package name="networking_probe" contract="TCPIP_v4-v6_PRT"  mrp="common\generic\networking\probe\group\networking_probe.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   945
              <package name="networking_unittest" mrp="common\generic\networking\unittest\group\networking_unittest.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   946
            </component>            
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   947
            <component name="IP Hook">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   948
              <unit unitID="INHOOK6" name="networking_inhook6" contract="TCPIP_v4-v6_PRT"  bldFile="common\generic\NETWORKING\inhook6\group" mrp="common\generic\networking\inhook6\group\networking_inhook6.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   949
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   950
            <component name="QoS Framework PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   951
              <unit unitID="QOS" name="networking_qos" contract="IPv6_QOS"  bldFile="common\generic\NETWORKING\QOS\GROUP" mrp="common\generic\networking\qos\group\networking_qos.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   952
              <package name="networking_qos-config" contract="IPv6_QOS"  mrp="common\generic\networking\qos\group\networking_qos-config.mrp" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   953
              <unit unitID="QOSLIB" name="networking_qoslib" contract="IPv6_QOS"  bldFile="common\generic\NETWORKING\QOSLIB\GROUP" mrp="common\generic\networking\qoslib\group\networking_qoslib.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   954
              <unit unitID="PFQOSLIB" name="networking_pfqoslib" contract="IPv6_QOS"  bldFile="common\generic\NETWORKING\PFQOSLIB\GROUP" mrp="common\generic\networking\pfqoslib\group\networking_pfqoslib.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   955
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   956
            <component name="Core IPSec PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   957
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   958
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   959
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   960
          <module name="Networking Plugins" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   961
            <component name="Connection Provider Plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   962
                <unit unitID="IPCPR" name="networking_ipcpr" bldFile="common\generic\NETWORKING\ConnProv\IPCPR\GROUP" mrp="common\generic\networking\ConnProv\ipcpr\group\networking_ipcpr.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   963
                <unit unitID="SHIMCPR" name="networking_shimcpr" bldFile="common\generic\NETWORKING\ConnProv\shimcpr\GROUP" mrp="common\generic\networking\ConnProv\shimcpr\group\networking_shimcpr.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   964
                <unit unitID="IPSCPR" name="networking_ipscpr" bldFile="common\generic\NETWORKING\SubConnProv\ipscpr\GROUP" mrp="common\generic\networking\SubConnProv\ipscpr\group\networking_ipscpr.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   965
                <unit unitID="REFERENCECPR" name="networking_ReferenceCPR" bldFile="common\generic\NETWORKING\ConnProv\referencecpr\GROUP" mrp="common\generic\networking\ConnProv\referencecpr\group\networking_ReferenceCPR.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   966
                <unit unitID="REFERENCESCPR" name="networking_ReferenceSCPR" bldFile="common\generic\NETWORKING\SubConnProv\referencescpr\GROUP" mrp="common\generic\networking\SubConnProv\referencescpr\group\networking_ReferenceSCPR.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   967
                <unit unitID="QOS3GPP" name="networking_Qos3GPP" bldFile="common\generic\NETWORKING\SubConnProv\Qos3GPP\GROUP" mrp="common\generic\networking\SubConnProv\Qos3GPP\group\networking_Qos3GPP.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   968
                <unit unitID="UMTSGPRSSCPR" name="networking_UmtsGprsSCPR" bldFile="common\generic\NETWORKING\SubConnProv\UmtsGprsSCPR\GROUP" mrp="common\generic\networking\SubConnProv\UmtsGprsSCPR\group\networking_UmtsGprsSCPR.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   969
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   970
            <component name="CSD AGT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   971
              <unit unitID="CSDAGT" name="networking_csdagt" bldFile="common\generic\NETWORKING\CSDAGT\GROUP" mrp="common\generic\networking\csdagt\group\networking_csdagt.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   972
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   973
            <component name="PSD AGT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   974
              <unit unitID="PSDAGT" name="networking_psdagt" bldFile="common\generic\NETWORKING\PSDAGT\GROUP" mrp="common\generic\networking\psdagt\group\networking_psdagt.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   975
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   976
            <component name="NULL AGT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   977
              <unit unitID="NULLAGT" name="networking_nullagt" bldFile="common\generic\NETWORKING\NULLAGT\GROUP" mrp="common\generic\networking\nullagt\group\networking_nullagt.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   978
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   979
            <component name="GPRS/UMTS QOS PRT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   980
              <unit unitID="GUQOS" name="networking_guqos" contract="IPv6_QOS"  bldFile="common\generic\NETWORKING\GUQOS\GROUP" mrp="common\generic\networking\guqos\group\networking_guqos.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   981
              <unit unitID="UMTSIF" name="networking_umtsif" contract="TCPIP_v4-v6_PRT"  bldFile="common\generic\NETWORKING\UMTSIF\GROUP" mrp="common\generic\networking\umtsif\group\networking_umtsif.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   982
              <unit unitID="QOSEXTNAPI" name="networking_qosextnapi" contract="IPv6_QOS" bldFile="common\generic\networking\qosextnapi\group" mrp="common\generic\networking\qosextnapi\group\networking_qosextnapi.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   983
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   984
            <component name="Secondary PDP context UMTS Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   985
              <unit unitID="SPUD" name="networking_spud" bldFile="common\generic\NETWORKING\SPUD\GROUP" mrp="common\generic\networking\spud\group\networking_spud.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   986
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   987
            <component name="Bluetooth PAN Profile">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   988
              <unit unitID="BLUETOOTH_PAN" name="bluetooth_pan" bldFile="common\generic\bluetooth\latest\bluetooth\profiles\pan\group" mrp="common\generic\bluetooth\latest\bluetooth\profiles\pan\group\bluetooth_pan.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   989
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   990
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   991
          <module name="Link Layer Control" level="hardware-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   992
            <component name="Ethernet NIF">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   993
              <unit unitID="ETHER802" name="networking_ether802" bldFile="common\generic\NETWORKING\ETHER802\GROUP" mrp="common\generic\networking\ether802\group\networking_ether802.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   994
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   995
            <component name="Ethernet Packet Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   996
              <!-- built by ETHER802-->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   997
              <package name="networking_etherdrv_srconly" mrp="common\generic\networking\etherdrv\group\networking_etherdrv_srconly.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   998
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
   999
            <component name="Ethernet Over IR Packet Driver">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1000
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1001
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1002
            <component name="PPP NIF">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1003
              <unit unitID="PPP" name="networking_ppp" contract="TCPIP_v4-v6_PRT"  bldFile="common\generic\NETWORKING\PPP\GROUP" mrp="common\generic\networking\ppp\group\networking_ppp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1004
              <package name="networking_ppp-config" mrp="common\generic\networking\ppp\group\networking_ppp-config.mrp" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1005
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1006
            <component name="PPP Compression Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1007
              <unit unitID="PREDCOMP" name="networking_predcomp" bldFile="common\generic\NETWORKING\PREDCOMP\GROUP" mrp="common\generic\networking\predcomp\group\networking_predcomp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1008
              <unit unitID="MSCOMP" name="networking_mscomp" contract="MPPC_LZS_Compression_Libraries"  bldFile="common\generic\NETWORKING\MSComp\GROUP" mrp="common\generic\networking\mscomp\group\networking_mscomp.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1009
              <unit unitID="STACCOMP" name="networking_staccomp" contract="MPPC_LZS_Compression_Libraries"  bldFile="common\generic\NETWORKING\STACCOMP\GROUP" mrp="common\generic\networking\staccomp\group\networking_staccomp.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1010
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1011
            <component name="SLIP NIF">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1012
              <unit unitID="SLIP" name="networking_slip" bldFile="common\generic\NETWORKING\SLIP\GROUP" mrp="common\generic\networking\slip\group\networking_slip.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1013
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1014
            <component name="Tunnel NIF">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1015
              <unit unitID="TUNNELNIF" name="networking_tunnelnif" contract="TCPIP_v4-v6_PRT"  bldFile="common\generic\NETWORKING\tunnelnif\group" mrp="common\generic\networking\tunnelnif\group\networking_tunnelnif.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1016
            </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1017
            <component name="Packet Logger">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1018
              <unit unitID="PACKETLOGGER" name="networking_packetlogger" bldFile="common\generic\NETWORKING\packetlogger\group" mrp="common\generic\networking\packetlogger\group\networking_packetlogger.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1019
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1020
            <component name="Raw IP NIF">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1021
              <unit unitID="RAWIPNIF" name="networking_rawipnif" bldFile="common\generic\NETWORKING\rawipnif\group" mrp="common\generic\networking\rawipnif\group\networking_rawipnif.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1022
      	    </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1023
	    <component name="Wireless LAN">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1024
     	      <unit unitID="WIFI_802_11" name="networking_802.11" bldFile="common\generic\networking\802.11\group" mrp="common\generic\networking\802.11\group\networking_802.11.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1025
	    </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1026
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1027
          <module name="WAP Stack" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1028
            <component name="WAP Message API">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1029
              <unit unitID="WAPMESSAGE" name="wap-stack_wapmessage" bldFile="common\generic\WAP-STACK\WAPMESSAGE\GROUP" mrp="common\generic\wap-stack\wapmessage\group\wap-stack_wapmessage.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1030
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1031
            <component name="WAP Short Stack">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1032
              <unit unitID="WAPSTACK" name="WAP Stack Wrapper" contract="Symbian_Affiliate"  bldFile="common\generic\WAP-STACK\WAPSTACK\GROUP" mrp="common\generic\wap-stack\wapstack\group\wap-stack_wapstack.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1033
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1034
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1035
	  <module name="Subconnection Interface" level="server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1036
            <component name="Subconnection Parameters">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1037
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1038
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1039
          </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1040
        </logicalsubset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1041
      </logicalset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1042
      <logicalset name="Multimedia and Graphics Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1043
        <module name="Multimedia" level="application-interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1044
          <component name="Multimedia Device Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1045
	    <unit unitID="MDF" name="multimedia_mdf" bldFile="common\generic\multimedia\mdf\group" mrp="common\generic\multimedia\mdf\group\multimedia_mdf.mrp" filter="!9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1046
            <package name="multimedia_unittest_mdf_source" mrp="common\generic\multimedia\unittest\mdf\group\multimedia_unittest_mdf_source.mrp" filter="!9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1047
            <unit unitID="OPENMAX" name="multimedia_openmax" bldFile="common\generic\multimedia\openmax\group" mrp="common\generic\multimedia\openmax\group\multimedia_openmax.mrp" filter="!9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1048
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1049
          <component name="Multimedia Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1050
            <unit unitID="MMF" name="multimedia_mmf" bldFile="common\generic\MULTIMEDIA\MMF\GROUP" mrp="common\generic\Multimedia\MMF\group\multimedia_mmf.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1051
            <package name="multimedia_documentation" mrp="common\generic\multimedia\documentation\multimedia_documentation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1052
            <package name="multimedia_unittest_mmf_source" mrp="common\generic\multimedia\unittest\mmf\group\multimedia_unittest_mmf_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1053
            <package name="multimedia_inttest_mmf_source" mrp="common\generic\multimedia\inttest\mmf\group\multimedia_inttest_mmf_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1054
            <unit unitID="COMMON" name="multimedia_common" bldFile="common\generic\MULTIMEDIA\MMCOMMON\GROUP" mrp="common\generic\Multimedia\MMCOMMON\group\multimedia_common.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1055
            <package name="multimedia_testframework_source" mrp="common\generic\multimedia\testframework\group\multimedia_testframework_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1056
            <package name="multimedia_testtools_source" mrp="common\generic\multimedia\testtools\group\multimedia_testtools_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1057
            <package name="multimedia_unittest_testframework_source" mrp="common\generic\multimedia\unittest\testframework\group\multimedia_unittest_testframework_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1058
            <package name="multimediatestagent_source" mrp="common\generic\multimedia\inttest\drm\testagent\group\multimediatestagent_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1059
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1060
          <component name="Image Conversion Library">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1061
            <unit unitID="ICL" name="multimedia_icl" bldFile="common\generic\MULTIMEDIA\ICL\GROUP" mrp="common\generic\Multimedia\ICL\group\multimedia_icl.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1062
            <package name="multimedia_unittest_icl_source" mrp="common\generic\multimedia\unittest\icl\group\multimedia_unittest_icl_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1063
            <package name="multimedia_inttest_icl_source" mrp="common\generic\multimedia\inttest\icl\group\multimedia_inttest_icl_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1064
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1065
          <component name="Camera">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1066
            <unit unitID="ECAM" name="multimedia_ecam" bldFile="common\generic\MULTIMEDIA\ECAM\GROUP" mrp="common\generic\Multimedia\ECam\Group\multimedia_ecam.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1067
            <package name="multimedia_unittest_ecam_source" mrp="common\generic\Multimedia\unittest\ECam\group\multimedia_unittest_ecam_source.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1068
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1069
          <component name="Broadcast Tuner">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1070
	    <unit unitID="TUNER" name="multimedia_tuner" bldFile="common\generic\MULTIMEDIA\tuner\GROUP" mrp="common\generic\Multimedia\tuner\Group\multimedia_tuner.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1071
  	    <package name="Tuner_Unittest_Source" mrp="common\generic\Multimedia\unittest\Tuner\group\multimedia_unittest_tuner_source.mrp" />        
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1072
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1073
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1074
        <module name="Windowing Framework" level="server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1075
          <component name="Window Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1076
            <unit unitID="WSERV8.1" name="graphics_wserv" bldFile="common\generic\GRAPHICS\Wserv\group" mrp="common\generic\graphics\wserv\group\graphics_wserv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1077
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1078
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1079
        <module name="OpenGL ES" level="server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1080
          <component name="OpenGL ES Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1081
            <unit unitID="OPENGLESDISPLAYPROPERTY" name="graphics_openglesdisplayproperty" bldFile="common\generic\graphics\OpenGLESDisplayProperty\group" mrp="common\generic\graphics\OpenGLESDisplayProperty\group\graphics_openglesdisplayproperty.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1082
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1083
          <component name="OpenGL ES">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1084
            <unit unitID="OPENGLSHEADERS" name="graphics_openglesheaders" bldFile="common\generic\graphics\OpenGLESHeaders\group" mrp="common\generic\graphics\OpenGLESHeaders\group\graphics_openglesheaders.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1085
            <unit unitID="OPENGLES9.X" name="graphics_opengles" contract="OPENGL"  bldFile="common\generic\graphics\OpenGLES\group\" mrp="common\generic\graphics\OpenGLES\group\graphics_opengles.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1086
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1087
       	  <component name="Graphics Surfaces">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1088
            <unit unitID="GRAPHICSSURFACES" name="graphics_graphicssurfaces" contract="Symbian_Exclude" bldFile="common\generic\graphics\graphicssurfaces\group" mrp="common\generic\graphics\graphicssurfaces\group\graphics_graphicssurfaces.mrp" filter="Future"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1089
          </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1090
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1091
        <module name="Graphics and Printing Services" level="framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1092
          <component name="Bit GDI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1093
            <unit unitID="BITGDI" name="graphics_bitgdi" bldFile="common\generic\GRAPHICS\Bitgdi\GROUP" mrp="common\generic\graphics\bitgdi\group\graphics_bitgdi.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1094
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1095
          <component name="Text Shaper Plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1096
            <unit unitID="ICULAYOUTENGINE" name="graphics_iculayoutengine" bldFile="common\generic\GRAPHICS\iculayoutengine\GROUP" mrp="common\generic\graphics\iculayoutengine\group\graphics_iculayoutengine.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1097
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1098
          <component name="Font and Bitmap Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1099
            <unit unitID="FBSERV" name="graphics_fbserv" bldFile="common\generic\GRAPHICS\Fbserv\GROUP" mrp="common\generic\graphics\fbserv\group\graphics_fbserv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1100
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1101
          <component name="Font Store">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1102
            <unit unitID="FNTSTORE" name="graphics_fntstore" bldFile="common\generic\GRAPHICS\Fntstore\GROUP" mrp="common\generic\graphics\fntstore\group\graphics_fntstore.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1103
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1104
          <component name="FreeType Font Rasteriser">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1105
            <unit unitID="FREETYPE" name="graphics_freetype" bldFile="common\generic\GRAPHICS\Freetype\GROUP" mrp="common\generic\graphics\freetype\group\graphics_freetype.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1106
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1107
          <component name="Reference Fonts">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1108
            <unit unitID="FONTS" name="graphics_fonts" bldFile="common\generic\GRAPHICS\Fonts\GROUP" mrp="common\generic\graphics\fonts\group\graphics_fonts.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1109
          </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1110
          <component name="Printer Driver Support">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1111
            <unit unitID="PDRSTORE" name="graphics_pdrstore" bldFile="common\generic\GRAPHICS\PDRSTORE\GROUP" mrp="common\generic\graphics\pdrstore\group\graphics_pdrstore.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1112
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1113
          <component name="Printer Drivers">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1114
            <unit unitID="PRINTDRV" name="graphics_printdrv" bldFile="common\generic\GRAPHICS\PRINTDRV\GROUP" mrp="common\generic\graphics\printdrv\group\graphics_printdrv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1115
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1116
          <component name="UI Bench">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1117
	    <unit unitID="UI_BENCH" name="graphics_ui_bench" bldFile="common\generic\graphics\ui_bench\group" mrp="common\generic\graphics\ui_bench\group\graphics_ui_bench.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1118
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1119
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1120
        <module name="Graphics Device Interface" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1121
          <component name="GDI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1122
            <unit unitID="GDI" name="graphics_gdi" bldFile="common\generic\GRAPHICS\GDI\GROUP" mrp="common\generic\graphics\gdi\group\graphics_gdi.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1123
            <package name="graphics_testharness" mrp="common\generic\graphics\testharness\group\graphics_testharness.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1124
          </component>          
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1125
          <component name="Colour Palette">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1126
            <unit unitID="PALETTE" name="graphics_palette" bldFile="common\generic\GRAPHICS\palette\group" mrp="common\generic\graphics\palette\group\graphics_palette.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1127
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1128
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1129
        <module name="OpenVG" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1130
          <component name="OpenVG API">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1131
            <unit unitID="OPENVGHEADERS" name="graphics_openvgheaders" contract="Symbian_Exclude" bldFile="common\generic\graphics\openvgheaders\group" mrp="common\generic\graphics\openvgheaders\group\graphics_openvgheaders.mrp" filter="Future"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1132
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1133
          <component name="OpenVG Implementation">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1134
            <unit unitID="OPENVG" name="graphics_openvg" bldFile="common\generic\graphics\OpenVG\group\" contract="Symbian_Exclude" mrp="common\generic\graphics\OpenVG\group\graphics_openvg.mrp" filter="Future"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1135
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1136
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1137
        <module name="EGL" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1138
          <component name="EGL API">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1139
            <unit unitID="EGLVGHEADERS" name="graphics_eglheaders" contract="Symbian_Exclude" bldFile="common\generic\graphics\eglheaders\group" mrp="common\generic\graphics\eglheaders\group\graphics_eglheaders.mrp" filter="Future"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1140
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1141
          <component name="EGL Implementation">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1142
            <unit unitID="EGL" name="graphics_egl" contract="Symbian_Exclude" bldFile="common\generic\graphics\egl\group\" mrp="common\generic\graphics\egl\group\graphics_egl.mrp" filter="Future"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1143
          </component>   
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1144
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1145
      </logicalset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1146
      <logicalset name="Connectivity Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1147
        <module name="Service Providers" level="server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1148
          <component name="PLP Variant">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1149
            <unit unitID="PLPVARIANT" name="connectivity_legacy_plp_plpvariant" bldFile="common\generic\connectivity\legacy\plp\PLPVARIANT" mrp="common\generic\connectivity\legacy\PLP\PLPVARIANT\connectivity_legacy_plp_plpvariant.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1150
            <unit unitID="PLP" name="connectivity_legacy_plp_plpgrp" bldFile="common\generic\connectivity\legacy\plp\PLPGRP" mrp="common\generic\connectivity\legacy\PLP\plpgrp\connectivity_legacy_plp_plpgrp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1151
            <unit unitID="BRDCST" name="connectivity_legacy_brdcst" bldFile="common\generic\connectivity\legacy\BRDCST\GROUP" mrp="common\generic\connectivity\legacy\brdcst\group\connectivity_legacy_brdcst.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1152
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1153
          <component name="Remote File Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1154
            <unit unitID="CONNECTIVITY" name="connectivity" bldFile="common\generic\CONNECTIVITY\GROUP" mrp="common\generic\connectivity\group\connectivity.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1155
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1156
          <component name="Software Install Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1157
            <!-- Provided by CONNECTIVITY -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1158
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1159
	      <component name="Secure Backup Engine">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1160
            <unit unitID="SECUREBACKUPENGINE" name="connectivity_securebackupengine" bldFile="common\generic\connectivity\SecureBackupEngine\group" mrp="common\generic\connectivity\SecureBackupEngine\group\connectivity_securebackupengine.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1161
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1162
          <component name="Secure Backup Socket Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1163
            <!-- No unit -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1164
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1165
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1166
        <module name="Service Framework" level="framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1167
          <component name="Service Broker">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1168
            <!-- No unit -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1169
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1170
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1171
        <module name="Connectivity PC Side" level="framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1172
          <component name="ConnectQI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1173
            <package name="connectqisdk_mr3" contract="MRouterSDK"  mrp="common\connectqi\release\connectqisdk_mr3\connectqisdk_mr3.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1174
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1175
          <component name="ConnectQI SDK">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1176
            <package name="connectqisdk_public" mrp="common\connectqi\release\connectqisdk_public\connectqisdk_public.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1177
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1178
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1179
        <module name="Device Connection" level="plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1180
          <component name="M-Router">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1181
            <unit unitID="MROUTERSECURE" name="mRouterSecure" contract="MRouter"  bldFile="common\generic\connectivity\mRouterSecure\group" mrp="common\generic\connectivity\mRouterSecure\group\mRouterSecure.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1182
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1183
          <component name="Bearer Abstraction Layer">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1184
            <unit unitID="MROUTER-PLUGIN" name="mRouter-plugin" bldFile="common\generic\connectivity\BAL\Plugins\mRouter3\group" mrp="common\generic\connectivity\BAL\plugins\mRouter3\group\mrouter3-plugin.mrp" filter="gt"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1185
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1186
          <component name="Server Socket">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1187
            <!-- No unit -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1188
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1189
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1190
      </logicalset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1191
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1192
    <layer name="Application Services" levels="generic specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1193
      <module name="PIM App Services" level="specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1194
        <component name="Calendar">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1195
          <unit unitID="CALINTERIMAPI" name="app-engines_calinterimapi" bldFile="common\generic\app-engines\calinterimapi\group" mrp="common\generic\app-engines\calinterimapi\group\app-engines_calinterimapi.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1196
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1197
        <component name="Agenda Model">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1198
          <unit unitID="AGNMODEL" name="app-engines_agnmodel" bldFile="common\generic\APP-ENGINES\AGNMODEL\GROUP" mrp="common\generic\app-engines\agnmodel\group\app-engines_agnmodel.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1199
          <unit unitID="AGNMODELTEST" name="app-engines_testagendasrv" bldFile="common\generic\app-engines\test_engineering\AgendaServer\TestAgendaSrv" mrp="common\generic\app-engines\test_engineering\AgendaServer\TestAgendaSrv\app-engines_testagendasrv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1200
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1201
        <component name="Agenda Versit Plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1202
          <unit unitID="AGNVERSIT" name="app-engines_agnversit" bldFile="common\generic\APP-ENGINES\AgnVersit\GROUP" mrp="common\generic\app-engines\agnversit\group\app-engines_agnversit.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1203
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1204
        <component name="Contacts Model">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1205
          <unit unitID="CNTMODEL" name="app-engines_cntmodel" bldFile="common\generic\APP-ENGINES\CNTMODEL\GROUP" mrp="common\generic\app-engines\cntmodel\group\app-engines_cntmodel.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1206
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1207
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1208
      <module name="PIM App Support" level="generic">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1209
        <component name="vCard and vCal">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1210
          <unit unitID="VERSIT" name="app-services_versit" bldFile="common\generic\APP-SERVICES\VERSIT\GROUP" mrp="common\generic\app-services\versit\group\app-services_versit.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1211
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1212
        <component name="Alarm Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1213
          <unit unitID="ALARMSERVER" name="app-services_alarmserver" bldFile="common\generic\APP-SERVICES\AlarmServer\GROUP" mrp="common\generic\app-services\alarmserver\Group\app-services_alarmserver.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1214
          <unit unitID="ALARMSERVERTEST" name="app-services_testalarmsrv" bldFile="common\generic\app-services\test_engineering\AlarmServer\TestAlarmSrv" mrp="common\generic\app-services\test_engineering\AlarmServer\TestAlarmSrv\app-services_testalarmsrv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1215
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1216
        <component name="Chinese Calendar Converter">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1217
          <unit unitID="CALCON" name="app-services_calcon" bldFile="common\generic\APP-SERVICES\Calcon\GROUP" mrp="common\generic\app-services\calcon\group\app-services_calcon.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1218
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1219
        <component name="File Converter Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1220
          <unit unitID="CHTMLTOCRTCONVERTER" name="app-services_chtmltocrtconv" bldFile="common\generic\APP-SERVICES\CHTMLTOCRTCONV\GROUP" mrp="common\generic\app-services\chtmltocrtconv\group\app-services_chtmltocrtconv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1221
          <unit unitID="CONVERT" name="app-engines_convert" bldFile="common\generic\APP-ENGINES\CONVERT\GROUP" mrp="common\generic\app-engines\convert\group\app-engines_convert.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1222
          <unit unitID="RICHTEXTTOHTMLCONV" name="app-services_richtexttohtmlconv" bldFile="common\generic\APP-SERVICES\RICHTEXTTOHTMLCONV\GROUP" mrp="common\generic\app-services\richtexttohtmlconv\Group\app-services_richtexttohtmlconv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1223
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1224
        <component name="Backup Restore Notification">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1225
          <unit unitID="BACKUPRESTORENOTIFICATION" name="app-services_BackupRestoreNotification" bldFile="common\generic\APP-SERVICES\BACKUPRESTORENOTIFICATION\GROUP" mrp="common\generic\app-services\backuprestorenotification\Group\app-services_backuprestorenotification.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1226
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1227
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1228
      <module name="Text Rendering" level="generic">      
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1229
        <component name="Text Handling">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1230
          <unit unitID="ETEXT" name="app-framework_etext" bldFile="common\generic\APP-FRAMEWORK\ETEXT\GROUP" mrp="common\generic\app-framework\etext\group\app-framework_etext.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1231
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1232
        <component name="Text Formatting">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1233
          <unit unitID="FORM" name="app-framework_form" bldFile="common\generic\APP-FRAMEWORK\FORM\GROUP" mrp="common\generic\app-framework\form\group\app-framework_form.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1234
        </component>              
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1235
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1236
      <module name="Office App Engines" level="specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1237
        <component name="Data Engine">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1238
          <unit unitID="DAMODEL" name="app-engines_damodel" bldFile="common\generic\APP-ENGINES\DAMODEL\GROUP" mrp="common\generic\app-engines\damodel\group\app-engines_damodel.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1239
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1240
        <component name="Sheet Engine">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1241
          <unit unitID="SHENG" name="app-engines_sheng" bldFile="common\generic\APP-ENGINES\SHENG\GROUP" mrp="common\generic\app-engines\sheng\group\app-engines_sheng.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1242
          <package name="app-engines_chart" mrp="common\generic\app-engines\chart\group\app-engines_chart.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1243
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1244
        <component name="Word Engine">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1245
          <unit unitID="WPENG" name="app-engines_wpeng" bldFile="common\generic\APP-ENGINES\WPENG\GROUP" mrp="common\generic\app-engines\wpeng\group\app-engines_wpeng.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1246
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1247
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1248
      <module name="Other App Services" level="specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1249
        <component name="Help">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1250
          <unit unitID="HLPMODEL" name="app-services_hlpmodel" bldFile="common\generic\APP-SERVICES\HLPMODEL\GROUP" mrp="common\generic\app-services\hlpmodel\group\app-services_hlpmodel.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1251
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1252
        <component name="World Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1253
          <unit unitID="WORLDSERVER" name="app-services_worldserver" bldFile="common\generic\APP-SERVICES\WorldServer\GROUP" mrp="common\generic\app-services\worldserver\group\app-services_worldserver.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1254
          <unit unitID="WORLDSERVERTEST" name="app-services_testworldsrv" bldFile="common\generic\app-services\test_engineering\WorldServer\TestWorldSrv" mrp="common\generic\app-services\test_engineering\WorldServer\TestWorldSrv\app-services_testworldsrv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1255
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1256
        <component name="Timezone">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1257
          <unit unitID="TZ" name="app-services_tz" bldFile="common\generic\APP-SERVICES\tz\GROUP" mrp="common\generic\app-services\tz\group\app-services_tz.mrp"/> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1258
          <unit unitID="TIMEZONELOCALIZATION" name="app-services_timezonelocalization" bldFile="common\generic\APP-SERVICES\TimeZoneLocalization\GROUP" mrp="common\generic\app-services\TimeZoneLocalization\group\app-services_timezonelocalization.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1259
          <unit unitID="TZLOCALIZATIONRSCFACTORY" name="app-services_tzlocalizationrscfactory" bldFile="common\generic\APP-SERVICES\TzLocalizationRscFactory\GROUP" mrp="common\generic\app-services\TzLocalizationRscFactory\group\app-services_tzlocalizationrscfactory.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1260
          <unit unitID="TZCOMPILER" name="app-services_tzcompiler" bldFile="common\generic\APP-SERVICES\tzcompiler\GROUP" mrp="common\generic\app-services\tzcompiler\group\app-services_tzcompiler.mrp"/> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1261
          <unit unitID="TZDB" name="app-services_tzdb" bldFile="common\generic\APP-SERVICES\tzdb\GROUP" mrp="common\generic\app-services\tzdb\group\app-services_tzdb.mrp"/> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1262
        </component>	
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1263
        
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1264
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1265
      <module name="Messaging App Support" level="generic">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1266
        <component name="Message Store">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1267
          <unit unitID="MSG_FRAMEWORK" name="messaging_framework" bldFile="common\generic\messaging\framework\group" mrp="common\generic\messaging\framework\group\messaging_framework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1268
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1269
        <component name="BIO Messaging Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1270
          <unit unitID="MSG_BIOMSG" name="messaging_biomsg" bldFile="common\generic\messaging\biomsg\group" mrp="common\generic\messaging\biomsg\group\messaging_biomsg.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1271
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1272
          <component name="BIO Watchers">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1273
            <unit unitID="MSG_BIOWATCHERSCDMA" name="messaging_biomsg_biowatchers_cdma" bldFile="common\generic\messaging\biomsg\biowatcherscdma\group" mrp="common\generic\messaging\biomsg\BioWatchersCdma\group\messaging_biomsg_biowatchers_cdma.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1274
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1275
        <component name="Scheduled Send MTM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1276
          <unit unitID="MSG_SCHEDULEDSEND" name="messaging_schedulesend" bldFile="common\generic\messaging\schedulesend\group" mrp="common\generic\messaging\schedulesend\group\messaging_schedulesend.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1277
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1278
        <component name="POP3 MTM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1279
          <unit unitID="MSG_EMAIL" name="messaging_email" bldFile="common\generic\messaging\email\group" mrp="common\generic\messaging\email\group\messaging_email.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1280
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1281
        <component name="IMAP4 MTM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1282
          <unit unitID="MSG_IMAP" name="messaging_email_imap" bldFile="common\generic\messaging\email\imap\group" mrp="common\generic\messaging\email\imap\group\messaging_email_imap.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1283
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1284
        <component name="SMTP MTM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1285
          <!-- Built by MSG_EMAIL -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1286
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1287
        <component name="OBEX MTMs">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1288
          <unit unitID="MSG_OBEXMTM" name="messaging_obex" bldFile="common\generic\messaging\obex\group" mrp="common\generic\messaging\obex\Group\messaging_obex.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1289
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1290
        <component name="SMS MTM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1291
          <unit unitID="MSG_SMS8.1" name="messaging_sms_multimode" bldFile="common\generic\messaging\sms\multimode\group" mrp="common\generic\messaging\sms\multimode\group\messaging_sms_multimode.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1292
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1293
        <component name="CDMA MTM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1294
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1295
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1296
        <component name="MMS Settings">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1297
          <unit unitID="MSG_MMS_SETTINGS" name="messaging_mmssettings" bldFile="common\generic\messaging\mmssettings\group\" mrp="common\generic\messaging\mmssettings\group\messaging_mmssettings.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1298
          <package name="messaging_mmssettings-config" mrp="common\generic\messaging\mmssettings\group\messaging_mmssettings-config.mrp" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1299
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1300
        <component name="MMS MTM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1301
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1302
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1303
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1304
      <module name="Content Handling" level="specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1305
        <component name="SMIL Parser">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1306
            <unit unitID="MSG_GMXML" name="messaging_gmxml" bldFile="common\generic\messaging\gmxml\group" mrp="common\generic\messaging\GMXML\GROUP\messaging_gmxml.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1307
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1308
        <component name="MIME Recognition Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1309
          <unit unitID="EMIME" name="app-framework_emime" bldFile="common\generic\APP-FRAMEWORK\EMIME\GROUP" mrp="common\generic\app-framework\emime\group\app-framework_emime.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1310
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1311
        <component name="WAP Push Handlers">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1312
          <unit unitID="WAPPUSHSUPPORT" name="wap-browser_wappushsupport" bldFile="common\generic\WAP-BROWSER\WAPPUSHSUPPORT\GROUP" mrp="common\generic\wap-browser\WapPushSupport\Group\wap-browser_wappushsupport.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1313
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1314
        <component name="Web Recognisers">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1315
          <unit unitID="RECOGNISERS" name="application-protocols_recognisers" bldFile="common\generic\APPLICATION-PROTOCOLS\RECOGNISERS\GROUP" mrp="common\generic\application-protocols\recognisers\group\application-protocols_recognisers.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1316
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1317
        <component name="Content Access Framework for DRM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1318
          <unit unitID="CAF2" name="syslibs_caf2" bldFile="common\generic\syslibs\CAF2\GROUP" mrp="common\generic\syslibs\caf2\group\syslibs_caf2.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1319
          <unit unitID="CAF2CONFIG" name="syslibs_reccafconfig" bldFile="common\generic\syslibs\caf2\reccafconfig" mrp="common\generic\syslibs\caf2\reccafconfig\syslibs_reccafconfig.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1320
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1321
        <component name="Reference DRM Agent">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1322
          <unit unitID="DRMAGENT" name="syslibs_rta" bldFile="common\generic\syslibs\caf2\test\RefTestAgent\group" mrp="common\generic\syslibs\caf2\test\RefTestAgent\group\syslibs_rta.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1323
        </component>        
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1324
        <component name="MMF Recognisers">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1325
          <!-- No Unit -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1326
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1327
        <component name="BIO Messaging Parsers">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1328
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1329
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1330
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1331
      <module name="Data Sync Services" level="specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1332
        <component name="Sync Initiation">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1333
          <!-- No Unit -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1334
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1335
        <component name="OMA SyncML Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1336
          <unit unitID="SYNCMLCLIENT" name="SyncML" bldFile="common\generic\SyncML\Framework\Group" mrp="common\generic\SyncML\Framework\group\syncml_framework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1337
		  <unit unitID="SYNCMLINTEGTEST" name="SyncML_IntegTest" bldFile="common\generic\SyncML\IntegTest\Group" mrp="common\generic\SyncML\IntegTest\group\syncml_integtest.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1338
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1339
        <component name="OMA SyncML DM Interface">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1340
          <unit unitID="SYNCMLDMCLIENT" name="SyncML_DM" bldFile="common\generic\SyncML\DevMan\Group" mrp="common\generic\SyncML\DevMan\group\syncml_dm_interface.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1341
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1342
        <component name="OMA Data Sync">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1343
          <unit unitID="SYNCMLDSCLIENT" name="SyncML_DS" bldFile="common\generic\SyncML\DataSync\Group" mrp="common\generic\SyncML\DataSync\group\oma_data_sync.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1344
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1345
        <component name="Mobile Active Sync">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1346
          <prebuilt name="MAS" version="M04092_Symbian_OS" contract="Symbian_MAS_ISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1347
          <package name ="MAS" mrp="common\generic\tools\cbr\mrpfiles\mas.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1348
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1349
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1350
      <module name="Device Provisioning" level="specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1351
        <component name="Device Management Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1352
          <unit unitID="DEVPROV_DEVMAN_FRAMEWORK" name="devprov_devman_framework" bldFile="common\generic\DEVPROV\DevMan\Group" mrp="common\generic\DEVPROV\DevMan\Group\devprov_devman_framework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1353
		  <unit unitID="DEVPROV_INTEGTEST" name="devprov_integtest" bldFile="common\generic\DEVPROV\IntegTest\Group" mrp="common\generic\DEVPROV\IntegTest\Group\devprov_integtest.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1354
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1355
        <component name="Device Management Adaptors">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1356
          <unit unitID="DEVPROV_DEVMAN_ADAPTERS" name="devprov_devman_adapters" bldFile="common\generic\DEVPROV\Adapters\DevMan\Group" mrp="common\generic\DEVPROV\Adapters\DevMan\Group\devprov_devman_adapters.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1357
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1358
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1359
      <module name="Client Provisioning" level="specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1360
        <component name="Client Provisioning Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1361
          <unit unitID="DEVPROV_CLIENTPROV_FRAMEWORK" name="devprov_clientprov_framework" bldFile="common\generic\DEVPROV\ClientProv\Group" mrp="common\generic\DEVPROV\ClientProv\Group\devprov_clientprov_framework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1362
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1363
        <component name="Client Provisioning Adaptors">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1364
          <unit unitID="DEVPROV_CLIENTPROV_ADAPTERS" name="devprov_clientprov_adapters" bldFile="common\generic\DEVPROV\Adapters\ClientProv\Group" mrp="common\generic\DEVPROV\Adapters\ClientProv\Group\devprov_clientprov_adapters.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1365
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1366
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1367
      <module name="Internet and Web Application Support" level="generic">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1368
        <component name="Bookmark Support">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1369
          <unit unitID="BOOKMARK_SUPPORT" name="application-protocols_bookmarks" bldFile="common\generic\application-protocols\bookmarks\group" mrp="common\generic\application-protocols\bookmarks\group\application-protocols_bookmarks.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1370
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1371
        <component name="WAP Push Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1372
          <unit unitID="WAPPUSH" name="wap-browser_wappush" bldFile="common\generic\WAP-BROWSER\WAPPUSH\GROUP" mrp="common\generic\wap-browser\wappush\group\wap-browser_wappush.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1373
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1374
        <component name="WAP Push MTM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1375
          <!-- No Unit -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1376
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1377
        <component name="HTTP Transport Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1378
          <unit unitID="HTTP" name="application-protocols_http" bldFile="common\generic\APPLICATION-PROTOCOLS\HTTP\GROUP" mrp="common\generic\application-protocols\http\group\application-protocols_http.mrp" priority="10"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1379
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1380
        <component name="HTTP Protocol Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1381
          <!-- Built by HTTP -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1382
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1383
        <component name="HTTP Filter Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1384
          <!-- Built by HTTP -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1385
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1386
        <component name="HTTP Utilities Library">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1387
          <unit unitID="INETPROTUTIL" name="application-protocols_inetprotutil" bldFile="common\generic\APPLICATION-PROTOCOLS\INETPROTUTIL\GROUP" mrp="common\generic\application-protocols\inetprotutil\group\application-protocols_inetprotutil.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1388
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1389
        <component name="FTP Engine">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1390
          <unit unitID="FTP" name="networking_ftp_e" bldFile="common\generic\NETWORKING\ftp_e\group" mrp="common\generic\networking\ftp_e\group\networking_ftp_e.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1391
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1392
        <component name="Telnet Engine">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1393
          <unit unitID="TELNET_E" name="networking_telnet_e" bldFile="common\generic\NETWORKING\TELNET_E\GROUP" mrp="common\generic\networking\telnet_e\group\networking_telnet_e.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1394
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1395
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1396
      <module name="Application Launch Services" level="generic">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1397
        <component name="System Starter">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1398
          <unit unitID="SYSSTART" name="app-framework_sysstart" bldFile="common\generic\app-framework\sysstart\group" mrp="common\generic\app-framework\sysstart\group\app-framework_sysstart.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1399
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1400
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1401
      <module name="Application Framework" level="specific">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1402
        <component name="Secure Software Install">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1403
          <unit unitID="SECURESOFTWAREINSTALL" name="security_swi" bldFile="common\generic\SECURITY\SWI\GROUP" mrp="common\generic\security\swi\group\security_swi.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1404
          <package name="security_openssl" mrp="common\generic\security\openssl\security_openssl.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1405
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1406
        <component name="SIS Installer">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1407
          <unit unitID="SISINSTALLER" name="security_sisinstaller" bldFile="common\generic\SECURITY\SISInstaller\Group" mrp="common\generic\security\SISInstaller\group\security_sisinstaller.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1408
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1409
        <component name="Java MIDlet Installer">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1410
          <unit unitID="JAVAMIDLETINSTALLER" name="security_javaMIDletInstaller" bldFile="common\generic\SECURITY\JavaMIDletInstaller\Group" mrp="common\generic\security\JavaMIDletInstaller\group\security_javamidletinstaller.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1411
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1412
        <component name="Application Architecture">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1413
          <unit unitID="APPARC" name="app-framework_apparc" bldFile="common\generic\APP-FRAMEWORK\APPARC\GROUP" mrp="common\generic\app-framework\apparc\group\app-framework_apparc.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1414
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1415
        <component name="View Server">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1416
          <unit unitID="VIEWSRV" name="app-framework_viewsrv" bldFile="common\generic\APP-FRAMEWORK\VIEWSRV\GROUP" mrp="common\generic\app-framework\viewsrv\group\app-framework_viewsrv.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1417
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1418
        <component name="File Converter Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1419
          <unit unitID="CONARC" name="app-framework_conarc" bldFile="common\generic\APP-FRAMEWORK\CONARC\GROUP" mrp="common\generic\app-framework\conarc\group\app-framework_conarc.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1420
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1421
        <component name="Content Handling Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1422
          <unit unitID="CONTENT_HANDLING" name="Content-Handling" bldFile="common\generic\Content-Handling\GROUP" mrp="common\generic\Content-Handling\Group\content-handling.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1423
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1424
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1425
      <module name="Printing Support" level="generic">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1426
        <component name="Printing Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1427
          <unit unitID="PRINT" name="app-framework_print" bldFile="common\generic\APP-FRAMEWORK\PRINT\GROUP" mrp="common\generic\app-framework\print\group\app-framework_print.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1428
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1429
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1430
      <module name="Multimedia Protocols" level="generic">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1431
	<!-- Only in 9.x -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1432
      	<component name="RTP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1433
	  <!-- Real Time Data Protocol -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1434
      	  <unit unitID="RTP" name="mm-protocols_rtp" bldFile="common\generic\mm-protocols\rtp\group" mrp="common\generic\mm-protocols\rtp\group\mm-protocols_rtp.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1435
      	</component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1436
      	<component name="SIP Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1437
          <unit unitID="SIP_COM" name="mm-protocols_sip_com" contract="SIP_Stack"  bldFile="common\generic\mm-protocols\sip\group" mrp="common\generic\mm-protocols\sip\group\mm-protocols_sip_com.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1438
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1439
 	<component name="SIP Connection Provider Plugins">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1440
            <unit unitID="SIPCPR" name="mm-protocols_SIPCPR" bldFile="common\generic\mm-protocols\ConnProv\SIPCPR\group" mrp="common\generic\mm-protocols\ConnProv\SIPCPR\group\mm-protocols_SIPCPR.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1441
            <unit unitID="SIPDUMMYPRT" name="mm-protocols_SIPDummyPRT" bldFile="common\generic\mm-protocols\SipProvEngine\SIPDummyPRT\group" mrp="common\generic\mm-protocols\SipProvEngine\SIPDummyPRT\group\mm-protocols_SIPDummyPRT.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1442
            <unit unitID="SIPSTATEMACHINE" name="mm-protocols_SipStateMachine" bldFile="common\generic\mm-protocols\SipProvEngine\SipStateMachine\group" mrp="common\generic\mm-protocols\SipProvEngine\SipStateMachine\group\mm-protocols_SipStateMachine.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1443
            <unit unitID="SIPPARAMS" name="mm-protocols_SIPParams" bldFile="common\generic\mm-protocols\SubConnProv\SIPParams\group" mrp="common\generic\mm-protocols\SubConnProv\SIPParams\group\mm-protocols_SIPParams.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1444
            <unit unitID="SIPSCPR" name="mm-protocols_SIPSCPR" bldFile="common\generic\mm-protocols\SubConnProv\SIPSCPR\group" mrp="common\generic\mm-protocols\SubConnProv\SIPSCPR\group\mm-protocols_SIPSCPR.mrp"/>                  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1445
         </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1446
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1447
      <module name="Location Based Services" level="generic">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1448
      	<component name="Location Based Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1449
          <unit unitID="LOCATIONFRAMEWORK" name="lbs_locationframework" contract="LBS" bldFile="common\generic\lbs\group" mrp="common\generic\lbs\group\lbs_locationframework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1450
          <unit unitID="LBSDATASOURCEPLUGINS" name="lbs_datasourceplugins" bldFile="common\generic\lbs\LbsLocDataSourcePlugins\group" mrp="common\generic\lbs\LbsLocDataSourcePlugins\group\lbs_datasourceplugins.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1451
          <unit unitID="LBSNETWORKTEST" name="lbs_networktest" bldFile="common\generic\lbs\LbsNetworkTest\group" mrp="common\generic\lbs\LbsNetworkTest\group\lbs_networktest.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1452
      	</component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1453
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1454
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1455
    <layer name="UI Framework" align="right">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1456
      <module name="UI Toolkit">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1457
      	<component name="Graphics Effects">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1458
	  <unit unitID="GFXTRANSEFFECT" name="app-framework_gfxtranseffect" bldFile="common\generic\app-framework\gfxtranseffect\group" mrp="common\generic\app-framework\gfxtranseffect\group\app-framework_gfxtranseffect.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1459
        </component> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1460
        <component name="UI Graphics Utilities">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1461
          <unit unitID="EGUL" name="app-framework_egul" bldFile="common\generic\APP-FRAMEWORK\EGUL\GROUP" mrp="common\generic\app-framework\egul\group\app-framework_egul.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1462
          <unit unitID="NUMBERCONVERSION" name="app-framework_numberconversion" bldFile="common\generic\APP-FRAMEWORK\NumberConversion\group" mrp="common\generic\app-framework\numberconversion\group\app-framework_numberconversion.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1463
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1464
        <component name="Grid">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1465
          <unit unitID="GRID" name="app-framework_grid" bldFile="common\generic\APP-FRAMEWORK\GRID\GROUP" mrp="common\generic\app-framework\grid\group\app-framework_grid.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1466
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1467
        <component name="Clock">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1468
          <unit unitID="CLOCK" name="app-framework_clock" bldFile="common\generic\APP-FRAMEWORK\CLOCK\GROUP" mrp="common\generic\app-framework\clock\group\app-framework_clock.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1469
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1470
        <component name="BMP Animation">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1471
          <unit unitID="BMPANIM" name="app-framework_bmpanim" bldFile="common\generic\APP-FRAMEWORK\BmpAnim\GROUP" mrp="common\generic\app-framework\bmpanim\group\app-framework_bmpanim.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1472
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1473
        <component name="Animation">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1474
          <unit unitID="ANIMATION" name="app-framework_animation" bldFile="common\generic\APP-FRAMEWORK\animation\group" mrp="common\generic\app-framework\animation\group\app-framework_animation.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1475
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1476
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1477
      <module name="UI Application Framework">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1478
        <component name="UIKON">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1479
          <unit unitID="UIKON" name="app-framework_uikon" bldFile="common\generic\APP-FRAMEWORK\UIKON\GROUP" mrp="common\generic\app-framework\uikon\group\app-framework_uikon.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1480
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1481
        <component name="UIKON Error Resolver Plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1482
              <!-- unit unitID="" name="" bldFile="" mrp="" -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1483
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1484
        <component name="UI Look and Feel">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1485
          <unit unitID="UIKLAFGT" name="app-framework_uiklafgt" bldFile="common\generic\APP-FRAMEWORK\UIKLAFGT\GROUP" mrp="common\generic\app-framework\uiklafGT\GROUP\app-framework_uiklafgt.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1486
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1487
        <component name="Control Environment">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1488
          <unit unitID="CONE" name="app-framework_cone" bldFile="common\generic\APP-FRAMEWORK\CONE\GROUP" mrp="common\generic\app-framework\cone\group\app-framework_cone.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1489
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1490
        <component name="FEP Base">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1491
          <unit unitID="FEPBASE" name="app-framework_fepbase" bldFile="common\generic\APP-FRAMEWORK\Fepbase\GROUP" mrp="common\generic\app-framework\fepbase\group\app-framework_fepbase.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1492
          <package name="app-framework_feptest" mrp="common\generic\app-framework\feptest\group\app-framework_feptest.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1493
        </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1494
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1495
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1496
    <layer name="Programming Support" levels="config package profile" span="2">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1497
      <logicalset name="Java J2ME">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1498
        <module name="MIDP 2.0 Profile" level="profile">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1499
          <component name="MIDP LCDUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1500
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1501
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1502
          <component name="MIDP RMS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1503
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1504
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1505
          <component name="MIDP MIDlet">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1506
            <unit unitID="MIDP2INSTALLER_9.2"  name="MIDP2INSTALLER" contract="Java_J2ME"  bldFile="common\generic\j2me\systemamsV1_5" mrp="common\generic\j2me\group\9.2\generic_j2me_92.mrp" filter="!java"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1507
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1508
          <component name="MIDP IO">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1509
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1510
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1511
          <component name="MIDP Device Control">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1512
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1513
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1514
          <component name="Security Policy">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1515
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1516
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1517
          <component name="MIDP GSM Security RP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1518
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1519
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1520
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1521
        <module name="MIDP 2.0 Packages" level="package">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1522
          <component name="MIDP File GCF">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1523
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1524
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1525
          <component name="Mobile Media API 1.1">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1526
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1527
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1528
          <component name="Mobile 3D 1.0">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1529
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1530
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1531
          <component name="JTWI 1.0">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1532
            <unit unitID="J2ME9.2" name="techview_j2me_92" contract="Java_J2ME"  bldFile="common\generic\j2me\group\9.2" mrp="common\generic\j2me\group\9.2\techview_j2me_92.mrp" filter="java"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1533
            <package name="techview_j2me_midp2" mrp="common\generic\j2me\group\techview_j2me_midp2.mrp" filter="java"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1534
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1535
          <component name="MIDP PIM">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1536
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1537
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1538
          <component name="Bluetooth 1.0">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1539
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1540
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1541
          <component name="WMA 1.1">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1542
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1543
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1544
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1545
        <module name="CLDC 1.1" level="config">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1546
          <component name="Java IO">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1547
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1548
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1549
          <component name="Java Lang">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1550
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1551
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1552
          <component name="Java Utilities">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1553
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1554
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1555
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1556
        <module name="Bluetooth and SMS Push" level="config">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1557
          <component name="Bluetooth 1.0">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1558
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1559
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1560
          <component name="WMA 1.1">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1561
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1562
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1563
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1564
        <module name="Low Level Plugins" level="config">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1565
          <component name="LCDUI Plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1566
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1567
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1568
          <component name="Runtime Plugin">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1569
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1570
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1571
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1572
        <module name="Virtual Machine" level="package">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1573
          <component name="CLDC Hi 1.1">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1574
            <!-- Built By J2ME -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1575
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1576
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1577
      </logicalset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1578
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1579
    <layer name="UI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1580
      <logicalset name="Techview">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1581
        <module name="Apps">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1582
          <component name="Simple App">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1583
            <unit unitID="SIMPLEAPP" name="techview_simpleapp" bldFile="common\Techview\Apps\SimpleApp\group" mrp="common\Techview\Apps\SimpleApp\group\techview_simpleapp.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1584
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1585
          <component name="CONTACUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1586
            <unit unitID="CONTACUI" name="techview_contacui" bldFile="common\techview\APPS\CONTACUI\GROUP" mrp="common\techview\Apps\contacui\group\techview_contacui.mrp" filter="techview" priority="30"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1587
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1588
          <component name="AGENDA">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1589
            <unit unitID="AGENDA" name="techview_agenda" bldFile="common\techview\APPS\AGENDA\GROUP" mrp="common\techview\Apps\agenda\group\techview_agenda.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1590
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1591
          <component name="AUDIO">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1592
            <unit unitID="AUDIO" name="techview_audio" bldFile="common\techview\APPS\AUDIO\GROUP" mrp="common\techview\Apps\Audio\group\techview_audio.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1593
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1594
          <component name="CONTACTS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1595
            <unit unitID="CONTACTS" name="techview_contacts" bldFile="common\techview\APPS\CONTACTS\GROUP" mrp="common\techview\Apps\contacts\group\techview_contacts.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1596
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1597
          <component name="SYNCMLAPP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1598
            <unit unitID="SYNCMLAPP" name="techview_syncmlapp" bldFile="common\techview\APPS\SYNCMLAPP\GROUP" mrp="common\techview\Apps\syncMLApp\group\techview_syncmlapp.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1599
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1600
          <component name="Techview Mobile Active Sync ">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1601
            <prebuilt name="techview_mas" version="M04092_Symbian_OS" contract="Symbian_MAS_ISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1602
            <package name ="techview_mas" mrp="common\generic\tools\cbr\mrpfiles\techview_mas.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1603
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1604
          <component name="HELP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1605
            <unit unitID="HELP" name="techview_help" bldFile="common\techview\APPS\HELP\GROUP" mrp="common\techview\Apps\help\group\techview_help.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1606
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1607
          <component name="TIMEW">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1608
            <unit unitID="TIMEW" name="techview_timew" bldFile="common\techview\APPS\TIMEW\GROUP" mrp="common\techview\Apps\timew\group\techview_timew.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1609
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1610
          <component name="SECUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1611
            <unit unitID="SECUI" name="techview_secui" bldFile="common\techview\APPS\SECUI\GROUP" mrp="common\techview\Apps\secui\group\techview_secui.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1612
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1613
          <component name="BLUETOOTHUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1614
            <unit unitID="BLUETOOTHUI" name="techview_bluetoothui" bldFile="common\techview\COMMSUI\BLUETOOTHUI\GROUP" mrp="common\techview\CommsUI\bluetoothui\group\techview_bluetoothui.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1615
            <unit unitID="REFTSP" name="bluetooth_remotecontrol_refTSP" bldFile="common\generic\bluetooth\latest\bluetooth\remotecontrol\reference\refTSP\group" mrp="common\generic\bluetooth\latest\bluetooth\remotecontrol\reference\refTSP\group\bluetooth_remotecontrol_refTSP.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1616
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1617
          <component name="PHONEUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1618
            <unit unitID="PHONEUI" name="techview_phoneui" bldFile="common\techview\COMMSUI\PHONEUI\GROUP" mrp="common\techview\CommsUI\PhoneUi\group\techview_phoneui.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1619
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1620
          <component name="IAPSTATUSAPP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1621
            <unit unitID="IAPSTATUSAPP" name="techview_iapstatusapp" bldFile="common\techview\COMMSUI\IAPSTATUSAPP\GROUP" mrp="common\techview\CommsUI\IAPStatusApp\group\techview_iapstatusapp.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1622
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1623
          <component name="CONNECTUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1624
            <unit unitID="CONNECTUI" name="techview_connectui" bldFile="common\techview\commsui\connectui\group" mrp="common\techview\CommsUI\ConnectUI\group\techview_connectui.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1625
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1626
          <component name="USBUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1627
            <unit unitID="USBUI" name="techview_UsbUi" bldFile="common\techview\CommsUI\UsbUi\group" mrp="common\techview\commsui\UsbUi\group\techview_UsbUi.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1628
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1629
          <component name="MESSAGINGUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1630
            <unit unitID="MESSAGINGUI" name="techview_messagingui" bldFile="common\techview\MESSAGINGUI\GROUP" mrp="common\techview\MessagingUi\Group\techview_messagingui.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1631
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1632
          <component name="AGENTNOTIFIER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1633
            <unit unitID="AGENTNOTIFIER" name="techview_networking_agentnotifier" contract="TCPIP_v4-v6_PRT"  bldFile="common\techview\networking\agentnotifier\group" mrp="common\techview\networking\agentnotifier\group\techview_networking_agentnotifier.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1634
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1635
          <component name="VPNUI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1636
            <unit unitID="VPNUIV2" name="techview_networking_vpnui" contract="TCPIP_v4-v6_PRT"  bldFile="common\techview\networking\vpnui\version2\group" mrp="common\techview\networking\vpnui\version2\group\techview_networking_vpnui.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1637
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1638
          <component name="STAT_DEVICE">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1639
            <unit unitID="STAT_DEVICE" name="testtools_stat_device_techview" bldFile="common\testtools\stat\device\source\statapi\techview" mrp="common\testtools\stat\device\group\testtools_stat_device_techview.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1640
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1641
          <component name="RESOURCE_HANDLER_UI">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1642
            <unit unitID="RESOURCE_HANDLER" name="Testtools_ResourceHandler_Techview" bldFile="common\testtools\ResourceHandler\TVResourceHandler\group" mrp="common\testtools\ResourceHandler\TVResourceHandler\group\Testtools_ResourceHandler_techview.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1643
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1644
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1645
        <module name="Toolkit">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1646
          <component name="UIKLAF">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1647
            <unit unitID="UIKLAF" name="techview_uiklaf" bldFile="common\techview\TOOLKIT\UIKLAF\GROUP" mrp="common\techview\toolkit\uiklaf\GROUP\techview_uiklaf.mrp" filter="techview" priority="10"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1648
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1649
          <component name="EIKSTD">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1650
            <unit unitID="EIKSTD" name="techview_eikstd" bldFile="common\techview\TOOLKIT\EIKSTD\GROUP" mrp="common\techview\toolkit\eikstd\group\techview_eikstd.mrp" filter="techview" priority="20"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1651
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1652
          <component name="EXTRAS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1653
            <unit unitID="EXTRAS" name="techview_extras" bldFile="common\techview\TOOLKIT\EXTRAS\GROUP" mrp="common\techview\toolkit\extras\group\techview_extras.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1654
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1655
          <component name="STATUSPANE">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1656
            <unit unitID="STATUSPANE" name="techview_statuspane" bldFile="common\techview\TOOLKIT\STATUSPANE\GROUP" mrp="common\techview\toolkit\statuspane\group\techview_statuspane.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1657
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1658
          <component name="SHELL">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1659
            <unit unitID="SHELL" name="techview_shell" bldFile="common\techview\TOOLKIT\SHELL\GROUP" mrp="common\techview\toolkit\shell\group\techview_shell.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1660
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1661
          <component name="STARTUP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1662
            <unit unitID="STARTUP" name="techview_startup" bldFile="common\techview\TOOLKIT\STARTUP\GROUP" mrp="common\techview\toolkit\startup\group\techview_startup.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1663
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1664
          <component name="ROMKIT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1665
            <unit unitID="ROMKIT" name="techview_romkit" bldFile="common\techview\TOOLKIT\ROMKIT\GROUP" mrp="common\techview\toolkit\romkit\group\techview_romkit.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1666
            <package name="techview_roms_9.2" mrp="cedar\generic\utils\techview_roms_9.2.mrp" filter="techview,9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1667
            <package name="techview_roms_Future" mrp="cedar\generic\utils\techview_roms_Future.mrp" filter="techview,Future"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1668
            <package name="techview_roms_9.4" mrp="cedar\generic\utils\techview_roms_9.4.mrp" filter="techview,!9.3,!Future"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1669
           </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1670
          <component name="FEPSETUP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1671
            <unit unitID="FEPSETUP" name="techview_fepsetup" bldFile="common\techview\MISC\FEPSETUP\GROUP" mrp="common\techview\misc\fepsetup\group\techview_fepsetup.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1672
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1673
          <component name="FEPS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1674
            <unit unitID="FEPS" name="techview_feps" bldFile="common\techview\MISC\FEPS\GROUP" mrp="common\techview\misc\feps\group\techview_feps.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1675
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1676
          <component name="CCTLCOLSCHEME">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1677
            <unit unitID="CCTLCOLSCHEME" name="techview_cctlcolscheme" bldFile="common\techview\MISC\CCTLCOLSCHEME\GROUP" mrp="common\techview\misc\cctlcolscheme\group\techview_cctlcolscheme.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1678
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1679
          <component name="SOUNDSETUP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1680
            <unit unitID="SOUNDSETUP" name="techview_soundsetup" bldFile="common\techview\MISC\SOUNDSETUP\GROUP" mrp="common\techview\misc\soundsetup\group\techview_soundsetup.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1681
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1682
          <component name="KEYCLICKREF">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1683
            <unit unitID="KEYCLICKREF" name="techview_KeyClickRef" bldFile="common\techview\MISC\KEYCLICKREF\GROUP" mrp="common\techview\misc\keyclickref\group\techview_keyclickref.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1684
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1685
          <component name="Configuration Files">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1686
            <package name="techview_additional_cedar" mrp="common\techview\misc\mrpfiles\techview_additional_cedar.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1687
            <package name="techview_epoc_ini" mrp="common\techview\misc\mrpfiles\techview_epoc_ini.mrp" filter="techview"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1688
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1689
        </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1690
      </logicalset>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1691
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1692
    <layer name="MISC">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1693
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1694
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1695
      <module name="Other BSPs">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1696
          <component name="Assabet BSP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1697
            <unit unitID="ASSABET_EKA2" name="base_assabet" bldFile="cedar\generic\BASE\ASSABET" mrp="cedar\generic\base\assabet\base_assabet.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1698
            <package name="base_sa1100" mrp="cedar\generic\base\sa1100\base_sa1100.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1699
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1700
          <component name="Integrator BSP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1701
            <unit unitID="INTEGRATORAP_EKA2" name="base_integrator_integratorap" bldFile="cedar\generic\base\integrator\integratorap" mrp="cedar\generic\base\integrator\integratorap\base_integrator_integratorap.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1702
            <unit unitID="INTEGRATOR_CORE_EKA2" name="base_integrator_core_8.1b" bldFile="cedar\generic\base\integrator\core" mrp="cedar\generic\base\integrator\core\base_integrator_core_8.1b.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1703
            <unit unitID="INTEGRATOR_CM920_EKA2" name="base_integrator_core_cm920" bldFile="cedar\generic\base\integrator\core\cm920" mrp="cedar\generic\base\integrator\core\cm920\base_integrator_core_cm920.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1704
            <unit unitID="INTEGRATOR_CM1136_EKA2" name="base_integrator_core_cm1136" bldFile="cedar\generic\base\integrator\core\cm1136" mrp="cedar\generic\base\integrator\core\cm1136\base_integrator_core_cm1136.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1705
            <unit unitID="INTEGRATOR_LMXX600_EKA2" name="base_integrator_logic_lmxx600" bldFile="cedar\generic\base\integrator\logic\lmxx600" mrp="cedar\generic\base\integrator\logic\lmxx600\base_integrator_logic_lmxx600.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1706
            <unit unitID="INTEGRATOR_LMNAND_EKA2" name="base_integrator_logic_lmnand" bldFile="cedar\generic\base\integrator\logic\lmnand" mrp="cedar\generic\base\integrator\logic\lmnand\base_integrator_logic_lmnand.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1707
            <package name="base_integrator_logic_lm_pana" contract="SD_Card_PSL"  mrp="cedar\generic\base\integrator\logic\lm_pana\base_integrator_logic_lm_pana.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1708
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1709
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1710
      <module name="MISC">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1711
          <component name="Core Apps Test">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1712
	    <!-- XML Previous Location: Application Services/Other Application Services/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1713
            <package name="app-services_coreappstest" mrp="common\generic\app-services\coreappstest\group\app-services_coreappstest.mrp"/> 
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1714
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1715
          <component name="DUMMY">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1716
            <unit unitID="DUMMY" name="additional_dummy" bldFile="common\generic\tools\cbr\dummy" mrp="common\generic\tools\cbr\dummy\additional_dummy.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1717
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1718
          <component name="E32TEST">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1719
            <unit unitID="E32TEST_EKA2" name="base_e32test" bldFile="cedar\generic\BASE\E32Test\GROUP" mrp="cedar\generic\base\e32test\group\base_e32test.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1720
            <unit unitID="BASE_SDIOTESTS" name="base_sdiotests" bldFile="cedar\generic\base\e32utils\sdio" mrp="cedar\generic\base\e32utils\sdio\base_sdiotests.mrp" filter="gt" />
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1721
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1722
          <component name="E32UTILS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1723
            <unit unitID="E32UTILS_EKA2" name="base_e32utils" contract="NAND_Flash_XSR_Unistore_2_Other_Portions"  bldFile="cedar\generic\BASE\E32Utils\GROUP" mrp="cedar\generic\base\e32utils\group\base_e32utils.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1724
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1725
            <component name="EAYsymb Protocol">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1726
            <!-- XML Previous location: OS Services/Comms Services/Networking Services/Network Protocol Plugins/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1727
              <!-- No unit or source but listed in Component Summary -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1728
            </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1729
          <component name="Error Resolver Data">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1730
            <unit unitID="ERRORRESGT" name="app-framework_errorresgt" bldFile="common\generic\APP-FRAMEWORK\ERRORRESGT\GROUP" mrp="common\generic\app-framework\errorresgt\group\app-framework_errorresgt.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1731
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1732
          <component name="Ethernet Services">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1733
            <!-- XML Previous location: OS Services/Comms Services/Networking Services/Link Layer Control/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1734
            <!-- Built by ETHER802 -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1735
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1736
          <component name="ETHER AGT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1737
            <!-- XML Previous location: OS Services/Comms Services/Networking Services/Networking Plugins/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1738
            <!-- No unit or source but listed in Component Summary -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1739
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1740
          <component name="GDITOOLS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1741
            <unit unitID="GDITOOLS" name="graphics_gditools" bldFile="common\generic\GRAPHICS\GDITools\GROUP" mrp="common\generic\graphics\gditools\group\graphics_gditools.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1742
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1743
          <component name="GDTRAN">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1744
            <unit unitID="GDTRAN" name="GDTRAN" bldFile="common\generic\GRAPHICS\GDTran\GROUP" mrp="common\generic\graphics\gdtran\group\graphics_gdtran.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1745
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1746
          <component name="INTEGRATIONTEST">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1747
            <unit unitID="INTEGRATIONTEST" name="networking_integrationtest" bldFile="common\generic\NETWORKING\Integrationtest\group" mrp="common\generic\networking\integrationtest\Group\networking_integrationtest.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1748
            <package name="app-framework_testframework" mrp="common\generic\app-framework\testframework\group\app-framework_testframework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1749
            <package name="app-framework_word" mrp="common\generic\app-framework\word\group\app-framework_word.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1750
            <package name="messaging" mrp="common\generic\messaging\group\messaging.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1751
            <package name="messaging_testframework" mrp="common\generic\messaging\testframework\group\messaging_testframework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1752
            <package name="security_testframework" mrp="common\generic\security\testframework\group\security_testframework.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1753
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1754
          <component name="Mobile IP">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1755
            <!-- XML Previous location: OS Services/Comms Services/Networking Services/Networking Plugins/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1756
            <unit unitID="MOBILEIP" name="networking_mobileip" bldFile="common\generic\networking\mobileip\group" mrp="common\generic\networking\mobileip\group\networking_mobileip.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1757
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1758
          <component name="Send As">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1759
	    <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1760
          <unit unitID="MSG_SENDAS2" name="messaging_sendas2" bldFile="common\generic\messaging\sendas2\group" mrp="common\generic\messaging\sendas2\group\messaging_sendas2.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1761
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1762
          <component name="MSG TEST">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1763
	    <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1764
            <unit unitID="MSG_TEST" name="messaging_test" bldFile="common\generic\messaging\test\group" mrp="common\generic\messaging\test\group\messaging_test.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1765
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1766
          <component name="MSG URLHANDLER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1767
	    <!-- XML Previous Location: Application Services/Messaging Application Support/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1768
            <unit unitID="MSG_URLHANDLER" name="messaging_urlhandler" bldFile="common\generic\messaging\urlhandler\group" mrp="common\generic\messaging\urlhandler\group\messaging_urlhandler.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1769
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1770
          <component name="Multimedia Validation Suite">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1771
	    <unit unitID="MVS_APP" name="multimedia_mvs_app" bldFile="common\generic\multimedia\mvs\application\group" mrp="common\generic\multimedia\mvs\application\group\multimedia_mvs_app.mrp" filter="!9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1772
	    <unit unitID="MVS_AGENTS" name="multimedia_mvs_agents" bldFile="common\generic\multimedia\mvs\agents\group" mrp="common\generic\multimedia\mvs\agents\group\multimedia_mvs_agents.mrp" filter="!9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1773
            <package name="multimedia_inttest_mvs_source" mrp="common\generic\multimedia\inttest\mvs\group\multimedia_inttest_mvs_source.mrp" filter="!9.3"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1774
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1775
          <component name="SCHEDULER">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1776
            <unit unitID="SCHEDULER" name="networking_scheduler" contract="TCPIP_v4-v6_PRT"  bldFile="common\generic\NETWORKING\SCHEDULER\GROUP" mrp="common\generic\networking\scheduler\group\networking_scheduler.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1777
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1778
          <component name="SECURITYCOMMON">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1779
            <unit unitID="SECURITYCOMMON" name="security_common" bldFile="common\generic\SECURITY\COMMON\GROUP" mrp="common\generic\security\common\group\security_common.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1780
            <unit unitID="SECURITYCONFIG" name="security_config" bldFile="common\generic\security\securityconfig\group" mrp="common\generic\security\securityconfig\group\security_config.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1781
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1782
          <component name="SYSTEMMONITOR">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1783
            <unit unitID="SYSTEMMONITOR" name="testtools_systemmonitor" bldFile="common\testtools\systemmonitor\group" mrp="common\testtools\SystemMonitor\group\testtools_systemmonitor.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1784
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1785
          <component name="TEMPLATE_EKA2">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1786
            <unit unitID="TEMPLATE_EKA2" name="base_template" bldFile="cedar\generic\base\template\template_variant" mrp="cedar\generic\base\template\base_template.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1787
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1788
          <component name="TESTTOOLS_UTILITIES">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1789
             <unit unitID="TESTTOOLS_UTILITIES" name="testtools_utilities" bldFile="common\testtools\utilities\group" mrp="common\testtools\utilities\group\testtools_utilities.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1790
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1791
          <component name="WAP Base">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1792
            <!-- XML Previous location: OS Services/Comms Services/Networking Services/WAP Stack/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1793
            <unit unitID="WAPBASE" name="wap-browser_wapbase" bldFile="common\generic\WAP-BROWSER\WAPBASE\GROUP" mrp="common\generic\wap-browser\wapbase\Group\wap-browser_wapbase.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1794
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1795
          <component name="NWSS WAP Stack">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1796
            <!-- XML Previous location: OS Services/Comms Services/Networking Services/WAP Stack/ -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1797
            <!-- built by WAPSTACK -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1798
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1799
          <component name="WLDDATABASEKIT">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1800
            <unit unitID="WLDDATABASEKIT" name="WLDDATABASEKIT" bldFile="common\generic\APP-SERVICES\Wlddatabasekit\GROUP" mrp="common\generic\app-services\wlddatabasekit\group\app-services_wlddatabasekit_cedar.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1801
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1802
          <component name="WLDTOOLS">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1803
            <unit unitID="WLDTOOLS" name="app-services_wldtools" bldFile="common\generic\APP-SERVICES\WLDTOOLS\GROUP" mrp="common\generic\app-services\wldtools\group\app-services_wldtools.mrp"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1804
          </component>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1805
      </module>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1806
    </layer>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1807
  </systemModel>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1808
  
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1809
  <build>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1810
    <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1811
    <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1812
    <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1813
    <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1814
    <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1815
    <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1816
    <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1817
    <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1818
    <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1819
    <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1820
    <target name="TOOLS2" abldTarget="tools2" description="MinGW GCC Compiler for Tools"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1821
    <target name="TOOLS2_REL" abldTarget="tools2 rel" description="MinGW GCC Compiler for Tools Release mode only"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1822
    <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1823
    <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1824
    <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1825
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1826
    <!-- Aditional Targets -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1827
    <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1828
    <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1829
    <target name="GCCXML" abldTarget="gccxml" description="GCCXML for Code comparision tools"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1830
    <target name="GCCXML_REL" abldTarget="gccxml urel" description="GCCXML for Code comparision tools release mode only"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1831
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1832
    <targetList name="default_9.0" description="Main Targets for 9.0" target="WINSCW ARMV5"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1833
    <targetList name="default_9.0_rel" description="Main Targets for 9.0_rel" target="WINSCW_REL ARMV5_REL"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1834
    <targetList name="default_9.0_deb" description="Main Targets for 9.0_deb" target="WINSCW_DEB ARMV5_DEB"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1835
    <targetList name="tools" description="tools Targets" target="TOOLS"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1836
    <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1837
    <targetList name="tools2" description="tools Targets" target="TOOLS2"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1838
    <targetList name="tools2_rel" description="tools Release Targets" target="TOOLS2_REL"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1839
    <targetList name="gccxml" description="tools Targets" target="GCCXML"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1840
    <targetList name="gccxml_rel" description="tools Release Targets" target="GCCXML_REL"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1841
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1842
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1843
    <unitList name="PLATTEST_LIST" description="PlatTest Code">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1844
    	<unitRef unit="PLATTEST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1845
    </unitList>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1846
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1847
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1848
 <!-- 9.3 configuration -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1849
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1850
    <configuration name="Custkit_9.3" description="9.3 Custkit build" filter="9.3,custkit">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1851
      <layerRef layerName="Tools and Utils and SDKENG"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1852
      <layerRef layerName="Kernel Services and Hardware Interface"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1853
      <layerRef layerName="Base Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1854
      <layerRef layerName="OS Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1855
      <layerRef layerName="Application Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1856
      <layerRef layerName="UI Framework"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1857
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1858
      <layerRef layerName="Programming Support"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1859
      <layerRef layerName="MISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1860
      <task><specialInstructions name="BootStrap1" cwd="cedar\generic\tools\e32toolp\group" command="setupprj.bat secure"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1861
      <task><specialInstructions name="BootStrap2" cwd="cedar\generic\tools\e32toolp\group" command="bld.bat rel"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1862
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1863
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1864
      <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1865
      <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1866
      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1867
      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1868
      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1869
      <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1870
      <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1871
      <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1872
      <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1873
      <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1874
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1875
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1876
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1877
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1878
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1879
      <task><buildLayer command="abld -what build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1880
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1881
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1882
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1883
    <configuration name="GT_9.3" description="9.3 GT build" filter="9.3,gt">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1884
      <layerRef layerName="Tools and Utils and SDKENG"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1885
      <layerRef layerName="Kernel Services and Hardware Interface"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1886
      <layerRef layerName="Base Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1887
      <layerRef layerName="OS Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1888
      <layerRef layerName="Application Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1889
      <layerRef layerName="UI Framework"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1890
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1891
      <layerRef layerName="Programming Support"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1892
      <layerRef layerName="MISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1893
      <task><specialInstructions name="BootStrap1" cwd="cedar\generic\tools\e32toolp\group" command="setupprj.bat secure"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1894
      <task><specialInstructions name="BootStrap2" cwd="cedar\generic\tools\e32toolp\group" command="bld.bat rel"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1895
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1896
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1897
      <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1898
      <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1899
      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1900
      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1901
      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1902
      <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1903
      <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1904
      <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1905
      <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1906
      <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1907
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1908
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1909
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1910
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1911
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1912
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1913
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1914
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1915
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1916
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1917
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1918
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1919
    <configuration name="TV_9.3" description="9.3 Techview build" filter="9.3,techview">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1920
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1921
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1922
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1923
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1924
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1925
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1926
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1927
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1928
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1929
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1930
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1931
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1932
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1933
      <task><specialInstructions name="Copy Plattest Configuration" cwd="common\generic\plattest\group" command="SetupBuildConfig.bat 9.1"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1934
      <task><specialInstructions name="Copy Plattest Configuration" cwd="common\generic\plattest\group" command="copy configuration.cfg %CleanSourceDir%\common\generic\plattest\group\"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1935
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1936
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1937
      	<buildLayer command="bldmake bldfiles" unitParallel="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1938
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1939
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1940
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1941
      	<buildLayer command="abld export" unitParallel="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1942
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1943
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1944
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1945
      	<buildLayer command="abld export -what" unitParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1946
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1947
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1948
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1949
      	<buildLayer command="abld export -check" unitParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1950
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1951
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1952
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1953
      	<buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1954
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1955
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1956
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1957
      	<buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1958
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1959
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1960
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1961
      	<buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1962
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1963
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1964
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1965
    <configuration name="JAVA_9.3" description="9.3 JAVA build" filter="9.3,java">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1966
      <layerRef layerName="Java J2ME"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1967
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1968
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1969
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1970
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1971
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1972
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1973
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1974
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1975
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1976
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1977
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1978
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1979
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1980
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1981
    <!-- 9.4 configuration -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1982
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1983
    <configuration name="Custkit_9.4" description="9.4 Custkit build" filter="9.4,custkit">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1984
      <layerRef layerName="Tools and Utils and SDKENG"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1985
      <layerRef layerName="Kernel Services and Hardware Interface"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1986
      <layerRef layerName="Base Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1987
      <layerRef layerName="OS Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1988
      <layerRef layerName="Application Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1989
      <layerRef layerName="UI Framework"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1990
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1991
      <layerRef layerName="Programming Support"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1992
      <layerRef layerName="MISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1993
      <task><specialInstructions name="BootStrap1" cwd="cedar\generic\tools\e32toolp\group" command="setupprj.bat secure"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1994
      <task><specialInstructions name="BootStrap2" cwd="cedar\generic\tools\e32toolp\group" command="bld.bat rel"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1995
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1996
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1997
      <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1998
      <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  1999
      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2000
      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2001
      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2002
      <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2003
      <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2004
      <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2005
      <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2006
      <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2007
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2008
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2009
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2010
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2011
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2012
      <task><buildLayer command="abld -what build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2013
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2014
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2015
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2016
    <configuration name="GT_9.4" description="9.4 GT build" filter="9.4,gt">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2017
      <layerRef layerName="Tools and Utils and SDKENG"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2018
      <layerRef layerName="Kernel Services and Hardware Interface"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2019
      <layerRef layerName="Base Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2020
      <layerRef layerName="OS Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2021
      <layerRef layerName="Application Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2022
      <layerRef layerName="UI Framework"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2023
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2024
      <layerRef layerName="Programming Support"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2025
      <layerRef layerName="MISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2026
      <task><specialInstructions name="BootStrap1" cwd="cedar\generic\tools\e32toolp\group" command="setupprj.bat secure"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2027
      <task><specialInstructions name="BootStrap2" cwd="cedar\generic\tools\e32toolp\group" command="bld.bat rel"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2028
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2029
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2030
      <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2031
      <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2032
      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2033
      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2034
      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2035
      <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2036
      <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2037
      <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2038
      <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2039
      <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2040
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2041
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2042
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2043
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2044
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2045
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2046
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2047
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2048
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2049
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2050
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2051
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2052
    <configuration name="TV_9.4" description="9.4 Techview build" filter="9.4,techview">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2053
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2054
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2055
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2056
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2057
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2058
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2059
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2060
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2061
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2062
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2063
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2064
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2065
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2066
      <task><specialInstructions name="Copy Plattest Configuration" cwd="common\generic\plattest\group" command="SetupBuildConfig.bat 9.1"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2067
      <task><specialInstructions name="Copy Plattest Configuration" cwd="common\generic\plattest\group" command="copy configuration.cfg %CleanSourceDir%\common\generic\plattest\group\"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2068
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2069
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2070
      	<buildLayer command="bldmake bldfiles" unitParallel="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2071
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2072
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2073
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2074
      	<buildLayer command="abld export" unitParallel="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2075
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2076
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2077
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2078
      	<buildLayer command="abld export -what" unitParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2079
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2080
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2081
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2082
      	<buildLayer command="abld export -check" unitParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2083
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2084
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2085
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2086
      	<buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2087
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2088
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2089
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2090
      	<buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2091
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2092
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2093
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2094
      	<buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2095
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2096
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2097
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2098
    <configuration name="JAVA_9.4" description="9.4 JAVA build" filter="9.4,java">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2099
      <layerRef layerName="Java J2ME"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2100
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2101
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2102
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2103
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2104
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2105
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2106
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2107
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2108
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2109
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2110
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2111
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2112
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2113
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2114
    <!-- 9.5 configuration -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2115
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2116
    <configuration name="Custkit_9.5" description="9.5 Custkit build" filter="9.5,custkit">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2117
      <layerRef layerName="Tools and Utils and SDKENG"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2118
      <layerRef layerName="Kernel Services and Hardware Interface"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2119
      <layerRef layerName="Base Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2120
      <layerRef layerName="OS Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2121
      <layerRef layerName="Application Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2122
      <layerRef layerName="UI Framework"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2123
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2124
      <layerRef layerName="Programming Support"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2125
      <layerRef layerName="MISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2126
      <task><specialInstructions name="BootStrap1" cwd="cedar\generic\tools\e32toolp\group" command="setupprj.bat secure"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2127
      <task><specialInstructions name="BootStrap2" cwd="cedar\generic\tools\e32toolp\group" command="bld.bat rel"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2128
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2129
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2130
      <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2131
      <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2132
      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2133
      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2134
      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2135
      <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2136
      <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2137
      <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2138
      <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2139
      <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2140
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2141
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2142
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2143
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2144
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2145
      <task><buildLayer command="abld -what build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2146
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2147
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2148
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2149
    <configuration name="GT_9.5" description="9.5 GT build" filter="9.5,gt">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2150
      <layerRef layerName="Tools and Utils and SDKENG"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2151
      <layerRef layerName="Kernel Services and Hardware Interface"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2152
      <layerRef layerName="Base Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2153
      <layerRef layerName="OS Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2154
      <layerRef layerName="Application Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2155
      <layerRef layerName="UI Framework"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2156
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2157
      <layerRef layerName="Programming Support"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2158
      <layerRef layerName="MISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2159
      <task><specialInstructions name="BootStrap1" cwd="cedar\generic\tools\e32toolp\group" command="setupprj.bat secure"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2160
      <task><specialInstructions name="BootStrap2" cwd="cedar\generic\tools\e32toolp\group" command="bld.bat rel"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2161
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2162
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2163
      <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2164
      <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2165
      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2166
      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2167
      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2168
      <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2169
      <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2170
      <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2171
      <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2172
      <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2173
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2174
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2175
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2176
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2177
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2178
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2179
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2180
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2181
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2182
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2183
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2184
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2185
    <configuration name="TV_9.5" description="9.5 Techview build" filter="9.5,techview">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2186
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2187
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2188
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2189
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2190
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2191
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2192
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2193
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2194
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2195
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2196
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2197
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2198
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2199
      <task><specialInstructions name="Copy Plattest Configuration" cwd="common\generic\plattest\group" command="SetupBuildConfig.bat 9.1"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2200
      <task><specialInstructions name="Copy Plattest Configuration" cwd="common\generic\plattest\group" command="copy configuration.cfg %CleanSourceDir%\common\generic\plattest\group\"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2201
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2202
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2203
      	<buildLayer command="bldmake bldfiles" unitParallel="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2204
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2205
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2206
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2207
      	<buildLayer command="abld export" unitParallel="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2208
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2209
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2210
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2211
      	<buildLayer command="abld export -what" unitParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2212
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2213
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2214
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2215
      	<buildLayer command="abld export -check" unitParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2216
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2217
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2218
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2219
      	<buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2220
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2221
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2222
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2223
      	<buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2224
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2225
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2226
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2227
      	<buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2228
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2229
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2230
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2231
    <configuration name="JAVA_9.5" description="9.5 JAVA build" filter="9.5,java">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2232
      <layerRef layerName="Java J2ME"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2233
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2234
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2235
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2236
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2237
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2238
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2239
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2240
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2241
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2242
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2243
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2244
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2245
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2246
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2247
 <!-- Future configuration -->
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2248
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2249
    <configuration name="Custkit_Future" description="Future Custkit build" filter="Future,custkit">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2250
      <layerRef layerName="Tools and Utils and SDKENG"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2251
      <layerRef layerName="Kernel Services and Hardware Interface"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2252
      <layerRef layerName="Base Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2253
      <layerRef layerName="OS Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2254
      <layerRef layerName="Application Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2255
      <layerRef layerName="UI Framework"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2256
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2257
      <layerRef layerName="Programming Support"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2258
      <layerRef layerName="MISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2259
      <task><specialInstructions name="BootStrap1" cwd="cedar\generic\tools\e32toolp\group" command="setupprj.bat secure"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2260
      <task><specialInstructions name="BootStrap2" cwd="cedar\generic\tools\e32toolp\group" command="bld.bat rel"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2261
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2262
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2263
      <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2264
      <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2265
      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2266
      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2267
      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2268
      <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2269
      <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2270
      <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2271
      <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2272
      <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2273
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2274
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2275
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2276
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2277
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2278
      <task><buildLayer command="abld -what build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2279
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2280
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2281
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2282
    <configuration name="GT_Future" description="Future GT build" filter="Future,gt">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2283
      <layerRef layerName="Tools and Utils and SDKENG"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2284
      <layerRef layerName="Kernel Services and Hardware Interface"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2285
      <layerRef layerName="Base Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2286
      <layerRef layerName="OS Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2287
      <layerRef layerName="Application Services"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2288
      <layerRef layerName="UI Framework"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2289
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2290
      <layerRef layerName="Programming Support"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2291
      <layerRef layerName="MISC"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2292
      <task><specialInstructions name="BootStrap1" cwd="cedar\generic\tools\e32toolp\group" command="setupprj.bat secure"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2293
      <task><specialInstructions name="BootStrap2" cwd="cedar\generic\tools\e32toolp\group" command="bld.bat rel"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2294
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2295
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2296
      <task><buildLayer command="abld makefile" targetList="tools" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2297
      <task><buildLayer command="abld library" targetList="tools" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2298
      <task><buildLayer command="abld target" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2299
      <task><buildLayer command="abld -what build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2300
      <task><buildLayer command="abld -check build" targetList="tools_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2301
      <task><buildLayer command="abld makefile" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2302
      <task><buildLayer command="abld library" targetList="tools2" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2303
      <task><buildLayer command="abld target" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2304
      <task><buildLayer command="abld -what build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2305
      <task><buildLayer command="abld -check build" targetList="tools2_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2306
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2307
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2308
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2309
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2310
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2311
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2312
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2313
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2314
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2315
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2316
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2317
    
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2318
    <configuration name="TV_Future" description="Future Techview build" filter="Future,techview">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2319
      <layerRef layerName="UI"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2320
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2321
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2322
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2323
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2324
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2325
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2326
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2327
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2328
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2329
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2330
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2331
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2332
      <task><specialInstructions name="Copy Plattest Configuration" cwd="common\generic\plattest\group" command="SetupBuildConfig.bat 9.1"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2333
      <task><specialInstructions name="Copy Plattest Configuration" cwd="common\generic\plattest\group" command="copy configuration.cfg %CleanSourceDir%\common\generic\plattest\group\"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2334
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2335
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2336
      	<buildLayer command="bldmake bldfiles" unitParallel="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2337
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2338
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2339
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2340
      	<buildLayer command="abld export" unitParallel="Y"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2341
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2342
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2343
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2344
      	<buildLayer command="abld export -what" unitParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2345
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2346
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2347
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2348
      	<buildLayer command="abld export -check" unitParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2349
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2350
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2351
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2352
      	<buildLayer command="abld test build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2353
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2354
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2355
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2356
      	<buildLayer command="abld test -what build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2357
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2358
      <task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2359
      	<unitListRef unitList="PLATTEST_LIST"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2360
      	<buildLayer command="abld test -check build" targetList="default_9.0" unitParallel="N" targetParallel="N"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2361
      </task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2362
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2363
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2364
    <configuration name="JAVA_Future" description="Future JAVA build" filter="Future,java">
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2365
      <layerRef layerName="Java J2ME"/>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2366
      <task><buildLayer command="bldmake bldfiles" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2367
      <task><buildLayer command="abld export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2368
      <task><buildLayer command="abld makefile" targetList="default_9.0 gccxml" unitParallel="Y" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2369
      <task><buildLayer command="abld resource" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2370
      <task><buildLayer command="abld library" targetList="default_9.0 gccxml" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2371
      <task><buildLayer command="abld target" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2372
      <task><buildLayer command="abld final" targetList="default_9.0 gccxml_rel" unitParallel="N" targetParallel="N"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2373
      <task><buildLayer command="abld -what export" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2374
      <task><buildLayer command="abld -what target" targetList="default_9.0_rel gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2375
      <task><buildLayer command="abld -what target" targetList="default_9.0_deb" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2376
      <task><buildLayer command="abld help" unitParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2377
      <task><buildLayer command="abld -check build" targetList="default_9.0 gccxml_rel" unitParallel="Y" targetParallel="Y"/></task>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2378
    </configuration>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2379
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2380
  </build>
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2381
b538b70cbe51 Move rest of the swconfigmdw package components to oss repository.
terytkon
parents:
diff changeset
  2382
</SystemDefinition>