symbian3/single/sysdefs/system_model.xml
author William Roberts <williamr@symbian.org>
Sun, 21 Feb 2010 19:14:38 +0000
changeset 422 904a95ca5c86
parent 421 b07e89eb79e3
child 426 68fb0a67506f
permissions -rw-r--r--
Update models with tweaks identified in build 310
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
176
676cece1b361 Restructure projects for symbian2 and symbian3. Old ex-nokia project removed.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
     2
<!DOCTYPE SystemDefinition [
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
     4
<!ATTLIST SystemDefinition
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
     5
  name CDATA #REQUIRED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
     6
  schema CDATA #REQUIRED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
     7
>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
     9
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    10
<!-- System Model Section of DTD -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    11
<!ELEMENT systemModel (layer+)>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    12
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    15
<!ATTLIST layer
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    16
  name CDATA #REQUIRED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    17
  long-name CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    18
  levels NMTOKENS #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    19
  span CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    20
>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    21
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    24
<!ATTLIST block
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    25
  levels NMTOKENS #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    26
  span CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    27
  level NMTOKEN #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    28
  name CDATA #REQUIRED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    29
  long-name CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    30
>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    31
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    32
<!ELEMENT subblock (collection)*>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    34
<!ATTLIST subblock
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    35
  name CDATA #REQUIRED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    36
  long-name CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    37
>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    38
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    39
<!ELEMENT collection (component)*>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    41
<!ATTLIST collection
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    42
  name CDATA #REQUIRED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    43
  long-name CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    44
  level NMTOKEN #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    45
>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    46
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    47
<!ELEMENT component (unit)*>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    49
<!ATTLIST component
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    50
  name CDATA #REQUIRED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    51
  long-name CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    52
  deprecated CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    53
  introduced CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    54
  contract CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    55
  plugin (Y|N) "N"
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    56
  filter CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    57
  class NMTOKENS #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    58
  supports CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    60
>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    61
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    62
<!ELEMENT unit EMPTY >
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    63
<!-- must be buildable (bld.inf) -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    65
<!ATTLIST unit
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    66
  mrp CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    67
  filter CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    68
  bldFile CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    69
  root CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    70
  version NMTOKEN #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    72
  late (Y|N) #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    73
  priority CDATA #IMPLIED
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    74
>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    75
]>
337
ba054d5c5c33 First drop of single model for symbian3
Dario Sestito <darios@symbian.org>
parents: 296
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    77
 <systemModel>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    78
  <layer name="adaptation" long-name="Adaptation" levels="low mw high">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    79
   <block name="stubs" level="high" long-name="Stubs" levels="stub">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    80
    <collection name="s60_stubs" level="stub">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    81
     <component name="audiostubs" long-name="Audio Stubs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    82
      <unit bldFile="adaptation/stubs/audiostubs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    83
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    84
     <component name="btaudioadaptation_stub" long-name="Bluetooth Audio Adaptation Stub">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    85
      <unit bldFile="adaptation/stubs/btaudioadaptation_stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    86
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    87
     <component name="drm_stubs" long-name="DRM Stubs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    88
      <unit bldFile="adaptation/stubs/drm_stubs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    89
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    90
     <component name="ocrsrv_stub" long-name="OCR Services Stub">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    91
      <unit bldFile="adaptation/stubs/ocrsrv_stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    92
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    93
     <component name="omasuplasnconverterstubimpl" long-name="OMA SUPL ASN Converter Stub Implementation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    94
      <unit bldFile="adaptation/stubs/omasuplasnconverterstubimpl/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    95
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    96
     <component name="posmsgpluginreferenceimpl" long-name="POS Message Plugin Reference Implementation" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    97
      <unit bldFile="adaptation/stubs/posmsgpluginreferenceimpl/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    98
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
    99
     <component name="srsfenginestub" long-name="SRSF Engine Stub">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   100
      <unit bldFile="adaptation/stubs/power_save_display_mode_stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   101
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   102
     <component name="power_save_display_mode_stub" long-name="Power Save Display Mode Stub">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   103
      <unit bldFile="adaptation/stubs/power_save_display_mode_stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   104
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   105
     <component name="systemswstubs" long-name="System Software Stubs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   106
      <unit bldFile="adaptation/stubs/systemswstubs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   107
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   108
     <component name="tactileclickplugin_stub" long-name="Tactile Click Plugin Stub" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   109
      <unit bldFile="adaptation/stubs/tactileclickplugin_stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   110
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   111
     <component name="wlanhwinit_stub" long-name="WLAN Hardware Init Stub">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   112
      <unit bldFile="adaptation/stubs/wlanhwinit_stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   113
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   114
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   115
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   116
   <block name="beagleboard" level="low" long-name="Beagle Board" levels="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   117
    <collection name="omap3530" long-name="OMAP 3530" level="hw-if">
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
   118
     <component name="omap3530_build" long-name="Beagle Board Common" introduced="^3" purpose="optional" filter="sf_build">
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   119
      <unit bldFile="adaptation/beagleboard/omap3530" mrp="adaptation/beagleboard/omap3530/base_beagle.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   120
     </component>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
   121
     <component name="omap3530_kernel" long-name="Beagle Board Kernel" introduced="^3" purpose="optional" filter="sf_build">
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   122
      <unit bldFile="adaptation/beagleboard/omap3530/kernel"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   123
     </component>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
   124
     <component name="beagleboard_Baseport" long-name="Beagle Board Baseport" introduced="^3" purpose="optional" filter="sf_build">
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   125
      <unit bldFile="adaptation/beagleboard/omap3530/beagleboard"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   126
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   127
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   128
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   129
   <block name="qemu" level="low" long-name="QEMU and Baseport" levels="hw-if">
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
   130
    <collection name="qemu_baseport" long-name="Baseport" level="hw-if">
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
   131
     <component name="syborg" long-name="Syborg" introduced="^2" purpose="optional" filter="sf_build">
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   132
      <unit bldFile="adaptation/qemu/baseport/syborg" mrp="adaptation/qemu/baseport/syborg/syborg.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   133
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   134
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   135
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   136
  </layer>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   137
  <layer name="os" long-name="OS" levels="hw services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   138
   <block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adaptation framework test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   139
    <collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   140
     <component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   141
      <unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   142
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   143
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   144
    <collection name="bsptemplate" long-name="Board Support Package Template" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   145
     <component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   146
      <unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   147
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   148
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   149
    <collection name="kernel" long-name="Kernel Architecture" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   150
     <component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   151
      <unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   152
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   153
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   154
    <collection name="kerneltest" long-name="Kernel Test" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   155
     <component name="e32utils" long-name="E32 Utilities" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   156
      <unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   157
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   158
     <component name="e32test" long-name="E32 Tests" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   159
      <unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   160
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   161
     <component name="f32test" long-name="File Server Tests" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   162
      <unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   163
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   164
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   165
    <collection name="ldds" long-name="Logical Device Drivers" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   166
     <component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   167
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   168
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   169
     <component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   170
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/soundsc" mrp="os/kernelhwsrv/kernel/eka/drivers/soundsc/base_e32_drivers_sound.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   171
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   172
     <component name="serialldd" long-name="Serial Port Drivers" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   173
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   174
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   175
     <component name="legacydrivers" long-name="Legacy Drivers" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   176
      <unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   177
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   178
     <component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   179
      <!-- these are LDDs for storage media-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   180
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   181
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   182
     <component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   183
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug/group" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/group/base_e32_drivers_debug.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   184
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   185
     <component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   186
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   187
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   188
     <component name="cameraldd" long-name="Camera Drivers" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   189
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/camerasc" mrp="os/kernelhwsrv/kernel/eka/drivers/camerasc/base_drivers_camerasc.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   190
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   191
     <component name="displayldd" long-name="Display Drivers" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   192
      <!-- owned and maintained by graphics package. To be moved there as soon as technical limitations are resolved -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   193
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/display" mrp="os/kernelhwsrv/kernel/eka/drivers/display/base_e32_drivers_display.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   194
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   195
     <component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   196
      <!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   197
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   198
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   199
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   200
    <collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   201
     <component name="mediadrivers" long-name="Media Drivers" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   202
      <!-- these are for storage media-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   203
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   204
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   205
     <component name="genericboardsupport" long-name="Generic Board Support" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   206
      <unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   207
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   208
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   209
    <collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   210
     <component name="euser" long-name="User Library" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   211
      <unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   212
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   213
     <component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   214
      <unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   215
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   216
     <component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   217
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   218
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   219
     <component name="estart" long-name="Base Starter" filter="gt" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   220
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   221
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   222
     <component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   223
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   224
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   225
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   226
    <collection name="filesystems" long-name="File Systems" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   227
     <component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   228
      <unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   229
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   230
     <component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   231
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   232
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   233
     <component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   234
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   235
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   236
     <component name="usbhostmssrv" long-name="USB Host Mass Storage Server" filter="gt" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   237
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage/base_f32_shostmassstorage.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   238
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   239
     <component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   240
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   241
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   242
     <component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   243
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   244
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   245
     <component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   246
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   247
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   248
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   249
    <collection name="halservices" long-name="HAL Services" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   250
     <component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   251
      <unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   252
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   253
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   254
    <collection name="textmodeshell" long-name="Text Mode Shell" level="test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   255
     <component name="e32wsrv" long-name="Text Window Server" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   256
      <unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   257
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   258
     <component name="textshell" long-name="Text Shell" filter="gt" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   259
      <unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   260
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   261
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   262
    <collection name="baseapitest" long-name="Base API Tests" level="test"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   263
    <collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   264
     <component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   265
      <unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   266
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   267
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   268
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   269
   <block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   270
    <collection name="emulator" long-name="Emulator" level="bsp">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   271
     <component name="emulatorbsp" long-name="Emulator BSP" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   272
      <unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   273
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   274
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   275
    <collection name="haitest" long-name="HAI Test Suites" level="test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   276
     <component name="bspsvs" long-name="BSP Verification Suite" introduced="^2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   277
      <unit mrp="os/boardsupport/haitest/bspsvs/group/bspsvs.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   278
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   279
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   280
    <collection name="boardsupport_info" long-name="Board Support Info" level="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   281
     <component name="boardsupport_metadata" long-name="Board Support Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   282
      <unit mrp="os/boardsupport/boardsupport_info/boardsupport_metadata/boardsupport_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   283
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   284
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   285
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   286
   <block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   287
    <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   288
     <component name="sysdeftools" long-name="System Definition Tools" purpose="development" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   289
      <unit mrp="os/buildtools/bldsystemtools/sysdeftools/group/sysdeftools.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   290
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   291
     <component name="gttechviewbaseline" long-name="GT Techview Baseline" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   292
      <unit mrp="os/buildtools/packaging/additionalutils/gt_techview_baseline.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   293
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   294
     <component name="commonbldutils" long-name="Common Utils" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   295
      <unit mrp="os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   296
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   297
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   298
    <collection name="packaging" long-name="Packaging" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   299
     <component name="additionalutils" long-name="Additional Utils" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   300
      <unit mrp="os/buildtools/packaging/additionalutils/additional_unknown_cedar.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   301
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   302
     <component name="dummy" long-name="Dummy" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   303
      <unit bldFile="os/buildtools/packaging/dummy" mrp="os/buildtools/packaging/dummy/additional_dummy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   304
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   305
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   306
    <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   307
     <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   308
      <unit mrp="os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   309
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   310
     <component name="e32tools" long-name="E32 Tools" deprecated="^2" purpose="development" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   311
      <unit bldFile="os/buildtools/toolsandutils/e32tools/group" mrp="os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   312
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   313
     <component name="statapi" long-name="STAT API" filter="gt" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   314
      <unit bldFile="os/buildtools/toolsandutils/statapi/source/statapi/console" mrp="os/buildtools/toolsandutils/statapi/group/testtools_stat_device_gt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   315
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   316
     <component name="autotest" long-name="Autotest" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   317
      <unit bldFile="os/buildtools/toolsandutils/autotest/group" mrp="os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   318
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   319
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   320
    <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   321
     <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" filter="sf_build" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   322
      <unit mrp="os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp" bldFile="os/buildtools/sbsv1_os/e32toolp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   323
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   324
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   325
    <collection name="imgtools_os" long-name="Image Tools" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   326
     <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="^2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   327
      <unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   328
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   329
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   330
    <collection name="misccomponents" long-name="Misc Components" level="mw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   331
     <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   332
      <unit bldFile="os/buildtools/misccomponents/emulatorlauncher/group" mrp="os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   333
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   334
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   335
    <collection name="buildtools_info" long-name="Build Tools Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   336
     <component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   337
      <unit mrp="os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   338
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   339
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   340
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   341
   <block name="ossrv" level="services" long-name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   342
    <collection name="stdlibs" long-name="Standard Libraries" level="translation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   343
     <component name="libz" filter="s60" long-name="Z Compression Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   344
      <unit bldFile="os/ossrv/stdlibs/libz/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   345
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   346
     <component name="libcrypt" filter="s60" long-name="Crypt Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   347
      <unit bldFile="os/ossrv/stdlibs/libcrypt/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   348
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   349
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   350
    <collection name="ssl" long-name="SSL" level="data-services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   351
     <component name="libcrypto" filter="s60" long-name="Crypto Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   352
      <unit bldFile="os/ossrv/ssl/libcrypto/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   353
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   354
     <component name="libssl" filter="s60" purpose="development" long-name="SSL Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   355
      <unit bldFile="os/ossrv/ssl/libssl/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   356
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   357
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   358
    <collection name="glib" long-name="GLib" level="utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   359
     <component name="glibbackend" filter="s60" long-name="GLib Backend">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   360
      <unit bldFile="os/ossrv/glib/glibbackend/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   361
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   362
     <component name="libglib" filter="s60" long-name="GLib Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   363
      <unit bldFile="os/ossrv/glib/libglib/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   364
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   365
     <component name="libgthread" filter="s60" long-name="Libg Thread">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   366
      <unit bldFile="os/ossrv/glib/libgthread/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   367
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   368
     <component name="libgmodule" filter="s60" long-name="Libg Module">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   369
      <unit bldFile="os/ossrv/glib/libgmodule/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   370
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   371
     <component name="libgobject" filter="s60" long-name="Libg Object">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   372
      <unit bldFile="os/ossrv/glib/libgobject/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   373
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   374
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   375
    <collection name="stdcpp" long-name="C++ Standard Library" level="translation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   376
     <!-- collection is really a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   377
     <component name="stdcpp_build" filter="s60" long-name="Stdcpp">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   378
      <unit bldFile="os/ossrv/stdcpp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   379
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   380
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   381
    <collection name="ofdbus" long-name="Open Foundation D-Bus" level="utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   382
     <component name="dbus" filter="s60" long-name="D-Bus">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   383
      <unit bldFile="os/ossrv/ofdbus/dbus/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   384
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   385
     <component name="dbus-glib" filter="s60" long-name="D-Bus GLib">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   386
      <unit bldFile="os/ossrv/ofdbus/dbus-glib/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   387
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   388
     <component name="ofdbus_rom" filter="s60" long-name="D-Bus ROM">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   389
      <!-- Contains IBY for for dbus. Should remove #includes to above components and move this down a directory 
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   390
            Consider moving IBY file to one of the above as well and removing this component entirely -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   391
      <unit bldFile="os/ossrv/ofdbus/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   392
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   393
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   394
    <collection name="utilitylibraries" long-name="Utility Libraries" level="encoding">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   395
     <component name="libutils" filter="s60" long-name="Utility Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   396
      <unit bldFile="os/ossrv/utilitylibraries/libutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   397
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   398
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   399
    <collection name="genericservices" long-name="Generic Services" level="utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   400
     <component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   401
      <unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/groupsymtb101sf" mrp="os/ossrv/genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp" version="tb101sf"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   402
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   403
     <component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   404
      <unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   405
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   406
     <component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   407
      <unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   408
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   409
     <component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   410
      <unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   411
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   412
     <component name="activebackupclient" long-name="Active Backup Client" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   413
      <unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   414
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   415
     <component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   416
      <unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   417
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   418
     <component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   419
      <unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   420
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   421
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   422
    <collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   423
    <collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   424
     <component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   425
      <unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   426
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   427
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   428
    <collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   429
     <component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   430
      <unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   431
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   432
     <component name="cppstdlib" long-name="C++ Standard Library" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   433
      <unit bldFile="os/ossrv/genericopenlibs/cppstdlib/group" mrp="os/ossrv/genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   434
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   435
     <component name="openenvcore" long-name="Open Environment Core" introduced="^2" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   436
      <unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   437
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   438
     <component name="posixrealtimeextensions" long-name="POSIX Realtime Extensions" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   439
      <unit bldFile="os/ossrv/genericopenlibs/posixrealtimeextensions/group" mrp="os/ossrv/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   440
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   441
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   442
    <collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   443
     <component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   444
      <unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom3.mrp" version="3"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   445
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   446
     <component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   447
      <unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   448
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   449
     <component name="genericusabilitylib" long-name="Generic Usability Library" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   450
      <unit bldFile="os/ossrv/lowlevellibsandfws/genericusabilitylib/group" mrp="os/ossrv/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   451
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   452
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   453
    <collection name="ossrv_info" long-name="Generic OS Services Info" level="utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   454
     <component name="ossrv_build" filter="s60" long-name="Generic OS Services Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   455
      <!-- exports should be moved to individual components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   456
      <unit bldFile="os/ossrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   457
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   458
     <component name="ossrv_plat" filter="s60" long-name="Generic OS Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   459
      <unit bldFile="os/ossrv/ossrv_plat/libutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   460
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   461
     <component name="ossrv_pub" filter="s60" long-name="Generic OS Services Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   462
      <unit bldFile="os/ossrv/ossrv_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   463
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   464
     <component name="ossrv_metadata" long-name="Generic OS Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   465
      <unit mrp="os/ossrv/ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   466
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   467
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   468
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   469
   <block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adaptation hw-if plugin framework server app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   470
    <collection name="featuremgmt" long-name="Feature Management" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   471
     <component name="featuremgr" long-name="Feature Manager" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   472
      <unit bldFile="os/persistentdata/featuremgmt/featuremgr/group" mrp="os/persistentdata/featuremgmt/featuremgr/group/syslibs_featmgr.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   473
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   474
     <component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   475
      <unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   476
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   477
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   478
    <collection name="loggingservices" long-name="Logging Services" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   479
     <component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   480
      <unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   481
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   482
     <component name="filelogger" long-name="File Logger" introduced="ER5" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   483
      <unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   484
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   485
     <component name="rfilelogger" long-name="RFile Logger" deprecated="^3" introduced="9.1" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   486
      <unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   487
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   488
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   489
    <collection name="traceservices" long-name="Trace Services" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   490
     <component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   491
      <unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   492
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   493
     <component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   494
      <unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   495
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   496
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   497
    <collection name="persistentstorage" long-name="Persistent Storage" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   498
     <component name="store" long-name="Store" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   499
      <unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   500
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   501
     <component name="dbms" long-name="DBMS" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   502
      <unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   503
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   504
     <component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   505
      <unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   506
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   507
     <component name="sql" long-name="SQL" introduced="9.3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   508
      <unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   509
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   510
     <component name="sqlite3api" long-name="SQLite 3 API" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   511
      <unit bldFile="os/persistentdata/persistentstorage/sqlite3api/GROUP" mrp="os/persistentdata/persistentstorage/sqlite3api/GROUP/syslibs_sqlite3.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   512
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   513
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   514
    <collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   515
     <component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   516
      <unit mrp="os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   517
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   518
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   519
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   520
   <block name="devicesrv" level="services" long-name="Device Services" levels="adaptation hw-if plugin framework server app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   521
    <collection name="accessoryservices" long-name="Accessory Services" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   522
     <component name="accessorymonitor" filter="s60" long-name="Accessory Monitor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   523
      <unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   524
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   525
     <component name="accessoryremotecontrol" filter="s60" long-name="Accessory Remote Control">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   526
      <unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   527
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   528
     <component name="accessoryserver" filter="s60" long-name="Accessory Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   529
      <unit bldFile="os/devicesrv/accessoryservices/accessoryserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   530
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   531
     <component name="pluggeddisplay" filter="s60" long-name="Plugged Display" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   532
      <unit bldFile="os/devicesrv/accessoryservices/pluggeddisplay/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   533
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   534
     <component name="headsetstatusapi" filter="s60" long-name="Headset Status API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   535
      <unit bldFile="os/devicesrv/accessoryservices/headsetstatusapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   536
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   537
     <component name="tspclientmapper" filter="s60" long-name="TSP Client Mapper">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   538
      <unit bldFile="os/devicesrv/accessoryservices/tspclientmapper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   539
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   540
     <component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   541
      <unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   542
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   543
     <component name="gid_pc_tool" filter="s60" long-name="Generic ID PC Tool" class="tool PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   544
      <unit bldFile="os/devicesrv/accessoryservices/gid_pc_tool/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   545
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   546
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   547
    <collection name="commonservices" long-name="Common Services" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   548
     <component name="commonengine" filter="s60" long-name="Common Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   549
      <unit bldFile="os/devicesrv/commonservices/commonengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   550
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   551
     <component name="commonengineresources" filter="s60" long-name="Common Engine Resources" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   552
      <unit bldFile="os/devicesrv/commonservices/commonengineresources/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   553
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   554
     <component name="platformenv" filter="s60" long-name="Platform Environment">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   555
      <unit bldFile="os/devicesrv/commonservices/platformenv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   556
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   557
     <component name="sysutil" long-name="System Utilities" purpose="mandatory" introduced="ER5">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   558
      <unit bldFile="os/devicesrv/commonservices/sysutil/group" mrp="os/devicesrv/commonservices/sysutil/group/sysutil.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   559
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   560
     <component name="activitymanager" long-name="Activity Manager" purpose="mandatory" introduced="ER5">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   561
      <unit bldFile="os/devicesrv/commonservices/activitymanager/group" mrp="os/devicesrv/commonservices/activitymanager/group/activitymanager.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   562
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   563
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   564
    <collection name="dosservices" long-name="Domestic Operating System Services" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   565
     <component name="commondsy" filter="s60" long-name="Common DSY" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   566
      <unit bldFile="os/devicesrv/dosservices/commondsy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   567
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   568
     <component name="dosserver" filter="s60" long-name="Domestic OS Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   569
      <unit bldFile="os/devicesrv/dosservices/dosserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   570
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   571
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   572
    <collection name="sensorservices" long-name="Sensor Services" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   573
     <component name="sensorserver" filter="s60" long-name="Sensor Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   574
      <unit bldFile="os/devicesrv/sensorservices/sensorserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   575
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   576
     <component name="orientationssy" filter="s60" long-name="Orientation SSY" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   577
      <unit bldFile="os/devicesrv/sensorservices/orientationssy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   578
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   579
     <component name="tiltcompensationssy" filter="s60" long-name="Tilt Compensation SSY" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   580
      <unit bldFile="os/devicesrv/sensorservices/tiltcompensationssy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   581
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   582
     <component name="sensordatacompensator" filter="s60" long-name="Sensor Data Compensator">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   583
      <unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   584
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   585
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   586
    <collection name="hwrmhaptics" long-name="HWRM Haptics" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   587
     <component name="hapticseffectdatagetterfw" filter="s60" long-name="Haptics Effect Data Getter Framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   588
      <unit bldFile="os/devicesrv/hwrmhaptics/hapticseffectdatagetterfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   589
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   590
     <component name="hapticspluginservice" filter="s60" long-name="Haptics Plugin Service">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   591
      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginservice/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   592
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   593
     <component name="hapticspacketizer" filter="s60" long-name="Haptics Packetizer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   594
      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspacketizer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   595
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   596
     <component name="hapticspluginmanager" filter="s60" long-name="Haptics Plugin Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   597
      <unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   598
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   599
     <component name="hapticsserver" filter="s60" long-name="Haptics Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   600
      <unit bldFile="os/devicesrv/hwrmhaptics/hapticsserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   601
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   602
     <component name="hapticsclient" filter="s60" long-name="Haptics Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   603
      <unit bldFile="os/devicesrv/hwrmhaptics/hapticsclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   604
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   605
     <component name="hwrmhaptics_build" filter="s60" long-name="HWRM Haptics Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   606
      <!-- move these exports into the appropriate above components and delete this component-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   607
      <unit bldFile="os/devicesrv/hwrmhaptics/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   608
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   609
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   610
    <collection name="mediator" long-name="Mediator" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   611
     <!--collection is really a component. Move it down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   612
     <component name="mediator_build" filter="s60" long-name="Mediator Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   613
      <unit bldFile="os/devicesrv/mediator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   614
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   615
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   616
    <collection name="psmservices" long-name="Power Save Mode Services" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   617
     <component name="psmserver" filter="s60" long-name="PSM Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   618
      <unit bldFile="os/devicesrv/psmservices/psmserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   619
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   620
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   621
    <collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   622
     <component name="hwrmfmtxwatcherplugin" filter="s60" long-name="HWRM FM Transmitter Watcher Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   623
      <unit bldFile="os/devicesrv/resourcemgmt/hwrmfmtxwatcherplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   624
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   625
     <component name="hwrmtargetmodifierplugin" filter="s60" long-name="HWRM Target Modifier Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   626
      <!-- uncomment the unit when configuration is in place, it's currently #included from resourcemgmt_build, 
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   627
      		may need to  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   628
      <!-- <unit bldFile="resourcemgmt/hwrmtargetmodifierplugin/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   629
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   630
     <component name="vibractrl" filter="s60" long-name="Vibra Control" deprecated="9.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   631
      <unit bldFile="os/devicesrv/resourcemgmt/vibractrl/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   632
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   633
     <component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   634
      <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   635
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   636
     <component name="hwresourcesmgrconfig" long-name="Hardware Resources Manager Config" introduced="^3" purpose="optional" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   637
      <unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgrconfig" mrp="os/devicesrv/resourcemgmt/hwresourcesmgrconfig/telephony_hwrm-config.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   638
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   639
     <component name="resourcemgmt_build" filter="s60" long-name="Resource Management Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   640
      <!-- Move exports to a self-contained component.
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   641
         	This needs to be kept around until configuration is in place -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   642
      <unit bldFile="os/devicesrv/resourcemgmt/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   643
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   644
     <component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   645
      <unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   646
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   647
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   648
    <collection name="sysstatemgmt" long-name="System State Management" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   649
     <component name="starter" filter="s60" long-name="Starter">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   650
      <unit bldFile="os/devicesrv/sysstatemgmt/starter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   651
      <!-- are these test bld.infs needed for the build? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   652
      <!-- <unit bldFile="sysstatemgmt/starter/strtsecnote/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   653
      <!-- <unit bldFile="sysstatemgmt/starter/strtsecobs/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   654
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   655
     <component name="ssmmapperutility" filter="s60" long-name="SSM Mapper Utility" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   656
      <unit bldFile="os/devicesrv/sysstatemgmt/ssmmapperutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   657
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   658
     <component name="ssmpolicyplugins" filter="s60" long-name="SSM Policy Plugins" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   659
      <unit bldFile="os/devicesrv/sysstatemgmt/ssmpolicyplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   660
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   661
     <component name="ssmutilityplugins" filter="s60" long-name="SSM Utility Plugins" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   662
      <unit bldFile="os/devicesrv/sysstatemgmt/ssmutilityplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   663
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   664
     <component name="ssmcmdlists" filter="s60" long-name="SSM Command Lists" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   665
      <unit bldFile="os/devicesrv/sysstatemgmt/ssmcmdlists/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   666
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   667
     <component name="ssmcustcmds" filter="s60" long-name="SSM Custom Commands" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   668
      <unit bldFile="os/devicesrv/sysstatemgmt/ssmcustcmds/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   669
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   670
     <component name="syslangutil" filter="s60" long-name="System Language Utility" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   671
      <unit bldFile="os/devicesrv/sysstatemgmt/syslangutil/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   672
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   673
     <component name="sysrestart" filter="s60" long-name="System Restart" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   674
      <unit bldFile="os/devicesrv/sysstatemgmt/sysrestart/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   675
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   676
     <component name="sysuiprovider" filter="s60" long-name="System UI Provider" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   677
      <unit bldFile="os/devicesrv/sysstatemgmt/sysuiprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   678
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   679
     <component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   680
      <unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   681
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   682
     <component name="systemstatemgr" long-name="System State Manager" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   683
      <unit bldFile="os/devicesrv/sysstatemgmt/systemstatemgr/group" mrp="os/devicesrv/sysstatemgmt/systemstatemgr/group/app-framework_ssma.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   684
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   685
     <component name="systemstateplugins" long-name="System State Plugins" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   686
      <unit bldFile="os/devicesrv/sysstatemgmt/systemstateplugins/group" mrp="os/devicesrv/sysstatemgmt/systemstateplugins/group/app-framework_ssplugins.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   687
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   688
     <component name="systemstatereferenceplugins" long-name="System State Reference Plugins" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   689
      <unit bldFile="os/devicesrv/sysstatemgmt/systemstatereferenceplugins/group" mrp="os/devicesrv/sysstatemgmt/systemstatereferenceplugins/group/app-framework_ssrefplugins.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   690
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   691
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   692
    <collection name="resourceinterfaces" long-name="Resource Interfaces" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   693
     <component name="fmtransmittercontrol" long-name="FM Transmitter Control" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   694
      <unit bldFile="os/devicesrv/resourceinterfaces/fmtransmittercontrol/group" mrp="os/devicesrv/resourceinterfaces/fmtransmittercontrol/group/telephony_hwrmfmtx.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   695
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   696
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   697
    <collection name="systemhealthmanagement" long-name="System Health Management" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   698
     <component name="systemhealthmgr" long-name="System Health Manager" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   699
      <unit bldFile="os/devicesrv/systemhealthmanagement/systemhealthmgr/group" mrp="os/devicesrv/systemhealthmanagement/systemhealthmgr/group/app-framework_shma.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   700
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   701
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   702
    <collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   703
    <collection name="devicesrv_info" long-name="Device Services Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   704
     <component name="devicesrv_plat" filter="s60" long-name="Device Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   705
      <unit bldFile="os/devicesrv/devicesrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   706
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   707
     <component name="devicesrv_pub" filter="s60" long-name="Device Services Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   708
      <unit bldFile="os/devicesrv/devicesrv_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   709
      <unit bldFile="os/devicesrv/devicesrv_pub/platform_path_definitions_api/group" filter="bldmefirst"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   710
      <!-- separate to another component? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   711
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   712
     <component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   713
      <unit mrp="os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   714
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   715
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   716
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   717
   <block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   718
    <collection name="authenticationservices" long-name="Authentication Services" level="utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   719
     <component name="authenticationserver" long-name="Authentication Server" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   720
      <unit bldFile="os/security/authenticationservices/authenticationserver/group" mrp="os/security/authenticationservices/authenticationserver/group/security_authserver.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   721
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   722
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   723
    <collection name="authorisation" long-name="Authorisation" level="utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   724
     <component name="userpromptservice" long-name="User Prompt Service" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   725
      <unit bldFile="os/security/authorisation/userpromptservice/group" mrp="os/security/authorisation/userpromptservice/group/security_ups.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   726
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   727
     <component name="userpromptutils" long-name="User Prompt Utils" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   728
      <unit bldFile="os/security/authorisation/userpromptutils/group" mrp="os/security/authorisation/userpromptutils/group/security_ups_utils.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   729
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   730
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   731
    <collection name="contentmgmt" long-name="Content Management" level="utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   732
     <component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   733
      <unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   734
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   735
     <component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   736
      <unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   737
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   738
     <component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   739
      <unit bldFile="os/security/contentmgmt/referencedrmagent/RefTestAgent/group" mrp="os/security/contentmgmt/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   740
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   741
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   742
    <collection name="crypto" long-name="Crypto Libraries" level="libraries">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   743
     <component name="weakcryptospi" long-name="Weak Crypto SPI" filter="gt" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   744
      <unit bldFile="os/security/crypto/weakcryptospi/group" mrp="os/security/crypto/weakcryptospi/group/security_cryptospi_weak.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   745
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   746
     <component name="strongcryptospi" long-name="Strong Crypto SPI" filter="gt" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   747
      <unit bldFile="os/security/crypto/weakcryptospi/strong" mrp="os/security/crypto/weakcryptospi/group/security_cryptospi_strong.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   748
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   749
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   750
    <collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   751
     <component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   752
      <unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   753
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   754
     <component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   755
      <unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   756
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   757
     <component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   758
      <unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   759
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   760
     <component name="securitycommonutils" long-name="Security Common Utils" introduced="8.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   761
      <unit bldFile="os/security/cryptomgmtlibs/securitycommonutils/group" mrp="os/security/cryptomgmtlibs/securitycommonutils/group/security_commonutils.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   762
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   763
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   764
    <collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   765
     <component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   766
      <unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   767
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   768
     <component name="securitytools" long-name="Security Tools" introduced="^3" purpose="optional" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   769
      <unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   770
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   771
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   772
    <collection name="cryptoplugins" long-name="Crypto Plugins" level="plugins">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   773
     <component name="cryptospiplugins" long-name="Crypto SPI Plugins" filter="gt" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   774
      <unit bldFile="os/security/cryptoplugins/cryptospiplugins/group" mrp="os/security/cryptoplugins/cryptospiplugins/group/security_cryptospi_plugins.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   775
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   776
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   777
    <collection name="cryptoservices" long-name="Crypto Services" level="plugins">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   778
     <component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   779
      <unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   780
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   781
     <component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   782
      <unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   783
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   784
     <component name="Browser Root Certificates" introduced="^2" purpose="optional" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   785
      <!-- not really s60 -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   786
      <unit mrp="os/security/cryptoservices/browserrootcertificates/browserrootcerts.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   787
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   788
     <component name="rootcertificates" filter="sf_build" long-name="Root Certificates" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   789
      <unit bldFile="os/security/cryptoservices/rootcertificates/group" mrp="os/security/cryptoservices/rootcertificates/group/rootcerts.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   790
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   791
     <component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   792
      <unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   793
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   794
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   795
    <collection name="security_info" long-name="OS Security Info" level="utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   796
     <component name="security_metadata" long-name="OS Security Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   797
      <unit mrp="os/security/security_info/security_metadata/security_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   798
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   799
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   800
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   801
   <block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adaptation management application-interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   802
    <collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   803
     <component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   804
      <unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   805
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   806
     <component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   807
      <unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   808
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   809
     <component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="^2" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   810
      <unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   811
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   812
     <component name="gpspositioningmodule" long-name="GPS/A-GPS Positioning Module" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   813
      <unit bldFile="os/lbs/datasourcemodules/gpspositioningmodule/group" mrp="os/lbs/datasourcemodules/gpspositioningmodule/group/lbs_agps_positioning_module.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   814
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   815
     <component name="networkpositioningmodule" long-name="Network Positioning Module" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   816
      <unit bldFile="os/lbs/datasourcemodules/networkpositioningmodule/group" mrp="os/lbs/datasourcemodules/networkpositioningmodule/group/lbs_network_positioning_module.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   817
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   818
     <component name="locationapesuplpsy" long-name="APE SUPL PSY" introduced="^3" purpose="optional" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   819
      <unit bldFile="os/lbs/datasourcemodules/locationapesuplpsy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   820
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   821
     <component name="npeintegmodule" long-name="NPE Integration Module" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   822
      <unit bldFile="os/lbs/datasourcemodules/npeintegmodule/group" mrp="os/lbs/datasourcemodules/npeintegmodule/group/lbs_npeintegrationmodule.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   823
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   824
     <component name="datasourcemodules_build" long-name="Data Source Modules Build" introduced="^3" purpose="optional" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   825
      <!-- need to move the exports to another component, or make this a real component by removing the #include and moving down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   826
      <unit bldFile="os/lbs/datasourcemodules/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   827
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   828
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   829
    <collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   830
     <component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   831
      <unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   832
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   833
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   834
    <collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   835
     <component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   836
      <unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   837
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   838
     <component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   839
      <unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   840
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   841
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   842
    <collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   843
     <component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   844
      <unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   845
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   846
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   847
    <collection name="locationmgmt" long-name="Location Management" level="management">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   848
     <component name="locmonitor" long-name="Location Monitor" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   849
      <unit bldFile="os/lbs/locationmgmt/locmonitor/lbslocmonitorserver/group" mrp="os/lbs/locationmgmt/locmonitor/lbslocmonitorserver/group/lbs_locationmonitor.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   850
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   851
     <component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   852
      <unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   853
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   854
     <component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   855
      <unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   856
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   857
     <component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   858
      <unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   859
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   860
     <component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   861
      <unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   862
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   863
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   864
    <collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   865
     <component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   866
      <unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   867
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   868
     <component name="suplproxyprotocolmodule" long-name="SUPL Proxy Protocol Module" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   869
      <unit bldFile="os/lbs/networkprotocolmodules/suplproxyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplproxyprotocolmodule/group/lbs_suplproxyprotocolmodule.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   870
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   871
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   872
    <collection name="lbsapitest" long-name="Location API Tests" level="application-interface"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   873
    <collection name="lbs_info" long-name="Locating Services Info" level="application-interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   874
     <component name="lbs_metadata" long-name="Locating Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   875
      <unit mrp="os/lbs/lbs_info/lbs_metadata/lbs_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   876
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   877
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   878
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   879
   <block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   880
    <collection name="commsprocess" long-name="Comms Process" level="process">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   881
     <component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   882
      <unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   883
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   884
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   885
    <collection name="commsconfig" long-name="Comms Config" level="process">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   886
     <component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   887
      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   888
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   889
     <component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   890
      <unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   891
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   892
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   893
    <collection name="datacommsserver" long-name="Data Comms Server" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   894
     <component name="esockserver" long-name="ESock Server" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   895
      <unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="3"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   896
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   897
     <component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   898
      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   899
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   900
     <component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   901
      <unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   902
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   903
     <component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   904
      <unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   905
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   906
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   907
    <collection name="serialserver" long-name="Serial Server" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   908
     <component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   909
      <unit bldFile="os/commsfw/serialserver/serialportcsy" mrp="os/commsfw/serialserver/serialportcsy/ser-comms_serialportcsy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   910
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   911
     <component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   912
      <unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   913
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   914
     <component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   915
      <unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   916
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   917
     <component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   918
      <unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   919
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   920
     <component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   921
      <unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   922
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   923
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   924
    <collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   925
     <component name="commsbufs" long-name="Comms Buffers" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   926
      <unit bldFile="os/commsfw/commsfwutils/commsbufs/group" mrp="os/commsfw/commsfwutils/commsbufs/group/comms-infras_commsbufs.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   927
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   928
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   929
    <collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   930
     <component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   931
      <unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   932
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   933
     <component name="commsfw_metadata" long-name="Communications Framework Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   934
      <unit mrp="os/commsfw/commsfw_info/commsfw_metadata/commsfw_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   935
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   936
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   937
    <collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   938
     <component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   939
      <unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   940
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   941
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   942
    <collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   943
     <component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" introduced="^3" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   944
      <unit mrp="os/commsfw/commsinfrastructureapitest/commsinfrastructuresvs/group/commsinfrastructuresvs.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   945
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   946
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   947
    <collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   948
     <component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   949
      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   950
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   951
     <component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   952
      <unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   953
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   954
     <component name="commstools" long-name="Comms Tools" introduced="^3" purpose="development" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   955
      <unit bldFile="os/commsfw/commsfwtools/commstools/group" mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   956
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   957
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   958
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   959
   <block name="networkingsrv" level="services" long-name="Networking Services" levels="adaptation hw-if plugin framework server app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   960
    <collection name="commsdb" long-name="Comms DB" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   961
     <component name="s60_commsdb" filter="s60" long-name="S60 Commsdb" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   962
      <unit bldFile="os/networkingsrv/commsdb/s60_commsdb/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   963
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   964
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   965
    <collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   966
     <component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   967
      <unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   968
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   969
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   970
    <collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   971
     <component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   972
      <unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   973
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   974
     <component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   975
      <unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   976
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   977
     <component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="^2" purpose="mandatory" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   978
      <unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   979
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   980
     <component name="punycodeconv" long-name="Punycode Converter" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   981
      <unit bldFile="os/networkingsrv/tcpiputils/punycodeconv/group" mrp="os/networkingsrv/tcpiputils/punycodeconv/group/networking_punycodeconverter.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   982
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   983
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   984
    <collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   985
     <component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   986
      <unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   987
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   988
     <component name="genericscprparameters" long-name="Generic SCPR Parameters" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   989
      <unit bldFile="os/networkingsrv/linklayercontrol/genericscprparameters/group" mrp="os/networkingsrv/linklayercontrol/genericscprparameters/group/networking_genericscprparams.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   990
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   991
     <component name="mbmsparameters" long-name="MBMS Parameters" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   992
      <unit bldFile="os/networkingsrv/linklayercontrol/mbmsparameters/group" mrp="os/networkingsrv/linklayercontrol/mbmsparameters/group/networking_mbmsparams.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   993
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   994
     <component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   995
      <unit bldFile="os/networkingsrv/linklayercontrol/networkinterfacemgr/group" mrp="os/networkingsrv/linklayercontrol/networkinterfacemgr/group/comms-infras_nifman.mrp" version="2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   996
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   997
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   998
    <collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
   999
     <component name="ethernetnif" long-name="Ethernet NIF" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1000
      <unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1001
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1002
     <component name="pppnif" long-name="PPP NIF" introduced="ER5" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1003
      <unit bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp" version="2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1004
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1005
     <component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1006
      <unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1007
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1008
     <component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1009
      <unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1010
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1011
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1012
    <collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1013
     <component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1014
      <unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1015
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1016
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1017
    <collection name="networkcontrol" long-name="Network Control" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1018
     <component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1019
      <unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1020
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1021
     <component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1022
      <unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1023
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1024
     <component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1025
      <unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1026
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1027
     <component name="qosipscpr" long-name="QoS IP SCPR" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1028
      <unit bldFile="os/networkingsrv/networkcontrol/qosipscpr/group" mrp="os/networkingsrv/networkcontrol/qosipscpr/group/networking_qosipscpr.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1029
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1030
     <component name="ipnetworklayer" long-name="IP Network Layer" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1031
      <unit bldFile="os/networkingsrv/networkcontrol/ipnetworklayer/group" mrp="os/networkingsrv/networkcontrol/ipnetworklayer/group/networking_ipproto.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1032
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1033
     <component name="iptransportlayer" long-name="IP Transport Layer" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1034
      <unit bldFile="os/networkingsrv/networkcontrol/iptransportlayer/group" mrp="os/networkingsrv/networkcontrol/iptransportlayer/group/networking_iptransport.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1035
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1036
     <component name="ipupsplugins" long-name="IP UPS" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1037
      <unit bldFile="os/networkingsrv/networkcontrol/ipupsplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1038
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1039
     <component name="commsuserpromptmgr" long-name="Comms User Prompt Manager" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1040
      <unit bldFile="os/networkingsrv/networkcontrol/commsuserpromptmgr/group" mrp="os/networkingsrv/networkcontrol/commsuserpromptmgr/group/networking_netups.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1041
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1042
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1043
    <collection name="networkprotocols" long-name="Network Protocols" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1044
     <component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1045
      <unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1046
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1047
     <component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1048
      <unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1049
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1050
     <component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1051
      <unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1052
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1053
     <component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1054
      <unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1055
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1056
     <component name="dnsproxy" long-name="DNS Proxy" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1057
      <unit bldFile="os/networkingsrv/networkprotocols/dnsproxy/group" mrp="os/networkingsrv/networkprotocols/dnsproxy/group/networking_dnsproxy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1058
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1059
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1060
    <collection name="networksecurity" long-name="Network Security" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1061
     <component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1062
      <unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1063
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1064
     <component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1065
      <unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1066
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1067
     <component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1068
      <unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1069
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1070
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1071
    <collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1072
     <component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1073
      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1074
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1075
     <component name="networkingintegrationtest" long-name="Networking Integration Test" introduced="ER5" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1076
      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group" mrp="os/networkingsrv/networkingtestandutils/networkingintegrationtest/Group/networking_integrationtest.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1077
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1078
     <component name="networkingperformancemeasurementtools" long-name="Networking Performance Measurement Tools" introduced="^3" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1079
      <unit bldFile="os/networkingsrv/networkingtestandutils/networkingperformancemeasurementtools/group" mrp="os/networkingsrv/networkingtestandutils/networkingperformancemeasurementtools/group/networking_netperf.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1080
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1081
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1082
    <collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1083
     <component name="networkingrom" long-name="Networking ROM" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1084
      <!--  production component: contains the IBY files -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1085
      <unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1086
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1087
     <component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1088
      <unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1089
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1090
     <component name="networkingsrv_metadata" long-name="Networking Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1091
      <unit mrp="os/networkingsrv/networkingsrv_info/networkingsrv_metadata/networkingsrv_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1092
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1093
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1094
    <collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1095
     <component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1096
      <unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1097
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1098
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1099
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1100
   <block name="wlan" level="services" long-name="WLAN" levels="hw low mid high tools test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1101
    <collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1102
     <component name="wlanpsmplugin" filter="s60" long-name="WLAN PSM Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1103
      <unit bldFile="os/wlan/wlan_bearer/wlanpsmplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1104
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1105
     <component name="wlanagent" filter="s60" long-name="WLAN Agent">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1106
      <unit bldFile="os/wlan/wlan_bearer/wlanagent/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1107
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1108
     <component name="wlandbif_cd" filter="s60" long-name="WLAN CommsDat interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1109
      <unit bldFile="os/wlan/wlan_bearer/wlandbif_cd/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1110
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1111
     <!-- should follow component directory rules for stuff in wlan_symbian/ and put in a single component or split up properly -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1112
     <component name="wlanengine" filter="s60" long-name="WLAN Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1113
      <unit bldFile="os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1114
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1115
     <component name="wlanldd" filter="s60" long-name="WLAN LDD">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1116
      <unit bldFile="os/wlan/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1117
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1118
     <component name="wlannwif" filter="s60" long-name="WLAN Network Interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1119
      <unit bldFile="os/wlan/wlan_bearer/wlannwif/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1120
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1121
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1122
    <collection name="wlanapitest" long-name="WLAN API Tests" level="test"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1123
    <collection name="wlan_info" long-name="WLAN Info" level="test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1124
     <component name="wlan_pub" filter="s60" long-name="WLAN Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1125
      <unit bldFile="os/wlan/wlan_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1126
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1127
     <component name="wlan_plat" filter="s60" long-name="WLAN Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1128
      <unit bldFile="os/wlan/wlan_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1129
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1130
     <component name="wlan_metadata" long-name="WLAN Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1131
      <unit mrp="os/wlan/wlan_info/wlan_metadata/wlan_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1132
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1133
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1134
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1135
   <block name="cellularsrv" level="services" long-name="Cellular Baseband Services" levels="adaptation hw-if plugin framework server app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1136
    <collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1137
     <component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1138
      <unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1139
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1140
     <component name="isc_if" filter="s60" long-name="Inter-System Communication Interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1141
      <unit bldFile="os/cellularsrv/basebandabstraction/isc_if/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1142
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1143
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1144
    <collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1145
     <component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1146
      <unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1147
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1148
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1149
    <collection name="fax" long-name="Fax" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1150
     <component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1151
      <unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1152
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1153
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1154
    <collection name="smsprotocols" long-name="SMS Protocols" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1155
     <component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1156
      <unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1157
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1158
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1159
    <collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1160
     <component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1161
      <unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1162
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1163
     <component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1164
      <unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1165
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1166
     <component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1167
      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1168
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1169
     <component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1170
      <unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1171
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1172
     <component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1173
      <unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1174
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1175
     <component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1176
      <unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1177
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1178
     <component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1179
      <unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1180
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1181
     <component name="pdplayer" long-name="PDP Layer" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1182
      <unit bldFile="os/cellularsrv/telephonyprotocols/pdplayer/group" mrp="os/cellularsrv/telephonyprotocols/pdplayer/group/networking_pdp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1183
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1184
     <component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1185
      <unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1186
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1187
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1188
    <collection name="telephonyserver" long-name="Telephony Server" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1189
     <component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1190
      <unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1191
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1192
     <component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1193
      <unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1194
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1195
     <component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1196
      <unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1197
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1198
     <component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1199
      <unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1200
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1201
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1202
    <collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1203
     <component name="common_tsy" long-name="Common TSY" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1204
      <unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1205
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1206
     <component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="^2" purpose="development" filter="sf_build" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1207
      <unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp" bldFile="os/cellularsrv/telephonyserverplugins/licenseetsystub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1208
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1209
     <component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1210
      <unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1211
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1212
     <component name="simtsy" long-name="SIM TSY" introduced="7.0" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1213
      <unit bldFile="os/cellularsrv/telephonyserverplugins/simtsy/group" mrp="os/cellularsrv/telephonyserverplugins/simtsy/group/telephony_simtsy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1214
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1215
     <component name="ctsydispatchlayer" long-name="C-TSY Dispatch Layer" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1216
      <unit bldFile="os/cellularsrv/telephonyserverplugins/ctsydispatchlayer/group" mrp="os/cellularsrv/telephonyserverplugins/ctsydispatchlayer/group/telephony_dispatcher.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1217
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1218
     <component name="simatktsy" long-name="SIMATK TSY" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1219
      <unit bldFile="os/cellularsrv/telephonyserverplugins/simatktsy/group" mrp="os/cellularsrv/telephonyserverplugins/simatktsy/group/commonsimatktsy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1220
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1221
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1222
    <collection name="commonnetworkinterface" long-name="Common Network Interface" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1223
     <component name="gennif" filter="s60" long-name="Generic NIF">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1224
      <unit bldFile="os/cellularsrv/commonnetworkinterface/gennif/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1225
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1226
     <component name="gprsumtsagent" filter="s60" long-name="GPRS UMTS Agent">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1227
      <unit bldFile="os/cellularsrv/commonnetworkinterface/gprsumtsagent/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1228
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1229
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1230
    <collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1231
     <component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1232
      <unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1233
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1234
     <component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1235
      <unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1236
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1237
     <component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1238
      <unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1239
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1240
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1241
    <collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1242
     <component name="cellularsrv_plat" filter="s60" long-name="Cellular Baseband Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1243
      <unit bldFile="os/cellularsrv/cellularsrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1244
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1245
     <component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1246
      <unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1247
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1248
     <component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1249
      <unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1250
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1251
     <component name="cellularsrv_metadata" long-name="Cellular Baseband Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1252
      <unit mrp="os/cellularsrv/cellularsrv_info/cellularsrv_metadata/cellularsrv_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1253
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1254
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1255
    <collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1256
     <component name="mocksy" long-name="MockSY" introduced="^2" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1257
      <unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1258
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1259
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1260
    <collection name="cellularsrvapitest" long-name="Telephony API Tests" level="app-if"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1261
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1262
   <block name="bt" level="services" long-name="Bluetooth" levels="adaptation hw-if plugin framework server app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1263
    <collection name="bluetooth" long-name="Bluetooth Core" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1264
     <component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1265
      <unit bldFile="os/bt/bluetooth/btstack" mrp="os/bt/bluetooth/btstack/bluetooth_stack.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1266
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1267
     <component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1268
      <unit bldFile="os/bt/bluetooth/btcomm" mrp="os/bt/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1269
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1270
     <component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1271
      <unit bldFile="os/bt/bluetooth/btsdp" mrp="os/bt/bluetooth/btsdp/bluetooth_sdp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1272
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1273
     <component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1274
      <unit bldFile="os/bt/bluetooth/btextnotifiers" mrp="os/bt/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1275
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1276
     <component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1277
      <unit bldFile="os/bt/bluetooth/gavdp/group" mrp="os/bt/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1278
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1279
     <component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1280
      <unit bldFile="os/bt/bluetooth/btlogger/group" mrp="os/bt/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1281
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1282
     <component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1283
      <unit mrp="os/bt/bluetooth/btdocs/bluetooth_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1284
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1285
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1286
    <collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1287
     <component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1288
      <unit bldFile="os/bt/bluetoothmgmt/btmgr" mrp="os/bt/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1289
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1290
     <component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1291
      <unit bldFile="os/bt/bluetoothmgmt/btconfig" mrp="os/bt/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1292
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1293
     <component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1294
      <unit bldFile="os/bt/bluetoothmgmt/btrom" mrp="os/bt/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1295
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1296
     <component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1297
      <unit bldFile="os/bt/bluetoothmgmt/bluetoothclientlib" mrp="os/bt/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1298
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1299
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1300
    <collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1301
     <component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1302
      <unit bldFile="os/bt/bluetoothcommsprofiles/btpan/group" mrp="os/bt/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1303
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1304
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1305
    <collection name="bthci" long-name="Host Controller Interface" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1306
     <component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1307
      <unit bldFile="os/bt/bthci/bthci2/group" mrp="os/bt/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1308
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1309
     <component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1310
      <unit bldFile="os/bt/bthci/hciextensioninterface" mrp="os/bt/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1311
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1312
     <component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1313
      <unit bldFile="os/bt/bthci/hci2implementations/group" mrp="os/bt/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1314
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1315
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1316
    <collection name="irda" long-name="IrDA" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1317
     <component name="irdastack" long-name="IrDA Stack" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1318
      <unit bldFile="os/bt/irda/irdastack/group" mrp="os/bt/irda/irdastack/group/infra-red_irda.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1319
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1320
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1321
    <collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1322
    <collection name="atext" long-name="AT Extensions" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1323
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1324
     <component name="atext_build" long-name="AT Extension Build" introduced="^3" purpose="optional" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1325
      <unit bldFile="os/bt/atext/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1326
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1327
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1328
    <collection name="bt_info" long-name="Bluetooth Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1329
     <component name="bt_plat" filter="s60" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1330
      <unit bldFile="os/bt/bt_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1331
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1332
     <component name="bt_metadata" long-name="Bluetooth Metadata" introduced="^3" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1333
      <unit mrp="os/bt/bt_info/bt_metadata/bt_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1334
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1335
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1336
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1337
   <block name="usb" level="services" long-name="USB" levels="adaptation hw-if plugin framework server app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1338
    <collection name="usbldd" long-name="USB Logical Device Drivers" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1339
     <!-- usbclientdrivers  to be moved here from kernelhwsrv-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1340
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1341
    <collection name="usbmgmt" long-name="USB Management" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1342
     <component name="usbmgr" long-name="USB Manager" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1343
      <unit bldFile="os/usb/usbmgmt/usbmgr/group" mrp="os/usb/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1344
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1345
     <component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1346
      <unit mrp="os/usb/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1347
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1348
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1349
    <collection name="usb_info" long-name="USB Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1350
     <component name="usb_plat" filter="s60" long-name="USB Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1351
      <unit bldFile="os/usb/usb_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1352
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1353
     <component name="usb_metadata" long-name="USB Metadata" introduced="^3" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1354
      <unit mrp="os/usb/usb_info/usb_metadata/usb_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1355
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1356
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1357
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1358
   <block name="mm" level="services" long-name="Multimedia" levels="adaptation hw-if device-fw devices middleware app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1359
    <collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1360
     <component name="drmaudioplayer" filter="s60" long-name="DRM Audio Player">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1361
      <unit bldFile="os/mm/devsoundextensions/drmaudioplayer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1362
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1363
     <component name="mmextfw" filter="s60" long-name="Multimedia Extension Framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1364
      <unit bldFile="os/mm/devsoundextensions/mmextfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1365
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1366
     <component name="audiorouting" filter="s60" long-name="Audio Routing">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1367
      <unit bldFile="os/mm/devsoundextensions/audiorouting/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1368
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1369
     <component name="effects" filter="s60" long-name="Effects">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1370
      <unit bldFile="os/mm/devsoundextensions/effects/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1371
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1372
     <component name="effectspresets" filter="s60" long-name="Effects Presets">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1373
      <unit bldFile="os/mm/devsoundextensions/effectspresets/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1374
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1375
     <component name="effectspresets_utils" filter="s60" long-name="Effects Presets Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1376
      <!-- need to #include the lot from a single bld.inf
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1377
      		Also move to a stanard component location, not under effectspresets -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1378
      <unit bldFile="os/mm/devsoundextensions/effectspresets/AudioEqualizerUtility/group" filter="!dfs_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1379
      <unit bldFile="os/mm/devsoundextensions/effectspresets/EnvironmentalReverbUtility/group" filter="!dfs_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1380
      <unit bldFile="os/mm/devsoundextensions/effectspresets/StereoWideningUtility/group" filter="!dfs_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1381
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1382
     <component name="telephonyaudiorouting" filter="s60" long-name="Telephony Audio Routing">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1383
      <unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1384
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1385
     <component name="mmfcustominterfaces" filter="s60" long-name="MMF Custom Interfaces">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1386
      <unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1387
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1388
     <component name="addeddevsoundcontrol" filter="s60" long-name="Added DevSound Control">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1389
      <unit bldFile="os/mm/devsoundextensions/addeddevsoundcontrol/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1390
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1391
     <component name="globalaudiosettings" filter="s60" long-name="Global Audio Settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1392
      <unit bldFile="os/mm/devsoundextensions/globalaudiosettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1393
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1394
     <component name="restrictedaudiooutput" filter="s60" long-name="Restricted Audio Output">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1395
      <unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1396
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1397
     <component name="ciextnfactoryplugins" filter="s60" long-name="Custom Interface Extension Factory Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1398
      <unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1399
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1400
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1401
    <collection name="mdfdevvideoextensions" long-name="MDF Dev Video Extensions" level="device-fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1402
     <component name="arm_mdf_postprocessor" filter="s60" long-name="ARM MDF Postprocessor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1403
      <unit bldFile="os/mm/mdfdevvideoextensions/arm_mdf_postprocessor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1404
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1405
     <component name="nga_mdf_postprocessor" long-name="NGA MDF Postprocessor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1406
      <unit bldFile="os/mm/mdfdevvideoextensions/nga_mdf_postprocessor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1407
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1408
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1409
    <collection name="audio" long-name="Audio Codecs" level="middleware">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1410
     <component name="arm_cmmf_codecs" filter="s60" long-name="ARM CMMF Codecs" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1411
      <unit bldFile="os/mm/audio/arm_cmmf_codecs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1412
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1413
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1414
    <collection name="video" long-name="Video Codecs" level="middleware">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1415
     <!-- empty -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1416
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1417
    <collection name="videoadaptationextensions" long-name="Video Adaptation Extensions" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1418
     <component name="postingsurface" filter="s60" long-name="Posting Surface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1419
      <unit bldFile="os/mm/videoadaptationextensions/postingsurface/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1420
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1421
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1422
    <collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1423
     <component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1424
      <unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1425
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1426
     <component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1427
      <unit bldFile="os/mm/imagingandcamerafws/camerafw/group" mrp="os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1428
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1429
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1430
    <collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1431
     <component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1432
      <unit bldFile="os/mm/mmlibs/mmutilitylib/group" mrp="os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1433
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1434
     <component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1435
      <unit bldFile="os/mm/mmlibs/mmfw/group" mrp="os/mm/mmlibs/mmfw/group/multimedia_mmf.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1436
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1437
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1438
    <collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1439
     <component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1440
      <unit bldFile="os/mm/mmplugins/imagingplugins/group" mrp="os/mm/mmplugins/imagingplugins/group/multimedia_icl_plugin.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1441
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1442
     <component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1443
      <unit bldFile="os/mm/mmplugins/cameraplugins/group" mrp="os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1444
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1445
     <component name="lib3gp" long-name="3GP Library" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1446
      <unit bldFile="os/mm/mmplugins/lib3gp/group" mrp="os/mm/mmplugins/lib3gp/group/multimedia_3gplibrary.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1447
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1448
     <component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1449
      <unit bldFile="os/mm/mmplugins/mmfwplugins/group" mrp="os/mm/mmplugins/mmfwplugins/group/multimedia_mmf_plugin.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1450
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1451
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1452
    <collection name="mm_info" long-name="Multimedia Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1453
     <component name="mm_plat" filter="s60" long-name="Multimedia Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1454
      <unit bldFile="os/mm/mm_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1455
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1456
     <component name="mm_pub" filter="s60" long-name="Multimedia Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1457
      <unit bldFile="os/mm/mm_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1458
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1459
     <component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1460
      <unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1461
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1462
     <component name="mm_metadata" long-name="Multimedia Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1463
      <unit mrp="os/mm/mm_info/mm_metadata/mm_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1464
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1465
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1466
    <collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1467
     <component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="^2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1468
      <unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1469
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1470
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1471
    <collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1472
     <component name="mdf" long-name="Media Device Framework" introduced="9.2" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1473
      <unit bldFile="os/mm/mmdevicefw/mdf/group" mrp="os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1474
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1475
     <component name="speechrecogsupport" long-name="Speech Recognition Support" introduced="7.0s" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1476
      <unit bldFile="os/mm/mmdevicefw/speechrecogsupport/group" mrp="os/mm/mmdevicefw/speechrecogsupport/group/multimedia_mmf_ASR.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1477
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1478
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1479
    <collection name="mmswadaptation" long-name="Multimedia Software Adaptation" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1480
     <component name="videorenderer" long-name="Video Renderer" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1481
      <unit bldFile="os/mm/mmswadaptation/videorenderer/group" mrp="os/mm/mmswadaptation/videorenderer/group/multimedia_videorenderer.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1482
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1483
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1484
    <collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1485
    <collection name="omxil" long-name="OpenMAX IL" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1486
     <component name="omxilapi" long-name="OpenMAX IL API" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1487
      <unit bldFile="os/mm/omxil/omxilapi/group" mrp="os/mm/omxil/omxilapi/group/multimedia_omx_il_api.mrp" version="1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1488
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1489
     <component name="omxilcore" long-name="OpenMAX IL Core" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1490
      <unit bldFile="os/mm/omxil/omxilcore/group" mrp="os/mm/omxil/omxilcore/group/multimedia_omx_il_core.mrp" version="1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1491
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1492
     <component name="omxilcomponentcommon" long-name="OpenMAX IL Component Framework" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1493
      <unit bldFile="os/mm/omxil/omxilcomponentcommon/group" mrp="os/mm/omxil/omxilcomponentcommon/group/multimedia_omx_il_comp.mrp" version="1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1494
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1495
     <component name="omxilrefcomps" long-name="OpenMAX IL Reference Components" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1496
      <unit bldFile="os/mm/omxil/omxilrefcomps/ref_components/group" mrp="os/mm/omxil/omxilrefcomps/ref_components/group/multimedia_omx_il_comp_ref.mrp" version="1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1497
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1498
     <component name="mmilapi" long-name="Multimedia Integration Layer API" introduced="^3" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1499
      <unit bldFile="os/mm/omxil/mmilapi/group" mrp="os/mm/omxil/mmilapi/group/multimedia_il_api.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1500
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1501
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1502
    <collection name="devsound" long-name="Sound Device" level="devices">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1503
     <component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1504
      <unit bldFile="os/mm/devsound/devsoundapi/group" mrp="os/mm/devsound/devsoundapi/group/multimedia_mdf_devsound_api.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1505
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1506
     <component name="a3fdevsound" long-name="A3F DevSound" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1507
      <unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1508
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1509
     <component name="a3facf" long-name="A3F Audio Component Framework" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1510
      <unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1511
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1512
     <component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1513
      <unit bldFile="os/mm/devsound/devsoundpluginsupport/group" mrp="os/mm/devsound/devsoundpluginsupport/group/multimedia_mdf_devsound_pluginsupport.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1514
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1515
     <component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1516
      <unit bldFile="os/mm/devsound/devsoundrefplugin/group" mrp="os/mm/devsound/devsoundrefplugin/group/multimedia_mdf_devsound_refplugin.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1517
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1518
     <component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1519
      <unit bldFile="os/mm/devsound/sounddevbt/group" mrp="os/mm/devsound/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1520
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1521
     <component name="a3ftrace" long-name="A3F Trace Utility" introduced="^2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1522
      <unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1523
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1524
     <component name="a3fsrvstart" long-name="A3F Server Start" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1525
      <unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1526
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1527
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1528
    <collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1529
     <component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1530
      <unit bldFile="os/mm/devsound/hwdevapi/group" mrp="os/mm/devsound/hwdevapi/group/multimedia_mdf_devsound_hwdev.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1531
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1532
     <component name="a3facl" long-name="A3F Audio Component Library" introduced="^2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1533
      <unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1534
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1535
     <component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1536
      <unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1537
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1538
     <component name="refacladapt" long-name="Reference ACL Adaptation" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1539
      <unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1540
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1541
     <component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1542
      <unit bldFile="os/mm/mmhais/videohai/group" mrp="os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1543
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1544
     <component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1545
      <unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1546
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1547
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1548
    <collection name="mmapitest" long-name="Multimedia API Tests" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1549
     <component name="mmsvs" long-name="Multimedia Verification Suite" introduced="^2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1550
      <unit mrp="os/mm/mmapitest/mmsvs/group/mmsvs.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1551
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1552
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1553
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1554
   <block name="imagingext" level="services" long-name="Imaging Extensions" levels="adaptation hw-if plugin framework server app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1555
    <collection name="imageadaptationextensions" long-name="Image Adaptation Extensions" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1556
     <component name="iclextjpegapi" filter="s60" long-name="ICL Extension JPEG API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1557
      <unit bldFile="os/imagingext/imageadaptationextensions/iclextjpegapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1558
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1559
     <component name="imageadaptationextensions_build" filter="s60" long-name="Image Adaptation Extensions Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1560
      <!--  Move the export from this bld.inf into the above one and remove this component, or make this a ROM component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1561
      <unit bldFile="os/imagingext/imageadaptationextensions/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1562
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1563
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1564
    <collection name="imagingmodules" long-name="Imaging Modules" level="hw-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1565
     <component name="exiflib" filter="s60" long-name="Exif Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1566
      <unit bldFile="os/imagingext/imagingmodules/exiflib/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1567
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1568
     <component name="jp2kcodec" filter="s60" long-name="JPEG2000 Decoder Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1569
      <unit bldFile="os/imagingext/imagingmodules/jp2kcodec/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1570
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1571
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1572
    <collection name="imagingext_info" long-name="Imaging Extensions Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1573
     <component name="imagingext_plat" filter="s60" long-name="Imaging Extensions Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1574
      <unit bldFile="os/imagingext/imagingext_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1575
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1576
     <component name="imagingext_pub" filter="s60" long-name="Imaging Extensions Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1577
      <unit bldFile="os/imagingext/imagingext_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1578
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1579
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1580
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1581
   <block name="graphics" level="services" long-name="Graphics" levels="adaptation engines internal-adaptations device-interface internal-utils app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1582
    <collection name="graphicsaccelaration" long-name="Graphics Acceleration" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1583
     <component name="3d_opengl_es_1_1" filter="s60" long-name="3D OpenGL ES 1.1" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1584
      <unit bldFile="os/graphics/graphicsaccelaration/3d_opengl_es_1_1/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1585
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1586
     <component name="2d_openvg_1_1" filter="s60" long-name="2D OpenVG 1.1" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1587
      <unit bldFile="os/graphics/graphicsaccelaration/2D_OpenVG_1_1/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1588
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1589
     <component name="vgi" filter="s60" long-name="VGI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1590
      <unit bldFile="os/graphics/graphicsaccelaration/vgi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1591
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1592
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1593
    <collection name="m3g" long-name="Mobile 3D Graphics" level="internal-adaptations">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1594
     <component name="m3gcore11" filter="s60" long-name="M3G Core 1.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1595
      <unit bldFile="os/graphics/m3g/m3gcore11/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1596
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1597
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1598
    <collection name="graphicsresourceservices" long-name="Graphics Resource Services" level="engines">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1599
     <component name="graphicsresource" long-name="Graphics Resource" introduced="^3" deprecated="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1600
      <unit bldFile="os/graphics/graphicsresourceservices/graphicsresource/group" mrp="os/graphics/graphicsresourceservices/graphicsresource/group/graphics_graphicsresource.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1601
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1602
     <component name="graphicsresourceadaptation" long-name="Graphics Resource Adaptation" introduced="^3" deprecated="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1603
      <unit bldFile="os/graphics/graphicsresourceservices/graphicsresourceadaptation/group" mrp="os/graphics/graphicsresourceservices/graphicsresourceadaptation/group/graphics_graphicsresourceadapter.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1604
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1605
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1606
    <collection name="graphicsutils" long-name="Graphics Utils" level="engines">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1607
     <component name="commongraphicsheaders" long-name="Common Graphics Headers" introduced="^3" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1608
      <unit bldFile="os/graphics/graphicsutils/commongraphicsheaders/group" mrp="os/graphics/graphicsutils/commongraphicsheaders/group/graphics_commonheader.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1609
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1610
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1611
    <collection name="graphicshwdrivers" long-name="Graphics Hardware Drivers" level="adaptation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1612
     <!-- displayldd to be moved here -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1613
     <component name="surfacemgr" long-name="Surface Manager" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1614
      <unit bldFile="os/graphics/graphicshwdrivers/surfacemgr/group" mrp="os/graphics/graphicshwdrivers/surfacemgr/group/graphics_surfacemanager.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1615
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1616
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1617
    <collection name="graphicscomposition" long-name="Graphics Composition" level="engines">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1618
     <component name="openwfcinterface" long-name="OpenWF Composition Interface" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1619
      <unit bldFile="os/graphics/graphicscomposition/openwfcinterface/group" mrp="os/graphics/graphicscomposition/openwfcinterface/group/graphics_openwfcinterface.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1620
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1621
     <component name="openwfcompositionengine" long-name="OpenWF Composition Engine" introduced="^3" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1622
      <unit bldFile="os/graphics/graphicscomposition/openwfcompositionengine/group" mrp="os/graphics/graphicscomposition/openwfcompositionengine/group/graphics_openwfcompositionengine.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1623
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1624
     <component name="openwfsupport" long-name="OpenWF Support" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1625
      <unit bldFile="os/graphics/graphicscomposition/openwfsupport/group" mrp="os/graphics/graphicscomposition/openwfsupport/group/graphics_openwfsupport.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1626
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1627
     <component name="surfaceupdate" long-name="Surface Update" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1628
      <unit bldFile="os/graphics/graphicscomposition/surfaceupdate/group" mrp="os/graphics/graphicscomposition/surfaceupdate/group/graphics_surfaceupdate.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1629
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1630
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1631
    <collection name="graphicstest" long-name="Graphics Test" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1632
     <component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1633
      <unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1634
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1635
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1636
    <collection name="graphics_info" long-name="Graphics Info" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1637
     <component name="m3g_core_api" filter="sf_build" long-name="M3G Core API" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1638
      <unit bldFile="os/graphics/graphics_plat/m3g_core_api/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1639
      <!-- cope with missing graphics_plat/group -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1640
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1641
     <component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1642
      <unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1643
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1644
     <component name="graphics_metadata" long-name="Graphics Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1645
      <unit mrp="os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1646
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1647
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1648
    <collection name="windowing" long-name="Windowing" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1649
     <component name="windowserver" long-name="Window Server" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1650
      <unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1651
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1652
     <component name="windowserverplugins" long-name="Window Server Plugins" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1653
      <unit bldFile="os/graphics/windowing/windowserverplugins/group" mrp="os/graphics/windowing/windowserverplugins/group/graphics_wserv_std_plugins.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1654
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1655
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1656
    <collection name="printingservices" long-name="Printing Services" level="app-if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1657
     <component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1658
      <unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1659
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1660
     <component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1661
      <unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1662
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1663
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1664
    <collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1665
     <component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1666
      <unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1667
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1668
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1669
    <collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1670
     <component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1671
      <unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1672
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1673
     <component name="opengles_stub" filter="sf_build" long-name="OpenGL ES Stub" purpose="optional" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1674
      <unit bldFile="os/graphics/opengles/openglesinterface/group/opengles_stub"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1675
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1676
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1677
    <collection name="openvg" long-name="OpenVG" level="internal-adaptations">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1678
     <component name="openvginterface" long-name="OpenVG Interface" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1679
      <unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1680
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1681
     <component name="openvg11" filter="s60" long-name="OpenVG 1.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1682
      <!-- this needs to be moved to it's own component directory, ie openvg/openvg11 -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1683
      <unit bldFile="os/graphics/openvg/openvginterface/group/openvg11"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1684
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1685
     <component name="sfopenvg" filter="sf_build" long-name="Khronos OpenVG Reference Implementation" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1686
      <unit bldFile="os/graphics/openvg/openvgrefimplementation/sfopenvg/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1687
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1688
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1689
    <collection name="egl" long-name="EGL" level="internal-adaptations">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1690
     <component name="eglinterface" long-name="EGL Interface" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1691
      <unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1692
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1693
     <component name="eglswitch" long-name="EGL Switch" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1694
      <unit bldFile="os/graphics/egl/eglswitch/group" mrp="os/graphics/egl/eglswitch/group/graphics_eglswitch.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1695
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1696
     <component name="eglrefimpl" long-name="EGL Reference Implementation" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1697
      <unit bldFile="os/graphics/egl/eglrefimpl/group" mrp="os/graphics/egl/eglrefimpl/group/graphics_eglrefimpl.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1698
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1699
     <component name="egltest" long-name="EGL Tests" introduced="^3" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1700
      <unit bldFile="os/graphics/egl/egltest/group" mrp="os/graphics/egl/egltest/group/graphics_egltest.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1701
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1702
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1703
    <collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1704
     <component name="gdi" long-name="GDI" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1705
      <unit bldFile="os/graphics/graphicsdeviceinterface/gdi/group" mrp="os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1706
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1707
     <component name="bitgdi" long-name="BitGDI" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1708
      <unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1709
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1710
     <component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1711
      <unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1712
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1713
     <component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1714
      <unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1715
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1716
     <component name="directgdi" long-name="DirectGDI" introduced="^3" deprecated="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1717
      <unit bldFile="os/graphics/graphicsdeviceinterface/directgdi/group" mrp="os/graphics/graphicsdeviceinterface/directgdi/group/graphics_directgdi.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1718
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1719
     <component name="directgdiinterface" long-name="DirectGDI Interface" introduced="^3" deprecated="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1720
      <unit bldFile="os/graphics/graphicsdeviceinterface/directgdiinterface/group" mrp="os/graphics/graphicsdeviceinterface/directgdiinterface/group/graphics_directgdiheaders.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1721
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1722
     <component name="directgdiadaptation" long-name="DirectGDI Adaptation" introduced="^3" deprecated="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1723
      <unit bldFile="os/graphics/graphicsdeviceinterface/directgdiadaptation/group" mrp="os/graphics/graphicsdeviceinterface/directgdiadaptation/group/graphics_directgdiadapter.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1724
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1725
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1726
    <collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1727
     <component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1728
      <unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1729
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1730
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1731
    <collection name="graphicsapitest" long-name="Graphics API Tests" level="app-if"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1732
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1733
   <block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1734
    <collection name="charconvfw" long-name="Character Conversion" level="encoding">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1735
     <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1736
      <unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1737
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1738
     <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1739
      <unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1740
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1741
     <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1742
      <unit bldFile="os/textandloc/charconvfw/fatfilenameconversionplugins/group" mrp="os/textandloc/charconvfw/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1743
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1744
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1745
    <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1746
     <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1747
      <unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1748
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1749
     <component name="fontstore" long-name="Font Store" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1750
      <unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1751
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1752
     <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1753
      <!-- placeholder for text code from GDI -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1754
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1755
     <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1756
      <unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1757
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1758
     <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1759
      <unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1760
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1761
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1762
    <collection name="textlayout" long-name="Text Layout" level="text">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1763
     <component name="texthandling" long-name="Text Handling" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1764
      <unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1765
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1766
     <component name="textformatting" long-name="Text Formatting" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1767
      <unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1768
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1769
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1770
    <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1771
     <!-- components in this collection need to be moved to the right collection.
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1772
    		Either move into the units' directories, or create a new textandlocutils directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1773
     <component name="numbergrouping" filter="s60" long-name="Number Grouping">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1774
      <unit bldFile="os/textandloc/charconvfw/numbergrouping/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1775
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1776
     <component name="jplangutil" filter="s60" long-name="Japanese Language Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1777
      <unit bldFile="os/textandloc/charconvfw/jplangutil/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1778
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1779
     <component name="sortutil" filter="s60" long-name="Sorting Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1780
      <unit bldFile="os/textandloc/charconvfw/sortutil/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1781
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1782
     <component name="inlinetext" filter="s60" long-name="Inline Text">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1783
      <unit bldFile="os/textandloc/charconvfw/inlinetext/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1784
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1785
     <component name="nearestlangutil" long-name="Nearest Language Util" introduced="^2" purpose="mandatory" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1786
      <!-- placeholder for split from bafl -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1787
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1788
     <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1789
      <unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1790
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1791
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1792
    <collection name="localesupport" long-name="Locale Support" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1793
     <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1794
      <unit bldFile="os/textandloc/localisation/localesupport" mrp="os/textandloc/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1795
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1796
     <component name="initlocale" long-name="Initialise Locale" introduced="^2" purpose="mandatory" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1797
      <!-- placeholder for split from bafl -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1798
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1799
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1800
    <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1801
     <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1802
      <!-- placeholder for split from GDI Tools -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1803
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1804
     <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1805
      <unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1806
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1807
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1808
    <collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1809
     <component name="textandloc_pub" filter="s60" long-name="Text and Localisation Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1810
      <unit bldFile="os/textandloc/textandloc_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1811
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1812
     <component name="textandloc_plat" filter="s60" long-name="Text and Localisation Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1813
      <unit bldFile="os/textandloc/textandloc_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1814
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1815
     <component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1816
      <unit mrp="os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1817
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1818
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1819
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1820
   <block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1821
    <collection name="xmlsecurityengine" long-name="XML Security Engine" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1822
     <component name="xmlseccertman" filter="s60" long-name="XML Security Certificate Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1823
      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccertman/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1824
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1825
     <component name="xmlsec" filter="s60" long-name="XML Security">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1826
      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsec/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1827
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1828
     <component name="xmlseccrypto" filter="s60" long-name="XML Security Crypto">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1829
      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccrypto/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1830
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1831
     <component name="xmlsecwrapper" filter="s60" long-name="XML Security Wrapper">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1832
      <unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsecwrapper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1833
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1834
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1835
    <collection name="xml" long-name="XML" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1836
     <component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1837
      <unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1838
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1839
     <component name="libxml2libs" long-name="Libxml2 Libraries" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1840
      <unit bldFile="os/xmlsrv/xml/libxml2libs/group" mrp="os/xmlsrv/xml/libxml2libs/group/syslibs_libxml2.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1841
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1842
     <component name="legacyminidomparser" long-name="Legacy Mini-DOM Parser" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1843
      <unit bldFile="os/xmlsrv/xml/legacyminidomparser/GROUP" mrp="os/xmlsrv/xml/legacyminidomparser/GROUP/syslibs_legacyminidomparser.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1844
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1845
     <component name="xmldomandxpath" long-name="XML DOM and XPath" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1846
      <unit bldFile="os/xmlsrv/xml/xmldomandxpath/group" mrp="os/xmlsrv/xml/xmldomandxpath/group/syslibs_xmldom.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1847
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1848
     <component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1849
      <unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1850
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1851
     <component name="xmllibxml2parser" long-name="XML Libxml2 Parser" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1852
      <unit bldFile="os/xmlsrv/xml/xmllibxml2parser/group" mrp="os/xmlsrv/xml/xmllibxml2parser/group/syslibs_xmlparser2.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1853
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1854
     <component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1855
      <unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1856
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1857
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1858
    <collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1859
     <component name="xmlsrv_plat" filter="s60" long-name="XML Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1860
      <unit bldFile="os/xmlsrv/xmlsrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1861
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1862
     <component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1863
      <unit mrp="os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1864
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1865
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1866
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1867
   <block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1868
    <collection name="s60extras" long-name="S60 Extras" level="mid">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1869
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1870
     <component name="s60extras_build" filter="s60" long-name="S60 Extras Build" purpose="development" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1871
      <unit bldFile="os/deviceplatformrelease/S60Extras/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1872
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1873
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1874
    <collection name="locfiles" long-name="Locale Files" level="mid">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1875
     <component name="locfiles_build" filter="s60" long-name="S60 Locale Files Build" purpose="development" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1876
      <!-- need to move component down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1877
      <unit bldFile="os/deviceplatformrelease/locfiles/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1878
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1879
     <component name="locfiles_set1" long-name="Locale Files Set 1" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1880
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1881
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1882
     <component name="locfiles_set2" long-name="Locale Files Set 2" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1883
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1884
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1885
     <component name="locfiles_set3" long-name="Locale Files Set 3" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1886
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set3"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1887
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1888
     <component name="locfiles_set4" long-name="Locale Files Set 4" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1889
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set4"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1890
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1891
     <component name="locfiles_set5" long-name="Locale Files Set 5" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1892
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set5"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1893
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1894
     <component name="locfiles_set6" long-name="Locale Files Set 6" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1895
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set6"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1896
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1897
     <!-- is the a problem with SF builds with the following? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1898
     <component name="locfiles_set7" long-name="Locale Files Set 7" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1899
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set7"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1900
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1901
     <component name="locfiles_set8" long-name="Locale Files Set 8" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1902
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set8"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1903
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1904
     <component name="locfiles_set9" long-name="Locale Files Set 9" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1905
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set9"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1906
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1907
     <component name="locfiles_set10" long-name="Locale Files Set 10" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1908
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set10"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1909
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1910
     <component name="locfiles_set11" long-name="Locale Files Set 11" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1911
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set11"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1912
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1913
     <component name="locfiles_set12" long-name="Locale Files Set 12" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1914
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set12"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1915
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1916
     <component name="locfiles_set13" long-name="Locale Files Set 13" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1917
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set13"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1918
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1919
     <component name="locfiles_set14" long-name="Locale Files Set 14" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1920
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set14"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1921
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1922
     <component name="locfiles_set15" long-name="Locale Files Set 15" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1923
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set15"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1924
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1925
     <component name="locfiles_set16" long-name="Locale Files Set 16" filter="s60" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1926
      <unit bldFile="os/deviceplatformrelease/locfiles/group/set16"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1927
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1928
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1929
    <collection name="version" long-name="Version" level="top">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1930
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1931
     <component name="version_build" filter="s60" long-name="Version Build" purpose="development" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1932
      <unit bldFile="os/deviceplatformrelease/Version/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1933
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1934
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1935
    <collection name="helps_loc2" long-name="Helps Locale 2" level="top">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1936
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1937
     <component name="helps_loc2_build" long-name="Helps Locale 2 Build" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1938
      <unit bldFile="os/deviceplatformrelease/helps_loc2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1939
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1940
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1941
    <collection name="sf_config" long-name="SF Config" level="mid">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1942
     <component name="config" filter="s60" long-name="Config" purpose="development" class="config"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1943
     <component name="cenrep" filter="sf_build" long-name="ConE Central Repository Config" purpose="development" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1944
      <!-- will shoudl give the id/path something more unique than cenrep -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1945
      <unit bldFile="os/deviceplatformrelease/sf_config/cenrep/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1946
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1947
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1948
    <!-- should be located locally in buildplatforms/group 
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1949
    <collection id="s60bld" name="S60 Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1950
      <component id="buildplatforms" filter="s60" name="Build Platforms">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1951
        <unit bldFile="/tools/buildplatforms/group"/>
337
ba054d5c5c33 First drop of single model for symbian3
Dario Sestito <darios@symbian.org>
parents: 296
diff changeset
  1952
      </component>
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1953
    </collection>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1954
    <collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1955
     <component name="cedarutils" long-name="Cedar Utils" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1956
      <unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1957
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1958
     <component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1959
      <unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1960
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1961
     <component name="foundation_s60_packages" long-name="Foundation S60 Packages" introduced="^3" deprecated="^3" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1962
      <unit mrp="os/deviceplatformrelease/symbianosbld/foundation_s60_packages/foundation_s60_packages.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1963
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1964
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1965
    <collection name="foundation_system" long-name="Foundation System" level="top">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1966
     <component name="system_model" long-name="System Model" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1967
      <unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1968
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1969
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1970
    <collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1971
     <component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1972
      <unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1973
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1974
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1975
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1976
   <block name="osrndtools" level="services" long-name="OS R&amp;D tools" levels="fw trace">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1977
    <collection name="stif" long-name="STIF" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1978
     <component name="stif_plat" filter="s60" long-name="STIF Platform Interfaces" purpose="development" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1979
      <unit bldFile="os/osrndtools/stif/stif_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1980
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1981
     <component name="testinterface" filter="s60" long-name="Test Interface" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1982
      <unit bldFile="os/osrndtools/stif/testinterface/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1983
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1984
     <component name="testserver" filter="s60" long-name="Test Server" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1985
      <unit bldFile="os/osrndtools/stif/testserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1986
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1987
     <component name="testengine" filter="s60" long-name="Test Engine" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1988
      <unit bldFile="os/osrndtools/stif/testengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1989
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1990
     <component name="testserverstarter" filter="s60" long-name="Test Server Starter" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1991
      <unit bldFile="os/osrndtools/stif/testserverstarter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1992
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1993
     <component name="stiftfwif" filter="s60" long-name="STIF Test Framework Interface" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1994
      <unit bldFile="os/osrndtools/stif/stiftfwif/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1995
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1996
     <component name="consoleui" filter="s60" long-name="Console UI" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1997
      <unit bldFile="os/osrndtools/stif/consoleui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1998
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  1999
     <component name="testcombiner" filter="s60" long-name="Test Combiner" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2000
      <unit bldFile="os/osrndtools/stif/testcombiner/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2001
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2002
     <component name="demomodule" filter="s60" long-name="Demo Module" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2003
      <unit bldFile="os/osrndtools/stif/demomodule/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2004
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2005
     <component name="atslogger" filter="s60" long-name="ATS Logger" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2006
      <unit bldFile="os/osrndtools/stif/atslogger/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2007
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2008
     <component name="atsinterface" filter="s60" long-name="ATS Interface" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2009
      <unit bldFile="os/osrndtools/stif/atsinterface/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2010
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2011
     <component name="testscripter" filter="s60" long-name="Test Scripter" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2012
      <unit bldFile="os/osrndtools/stif/testscripter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2013
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2014
     <component name="suevent" filter="s60" long-name="SU Event" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2015
      <unit bldFile="os/osrndtools/stif/suevent/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2016
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2017
     <component name="stifkerneltestclassbase" filter="s60" long-name="STIF Kernel Test Class Base" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2018
      <!-- uncomment the unit when configuration is in place, it's currently #included from stif_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2019
      <!-- <unit bldFile="stif/stifkerneltestclassbase/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2020
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2021
     <component name="stif_build" filter="s60" long-name="STIF Build" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2022
      <!--  move exports into self-contained component. Remove this when configuration is in place-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2023
      <unit bldFile="os/osrndtools/stif/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2024
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2025
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2026
    <collection name="memspy" long-name="Memspy" level="trace">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2027
     <component name="memspy_plat" filter="s60" long-name="Memspy Platform Interfaces" purpose="development" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2028
      <unit bldFile="os/osrndtools/memspy/memspy_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2029
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2030
     <component name="driver" filter="s60" long-name="Memspy Driver" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2031
      <unit bldFile="os/osrndtools/memspy/driver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2032
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2033
     <component name="memspy_engine" filter="s60" long-name="Memspy Engine" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2034
      <unit bldFile="os/osrndtools/memspy/engine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2035
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2036
     <component name="commandline" filter="s60" long-name="Memspy Command Line" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2037
      <unit bldFile="os/osrndtools/memspy/commandline/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2038
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2039
     <component name="console" filter="s60" long-name="Memspy Console" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2040
      <unit bldFile="os/osrndtools/memspy/console/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2041
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2042
     <component name="memspy_build" filter="s60" long-name="Memspy Build" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2043
      <!--  move exports into self-contained component.-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2044
      <unit bldFile="os/osrndtools/memspy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2045
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2046
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2047
    <collection name="hti" long-name="Harmonized Test Interface" level="trace">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2048
     <component name="hti_plat" filter="s60" long-name="HTI Platform Interfaces" purpose="development" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2049
      <unit bldFile="os/osrndtools/hti/hti_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2050
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2051
     <component name="hticfg" filter="s60" long-name="HTI Config" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2052
      <unit bldFile="os/osrndtools/hti/hticfg/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2053
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2054
     <component name="htiautostart" filter="s60" long-name="HTI Autostart" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2055
      <unit bldFile="os/osrndtools/hti/htiautostart/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2056
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2057
     <component name="htiframework" filter="s60" long-name="HTI Framework" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2058
      <unit bldFile="os/osrndtools/hti/htiframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2059
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2060
     <component name="hticommplugins" filter="s60" long-name="HTI Communication Plugins" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2061
      <!-- need to #include these from a single unit or separate into component at the right directory level -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2062
      <unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiBtCommPlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2063
      <unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiIPCommPlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2064
      <unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiSerialCommPlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2065
      <unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiUsbSerialCommPlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2066
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2067
     <component name="htiserviceplugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2068
      <!-- need to #include these from a single unit or separate into component at the right directory level -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2069
      <unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiAppServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2070
      <unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiEchoServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2071
      <unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiFtpServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2072
      <unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiIpProxyServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2073
      <unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiStifTfServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2074
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2075
     <component name="htifilehlp" filter="s60" long-name="HTI File Help" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2076
      <unit bldFile="os/osrndtools/hti/htifilehlp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2077
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2078
     <component name="htiwatchdog" filter="s60" long-name="HTI Watchdog" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2079
      <unit bldFile="os/osrndtools/hti/htiwatchdog/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2080
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2081
     <component name="hti_build" filter="s60" long-name="HTI Build" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2082
      <!--  move exports into self-contained component.-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2083
      <unit bldFile="os/osrndtools/hti/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2084
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2085
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2086
    <collection name="testexecfw1" long-name="Test Execution Framework v1" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2087
     <component name="cinidata" long-name="CINI Data" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2088
      <unit bldFile="os/osrndtools/testexecfw1/cinidata" mrp="os/osrndtools/testexecfw1/cinidata/tools_cinidata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2089
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2090
     <component name="testexecute" long-name="Test Execute" deprecated="^2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2091
      <unit bldFile="os/osrndtools/testexecfw1/testexecute/Group" mrp="os/osrndtools/testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2092
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2093
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2094
    <collection name="osrndtools_info" long-name="OS R&amp;D tools Info" level="trace">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2095
     <component name="osrndtools_plat" filter="s60" long-name="OS R&amp;D tools Platform Interfaces" purpose="development" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2096
      <unit bldFile="os/osrndtools/osrndtools_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2097
      <!-- currently empty. Remove? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2098
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2099
     <component name="osrndtools_metadata" long-name="OS R&amp;D tools Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2100
      <unit mrp="os/osrndtools/osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2101
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2102
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2103
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2104
  </layer>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2105
  <layer name="mw" long-name="Middleware" levels="generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2106
   <block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2107
    <collection name="contextframework" long-name="Context Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2108
     <!-- the units that are commented out need to be put back when configuration is in place.
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2109
		They're currently #included by contextframework_build, which should be removed when the other units are uncommented -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2110
     <component name="cfw" filter="s60" long-name="Context Framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2111
      <!--<unit bldFile="contextframework/cfw/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2112
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2113
     <component name="cfwplugins" filter="s60" long-name="Context Framework Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2114
      <!--<unit bldFile="contextframework/cfwplugins/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2115
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2116
     <component name="contextframework_build" filter="s60" long-name="Context Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2117
      <unit bldFile="mw/appsupport/contextframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2118
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2119
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2120
    <collection name="coreapplicationuis" long-name="Core Application UIs" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2121
     <component name="dbrecovery" filter="s60" long-name="Database Recovery">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2122
      <unit bldFile="mw/appsupport/coreapplicationuis/dbrecovery/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2123
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2124
     <component name="nspswsplugin" filter="s60" long-name="NSPS WS Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2125
      <!-- No Service Power Save? Window Server? Please elaborate-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2126
      <unit bldFile="mw/appsupport/coreapplicationuis/nspswsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2127
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2128
     <component name="rfs" filter="s60" long-name="Restore Factory Settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2129
      <unit bldFile="mw/appsupport/coreapplicationuis/rfs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2130
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2131
     <component name="rfsplugins" filter="s60" long-name="Restore Factory Settings Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2132
      <unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2133
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2134
     <component name="sysap" filter="s60" long-name="System Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2135
      <unit bldFile="mw/appsupport/coreapplicationuis/sysap/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2136
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2137
     <component name="variatedsettings" filter="s60" long-name="Variated Settings" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2138
      <unit bldFile="mw/appsupport/coreapplicationuis/variatedsettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2139
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2140
     <component name="accfwuinotifier" filter="s60" long-name="Accessory Framework UI Notifier" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2141
      <unit bldFile="mw/appsupport/coreapplicationuis/accfwuinotifier/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2142
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2143
     <component name="kefmapper" filter="s60" long-name="Key Event Framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2144
      <unit bldFile="mw/appsupport/coreapplicationuis/kefmapper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2145
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2146
     <component name="advancedtspcontroller" filter="s60" long-name="Advanced TSP Controller">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2147
      <unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2148
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2149
     <component name="powersaveutilities" filter="s60" long-name="Power Save Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2150
      <unit bldFile="mw/appsupport/coreapplicationuis/powersaveutilities/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2151
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2152
     <component name="gsserverenginestub" filter="s60" long-name="GS Server Engine Stub">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2153
      <unit bldFile="mw/appsupport/coreapplicationuis/gsserverenginestub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2154
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2155
     <component name="gsserverengine" filter="s60" long-name="GS Server Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2156
      <unit bldFile="mw/appsupport/coreapplicationuis/gsserverengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2157
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2158
     <component name="sensordatacompensatorplugin" filter="s60" long-name="Sensor Data Compensator Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2159
      <unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2160
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2161
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2162
    <collection name="flashliteapi_3_1" long-name="Flash Lite API 3.1" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2163
     <!--  collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2164
     <component name="flashliteapi_3_1_build" long-name="Flash Lite API Build" filter="s60" introduced="^2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2165
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2166
    <collection name="mediakeys" long-name="Media Keys" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2167
     <!--  collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2168
     <component name="mediakeys_build" filter="s60" long-name="Media Keys Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2169
      <unit bldFile="mw/appsupport/mediakeys/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2170
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2171
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2172
    <collection name="startupservices" long-name="Startup Services" level="system">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2173
     <component name="splashscreen" filter="s60" long-name="Splash Screen">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2174
      <unit bldFile="mw/appsupport/startupservices/splashscreen/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2175
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2176
     <component name="startupanimation" filter="s60" long-name="Startup Animation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2177
      <unit bldFile="mw/appsupport/startupservices/startupanimation/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2178
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2179
     <component name="startup" long-name="Startup Application" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2180
      <unit bldFile="mw/appsupport/startupservices/startup/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2181
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2182
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2183
    <collection name="sysresmonitoring" long-name="System Resource Monitoring" level="system">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2184
     <component name="oodmonitor" filter="s60" long-name="OOD Monitor" introduced="7.0s">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2185
      <unit bldFile="mw/appsupport/sysresmonitoring/oodmonitor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2186
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2187
     <component name="oommonitor" filter="s60" long-name="OOM Monitor" introduced="7.0s">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2188
      <unit bldFile="mw/appsupport/sysresmonitoring/oommonitor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2189
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2190
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2191
    <collection name="systemsettings" long-name="System Settings" level="system">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2192
     <component name="gssensorplugin" filter="s60" long-name="GS Sensor Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2193
      <unit bldFile="mw/appsupport/systemsettings/gssensorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2194
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2195
     <component name="gsaccessoryplugin" filter="s60" long-name="GS Accessory Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2196
      <unit bldFile="mw/appsupport/systemsettings/gsaccessoryplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2197
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2198
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2199
    <collection name="filehandling" long-name="File Handling" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2200
     <component name="fileconverterfw" long-name="File Converter Framework" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2201
      <unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2202
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2203
     <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2204
      <unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2205
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2206
     <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2207
      <unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2208
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2209
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2210
    <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2211
     <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2212
      <unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2213
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2214
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2215
    <collection name="commonappservices" long-name="Common Application Services" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2216
     <component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2217
      <unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2218
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2219
     <component name="alarmservertest" long-name="Alarm Server Test" deprecated="^3" introduced="8.1" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2220
      <unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2221
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2222
     <component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2223
      <unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2224
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2225
     <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2226
      <unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2227
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2228
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2229
    <collection name="tzservices" long-name="Time Zone Services" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2230
     <component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2231
      <unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2232
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2233
     <component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2234
      <unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2235
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2236
     <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2237
      <unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2238
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2239
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2240
    <collection name="contenthandling" long-name="Content Handling" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2241
     <component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2242
      <unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2243
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2244
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2245
    <collection name="openenvutils" long-name="Open Environment Utilities" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2246
     <component name="commandshell" long-name="Command Shell" introduced="^3" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2247
      <unit bldFile="mw/appsupport/openenvutils/commandshell/group" mrp="mw/appsupport/openenvutils/commandshell/group/oetools_zsh.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2248
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2249
     <component name="telnetserver" long-name="Telnet Server" introduced="^3" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2250
      <unit bldFile="mw/appsupport/openenvutils/telnetserver/group" mrp="mw/appsupport/openenvutils/telnetserver/group/oetools_telnetd.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2251
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2252
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2253
    <collection name="printingsupport" long-name="Printing Support" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2254
     <component name="printinguisupport" long-name="Printing UI Support" purpose="optional" introduced="^2" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2255
      <unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2256
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2257
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2258
    <collection name="appfw" long-name="Application Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2259
     <component name="apparchitecture" long-name="Application Architecture" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2260
      <unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2261
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2262
     <component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2263
      <unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2264
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2265
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2266
    <collection name="applaunchservices" long-name="Application Launch Services" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2267
     <component name="aftermarketappstarter" long-name="After Market Application Starter" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2268
      <unit bldFile="mw/appsupport/applaunchservices/aftermarketappstarter/group" mrp="mw/appsupport/applaunchservices/aftermarketappstarter/group/app-framework_amastart.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2269
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2270
     <component name="applaunchplugins" long-name="Application Launch Plugins" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2271
      <unit bldFile="mw/appsupport/applaunchservices/applaunchplugins/group" mrp="mw/appsupport/applaunchservices/applaunchplugins/group/app-framework_aplp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2272
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2273
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2274
    <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2275
     <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2276
      <unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2277
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2278
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2279
    <collection name="appsupport_info" long-name="Generic Application Support Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2280
     <component name="appsupport_plat" filter="s60" long-name="Generic Application Support Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2281
      <unit bldFile="mw/appsupport/appsupport_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2282
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2283
     <component name="appsupport_pub" filter="s60" long-name="Generic Application Support Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2284
      <unit bldFile="mw/appsupport/appsupport_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2285
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2286
     <component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2287
      <unit mrp="mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2288
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2289
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2290
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2291
   <block name="securitysrv" level="generic" long-name="Security Services" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2292
    <collection name="cms" long-name="Certificate Management Service" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2293
     <!-- collection is really a component. Need to move down a directory-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2294
     <component name="cms_build" filter="s60" long-name="CMS" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2295
      <unit bldFile="mw/securitysrv/cms/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2296
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2297
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2298
    <collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2299
     <component name="x509certnameparser" filter="s60" long-name="X.509 Certificate Name Parser">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2300
      <unit bldFile="mw/securitysrv/pkiutilities/x509certnameparser/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2301
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2302
     <component name="pkcs12" filter="s60" long-name="PKCS #12">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2303
      <unit bldFile="mw/securitysrv/pkiutilities/pkcs12/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2304
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2305
     <component name="certmanui" filter="s60" long-name="Certificate Management UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2306
      <unit bldFile="mw/securitysrv/pkiutilities/certmanui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2307
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2308
     <component name="ctsecuritydialogs" filter="s60" long-name="Crypto Token Security Dialogs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2309
      <unit bldFile="mw/securitysrv/pkiutilities/ctsecuritydialogs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2310
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2311
     <component name="certsaver" filter="s60" long-name="Certificate Saver">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2312
      <unit bldFile="mw/securitysrv/pkiutilities/certsaver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2313
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2314
     <component name="secmodui" filter="s60" long-name="Security Module UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2315
      <unit bldFile="mw/securitysrv/pkiutilities/secmodui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2316
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2317
     <component name="devicetoken" filter="s60" long-name="Device Token">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2318
      <unit bldFile="mw/securitysrv/pkiutilities/devicetoken/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2319
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2320
     <component name="certificates" filter="s60" long-name="Certificates">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2321
      <unit bldFile="mw/securitysrv/pkiutilities/Certificates/group" filter="sf_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2322
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2323
     <component name="pkiutilities_build" filter="s60" long-name="PKI Utilities Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2324
      <!-- need to split this into the above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2325
      <unit bldFile="mw/securitysrv/pkiutilities/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2326
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2327
     <component name="ocsp" long-name="Online Certificate Status Protocol" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2328
      <unit bldFile="mw/securitysrv/pkiutilities/ocsp/group" mrp="mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2329
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2330
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2331
    <collection name="wim" long-name="Wireless Identity Module " level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2332
     <!-- collection is really a component. Need to move down a directory-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2333
     <component name="wim_build" filter="s60" long-name="WIM Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2334
      <unit bldFile="mw/securitysrv/wim/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2335
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2336
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2337
    <collection name="remotelock" long-name="Remote Lock" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2338
     <!-- collection is really a component. Need to move down a directory-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2339
     <component name="remotelock_build" filter="s60" long-name="Remote Lock Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2340
      <unit bldFile="mw/securitysrv/remotelock/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2341
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2342
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2343
    <collection name="securitydialogs" long-name="Security Dialogs" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2344
     <component name="keylockpolicyapi" filter="s60" long-name="Keylock Policy API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2345
      <unit bldFile="mw/securitysrv/securitydialogs/keylockpolicyapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2346
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2347
     <component name="autolock" long-name="Autolock" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2348
      <unit bldFile="mw/securitysrv/securitydialogs/autolock/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2349
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2350
     <component name="secui" filter="s60" long-name="Security UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2351
      <unit bldFile="mw/securitysrv/securitydialogs/secui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2352
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2353
     <component name="securitynotifier" filter="s60" long-name="Security Notifier">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2354
      <unit bldFile="mw/securitysrv/securitydialogs/securitynotifier/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2355
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2356
     <component name="lockclient" filter="s60" long-name="Lock Client" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2357
      <unit bldFile="mw/securitysrv/securitydialogs/lockclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2358
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2359
     <component name="lockapp" filter="s60" long-name="Lock Application" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2360
      <unit bldFile="mw/securitysrv/securitydialogs/lockapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2361
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2362
     <component name="simlockui" filter="s60" long-name="SIM Lock UI" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2363
      <unit bldFile="mw/securitysrv/securitydialogs/simlockui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2364
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2365
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2366
    <collection name="boottimeintegritycheck" long-name="Boot Time Integrity Check" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2367
     <!-- collection is really a component. Need to move down a directory-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2368
     <component name="boottimeintegritycheck_build" filter="s60" long-name="Boot Time Integrity Check Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2369
      <unit bldFile="mw/securitysrv/boottimeintegritycheck/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2370
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2371
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2372
    <collection name="gba" long-name="Generic Bootstrapping Architecture" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2373
     <component name="uicc" filter="s60" long-name="UICC" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2374
      <unit bldFile="mw/securitysrv/gba/uicc/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2375
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2376
     <component name="gbaserver" filter="s60" long-name="GBA Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2377
      <unit bldFile="mw/securitysrv/gba/gbaserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2378
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2379
     <component name="gbaapi" filter="s60" long-name="GBA API" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2380
      <unit bldFile="mw/securitysrv/gba/gbaapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2381
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2382
     <component name="gbafilter" filter="s60" long-name="GBA HTTP Filter" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2383
      <unit bldFile="mw/securitysrv/gba/gbafilter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2384
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2385
     <component name="gba_build" filter="s60" long-name="Generic Boot Architecture Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2386
      <!-- need to split this into the above components, or remove #includes and make this GBA ROM  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2387
      <unit bldFile="mw/securitysrv/gba/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2388
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2389
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2390
    <collection name="devencdiskutils" long-name="Device Encryption Disk Utils" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2391
     <component name="devenccommonutils" filter="s60" long-name="Device Encryption Common Utils" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2392
      <unit bldFile="mw/securitysrv/devencdiskutils/DevEncCommonUtils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2393
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2394
     <component name="devencrfsplugin" filter="s60" long-name="Device Encryption RFS Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2395
      <unit bldFile="mw/securitysrv/devencdiskutils/DevEncRfsPlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2396
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2397
     <component name="pk5recognizer" filter="s60" long-name="Device Encryption Pk5 Recognizer" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2398
      <unit bldFile="mw/securitysrv/devencdiskutils/Pk5Recognizer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2399
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2400
     <component name="devencstarter" filter="s60" long-name="Device Encryption Starter" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2401
      <unit bldFile="mw/securitysrv/devencdiskutils/DevEncStarter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2402
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2403
     <component name="devencdiskutils" filter="s60" long-name="Device Encryption Disk Utils Build" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2404
      <!-- need to split this into the above components, or remove #includes and make this a ROM  component-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2405
      <unit bldFile="mw/securitysrv/devencdiskutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2406
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2407
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2408
    <collection name="securitysrv_info" long-name="Security Services Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2409
     <component name="secsrv_plat" long-name="Security Services Platform Interfaces" filter="s60" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2410
      <unit bldFile="mw/securitysrv/secsrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2411
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2412
     <component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2413
      <unit mrp="mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2414
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2415
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2416
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2417
   <block name="drm" level="generic" long-name="DRM" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2418
    <collection name="commondrm" long-name="Common DRM" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2419
     <!-- it looks like this collection would be better as a component. If so, move down a directory. Otherwise, split up the bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2420
     <component name="drmencryptor" filter="s60" long-name="DRM Encryptor" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2421
      <!-- this should have its own bld.inf or be removed as a component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2422
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2423
     <component name="drmsettingsplugin" filter="s60" long-name="DRM Settings Plugin" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2424
      <!-- this should have its own bld.inf or be removed as a component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2425
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2426
     <component name="drmrightsmanagerui" filter="s60" long-name="DRM Rights Manager UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2427
      <unit bldFile="mw/drm/commondrm/drmrightsmanagerui/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2428
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2429
     <component name="drmutility" filter="s60" long-name="DRM Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2430
      <!-- Uncomment unit when configuration is in place. Currently #included from commondrm_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2431
      <!--<unit bldFile="commondrm/drmutility/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2432
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2433
     <component name="drmserviceapiwrapper" filter="s60" long-name="DRM Service API Wrapper">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2434
      <unit bldFile="mw/drm/commondrm/drmserviceapiwrapper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2435
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2436
     <component name="drmrightsstoringlocation" filter="s60" long-name="DRM Rights Storing Location">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2437
      <unit bldFile="mw/drm/commondrm/drmrightsstoringlocation/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2438
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2439
     <component name="commondrm_build" filter="s60" long-name="Common DRM Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2440
      <!-- should be split into the above files, or them collapsed into a single component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2441
      <unit bldFile="mw/drm/commondrm/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2442
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2443
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2444
    <collection name="omadrm" long-name="OMA DRM" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2445
     <!-- collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2446
     <component name="omadrm_build" filter="s60" long-name="OMA DRM Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2447
      <unit bldFile="mw/drm/omadrm/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2448
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2449
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2450
    <collection name="wmdrm" long-name="Windows Media DRM" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2451
     <!-- collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2452
     <component name="wmdrm_build" filter="s60" long-name="WM DRM Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2453
      <unit bldFile="mw/drm/wmdrm/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2454
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2455
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2456
    <collection name="drm_info" long-name="DRM Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2457
     <component name="drm_pub" filter="s60" long-name="DRM Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2458
      <unit bldFile="mw/drm/drm_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2459
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2460
     <component name="drm_plat" filter="s60" long-name="DRM Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2461
      <unit bldFile="mw/drm/drm_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2462
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2463
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2464
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2465
   <block name="locationsrv" level="specific" long-name="Location Services" levels="plugin fw server if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2466
    <collection name="genericpositioningplugins" long-name="Generic Positioning Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2467
     <component name="locationnpppsy" filter="s60" long-name="Location Positioning Proxy PSY" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2468
      <unit bldFile="mw/locationsrv/genericpositioningplugins/locationnpppsy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2469
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2470
     <component name="locationsuplpsy" filter="s60" long-name="Location SUPL PSY" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2471
      <unit bldFile="mw/locationsrv/genericpositioningplugins/locationsuplpsy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2472
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2473
     <component name="genericpositioningplugins_build" filter="s60" long-name="Generic Positioning Plugins Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2474
      <!-- need to break this up into the other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2475
      <unit bldFile="mw/locationsrv/genericpositioningplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2476
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2477
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2478
    <collection name="landmarks" long-name="Landmarks" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2479
     <component name="locationlandmarks" filter="s60" long-name="Location Landmarks">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2480
      <unit bldFile="mw/locationsrv/landmarks/locationlandmarks/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2481
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2482
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2483
    <collection name="locationmapnavfw" long-name="Location Map and Navigation Framework" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2484
     <component name="mnlibrary" filter="s60" long-name="Map and Navigation Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2485
      <unit bldFile="mw/locationsrv/locationmapnavfw/library/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2486
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2487
     <component name="mnaiwprovider" filter="s60" long-name="Map and Navigation AIW Provider" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2488
      <unit bldFile="mw/locationsrv/locationmapnavfw/aiwprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2489
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2490
     <component name="locationmapnavfw_build" filter="s60" long-name="Location Map and Navigation Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2491
      <!-- need to break this up into the other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2492
      <unit bldFile="mw/locationsrv/locationmapnavfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2493
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2494
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2495
    <collection name="locationsystemui" long-name="Location System UI" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2496
     <component name="locationsysui" filter="s60" long-name="Location System UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2497
      <unit bldFile="mw/locationsrv/locationsystemui/locationsysui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2498
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2499
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2500
    <collection name="supl" long-name="SUPL" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2501
     <component name="locationsuplfw" filter="s60" long-name="Location SUPL Framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2502
      <unit bldFile="mw/locationsrv/supl/locationsuplfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2503
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2504
     <component name="locationomasuplprotocolhandler" filter="s60" long-name="OMA SUPL Protocol Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2505
      <unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2506
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2507
     <component name="supltiapiimplementation" filter="s60" long-name="SUPL TI API Implementation" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2508
      <unit bldFile="mw/locationsrv/supl/supltiapiimplementation/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2509
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2510
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2511
    <collection name="locationtriggering" long-name="Location Triggering" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2512
     <component name="ltlogger" filter="s60" long-name="LT Logger">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2513
      <unit bldFile="mw/locationsrv/locationtriggering/ltlogger/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2514
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2515
     <component name="ltclientlib" filter="s60" long-name="LT Client Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2516
      <unit bldFile="mw/locationsrv/locationtriggering/ltclientlib/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2517
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2518
     <component name="ltmanagementlib" filter="s60" long-name="LT Management Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2519
      <unit bldFile="mw/locationsrv/locationtriggering/ltmanagementlib/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2520
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2521
     <component name="ltcontainer" filter="s60" long-name="LT Container">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2522
      <unit bldFile="mw/locationsrv/locationtriggering/ltcontainer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2523
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2524
     <component name="ltserver" filter="s60" long-name="LT Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2525
      <unit bldFile="mw/locationsrv/locationtriggering/ltserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2526
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2527
     <component name="ltstrategypluginapi" filter="s60" long-name="LT Strategy Plugin API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2528
      <unit bldFile="mw/locationsrv/locationtriggering/ltstrategypluginapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2529
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2530
     <component name="ltstrategyengine" filter="s60" long-name="LT Strategy Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2531
      <unit bldFile="mw/locationsrv/locationtriggering/ltstrategyengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2532
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2533
     <component name="ltmovementdetectionpluginapi" filter="s60" long-name="Movement Detection Plugin API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2534
      <unit bldFile="mw/locationsrv/locationtriggering/ltmovementdetectionpluginapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2535
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2536
     <component name="ltcellidmovementdetector" filter="s60" long-name="Cell ID Movement Detector">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2537
      <unit bldFile="mw/locationsrv/locationtriggering/ltcellidmovementdetector/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2538
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2539
     <component name="lbtmgmtui" filter="s60" long-name="LBT Management UI" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2540
      <unit bldFile="mw/locationsrv/locationtriggering/lbtmgmtui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2541
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2542
     <component name="ltcontextsourceplugin" filter="s60" long-name="LT Context Source Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2543
      <unit bldFile="mw/locationsrv/locationtriggering/ltcontextsourceplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2544
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2545
     <component name="locationtriggering_build" filter="s60" long-name="Location Triggering Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2546
      <!--  should remove #include from this and maybe put exports in the above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2547
      <unit bldFile="mw/locationsrv/locationtriggering/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2548
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2549
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2550
    <collection name="locationsrv_info" long-name="Location Services Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2551
     <component name="locsrv_plat" filter="s60" long-name="Location Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2552
      <unit bldFile="mw/locationsrv/locsrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2553
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2554
     <component name="locsrv_pub" filter="s60" long-name="Location Services Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2555
      <unit bldFile="mw/locationsrv/locsrv_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2556
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2557
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2558
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2559
   <block name="accesssec" level="generic" long-name="Access Security" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2560
    <collection name="wlansecuritysettings" long-name="WLAN Security Settings" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2561
     <component name="wapisecuritysettingsui" filter="s60" long-name="WAPI Security Settings UI" introduced="9.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2562
      <!-- the directory for this needs to be moved up to the right level -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2563
      <unit bldFile="mw/accesssec/wlansecuritysettings/wapisecuritysettingsui/stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2564
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2565
     <component name="wepsecuritysettingsui" filter="s60" long-name="WEP Security Settings UI" introduced="9.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2566
      <unit bldFile="mw/accesssec/wlansecuritysettings/wepsecuritysettingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2567
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2568
     <component name="wifiprotectedsetup" filter="s60" long-name="WIFI Protected Setup" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2569
      <unit bldFile="mw/accesssec/wlansecuritysettings/wifiprotectedsetup/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2570
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2571
     <component name="wlaneapsettingsui" filter="s60" long-name="WLAN EAP Settings UI" introduced="9.3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2572
      <unit bldFile="mw/accesssec/wlansecuritysettings/wlaneapsettingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2573
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2574
     <component name="wpasecuritysettingsui" filter="s60" long-name="WPA Security Settings UI" introduced="9.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2575
      <unit bldFile="mw/accesssec/wlansecuritysettings/wpasecuritysettingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2576
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2577
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2578
    <collection name="eapol" long-name="EAPOL" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2579
     <component name="eapol_framework" filter="s60" long-name="EAPOL Framework" introduced="9.2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2580
      <unit bldFile="mw/accesssec/eapol/eapol_framework/eapol_symbian/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2581
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2582
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2583
    <collection name="accesssec_info" long-name="Access Security Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2584
     <component name="accesssec_plat" filter="s60" long-name="Access Security Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2585
      <unit bldFile="mw/accesssec/accesssec_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2586
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2587
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2588
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2589
   <block name="ipconnmgmt" level="generic" long-name="IP Connectivity Management" levels="plugin framework server generic utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2590
    <collection name="accesspointcontrol" long-name="Access Point Control" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2591
     <component name="apcontrollistplugin" filter="s60" long-name="Access Point Control List Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2592
      <unit bldFile="mw/ipconnmgmt/accesspointcontrol/apcontrollistplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2593
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2594
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2595
    <collection name="alwayson_net_plugin" long-name="Always Online Net Plugin" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2596
     <component name="pdpcontextmanager2" filter="s60" long-name="PDP Context Manager 2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2597
      <unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/pdpcontextmanager2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2598
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2599
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2600
    <collection name="apengine" long-name="Access Point Engine" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2601
     <component name="apeng" filter="s60" long-name="Access Point Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2602
      <unit bldFile="mw/ipconnmgmt/apengine/apeng/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2603
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2604
     <component name="apsettingshandlerui" filter="s60" long-name="Access Point Settings Handler UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2605
      <unit bldFile="mw/ipconnmgmt/apengine/apsettingshandlerui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2606
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2607
     <component name="apsettingsplugin" filter="s60" long-name="Access Point Settings Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2608
      <unit bldFile="mw/ipconnmgmt/apengine/apsettingsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2609
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2610
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2611
    <collection name="bearermanagement" long-name="Bearer Management" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2612
     <component name="mpm" filter="s60" long-name="Mobility Policy Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2613
      <unit bldFile="mw/ipconnmgmt/bearermanagement/mpm/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2614
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2615
     <component name="bearermanager" filter="s60" long-name="Bearer Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2616
      <unit bldFile="mw/ipconnmgmt/bearermanagement/bearermanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2617
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2618
     <component name="bearermanagement_build" filter="s60" long-name="Bearer Management Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2619
      <!-- move exports into one of the other components and remove this one -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2620
      <unit bldFile="mw/ipconnmgmt/bearermanagement/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2621
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2622
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2623
    <collection name="cmmanager" long-name="Connection Method Manager" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2624
     <component name="cmmgr" filter="s60" long-name="CM Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2625
      <unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2626
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2627
     <component name="gsconnsettingsplugin" filter="s60" long-name="GS Connection Settings Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2628
      <unit bldFile="mw/ipconnmgmt/cmmanager/gsconnsettingsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2629
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2630
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2631
    <collection name="connectionmonitoring" long-name="Connection Monitoring" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2632
     <component name="connectionmonitorplugin" filter="s60" long-name="Connection Monitor Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2633
      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2634
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2635
     <component name="connectionmonitorui" filter="s60" long-name="Connection Monitor UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2636
      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2637
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2638
     <component name="connmon" filter="s60" long-name="Connection Monitor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2639
      <!-- either split into two components, or #include from a common bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2640
      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/connectionmonitor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2641
      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/dataconnectionlogger/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2642
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2643
     <component name="connmonext" filter="s60" long-name="Connection Monitor Extension API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2644
      <unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmonext/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2645
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2646
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2647
    <collection name="connectionutilities" long-name="Connection Utilities" level="utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2648
     <component name="connectiondialogs" filter="s60" long-name="Connection Dialogs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2649
      <unit bldFile="mw/ipconnmgmt/connectionutilities/connectiondialogs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2650
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2651
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2652
    <collection name="dbcreator" long-name="DB Creator" level="utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2653
     <component name="commsdatcreator" filter="s60" long-name="Comms Database Creator" introduced="9.3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2654
      <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2655
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2656
     <component name="commsdatcreatorrfsplugin" filter="s60" long-name="Comms Database Creator RFS Plugin" introduced="9.3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2657
      <!-- uncomment when config is turned on -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2658
      <!-- <unit bldFile="dbcreator/commsdatcreatorrfsplugin/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2659
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2660
     <component name="commsdatstartup" filter="s60" long-name="Comms Database Startup" introduced="9.3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2661
      <unit bldFile="mw/ipconnmgmt/dbcreator/commsdatstartup/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2662
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2663
     <component name="dbcreatorexe" filter="s60" long-name="DB Creator" introduced="9.3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2664
      <unit bldFile="mw/ipconnmgmt/dbcreator/dbcreatorexe/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2665
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2666
     <component name="dbcreator_build" filter="s60" long-name="DB Creator Build" introduced="9.3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2667
      <!-- move exports to another component, this is needed for the #ifndef for commsdatcreatorrfsplugin until configuration is in place-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2668
      <unit bldFile="mw/ipconnmgmt/dbcreator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2669
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2670
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2671
    <collection name="ipconnmgmt_info" long-name="IP Connectivity Management Info" level="utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2672
     <component name="ipcm_pub" filter="s60" long-name="IP Connectivity Management Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2673
      <unit bldFile="mw/ipconnmgmt/ipcm_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2674
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2675
     <component name="ipcm_plat" filter="s60" long-name="IP Connectivity Management Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2676
      <unit bldFile="mw/ipconnmgmt/ipcm_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2677
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2678
     <component name="ipcm_build" filter="s60" long-name="IP Connectivity Management Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2679
      <!-- need to move exports to another component, or maek this a config component and revmove the #includes -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2680
      <unit bldFile="mw/ipconnmgmt/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2681
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2682
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2683
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2684
   <block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2685
    <collection name="httpfilters" long-name="HTTP Filters" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2686
     <component name="httpfiltercommon" filter="s60" long-name="HTTP Filter Common">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2687
      <unit bldFile="mw/netprotocols/httpfilters/httpfiltercommon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2688
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2689
     <component name="cookie" filter="s60" long-name="Cookie Filter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2690
      <unit bldFile="mw/netprotocols/httpfilters/cookie/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2691
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2692
     <component name="deflatefilter" filter="s60" long-name="Deflate Filter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2693
      <unit bldFile="mw/netprotocols/httpfilters/deflatefilter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2694
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2695
     <component name="httpfilteracceptheader" filter="s60" long-name="Accept Header Filter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2696
      <unit bldFile="mw/netprotocols/httpfilters/httpfilteracceptheader/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2697
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2698
     <component name="httpfilterauthentication" filter="s60" long-name="Authentication Filter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2699
      <unit bldFile="mw/netprotocols/httpfilters/httpfilterauthentication/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2700
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2701
     <component name="httpfilterconnhandler" filter="s60" long-name="Connection Handler Fitler" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2702
      <unit bldFile="mw/netprotocols/httpfilters/httpfilterconnhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2703
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2704
     <component name="httpfilteriop" filter="s60" long-name="HTTP IOP Filter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2705
      <unit bldFile="mw/netprotocols/httpfilters/httpfilteriop/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2706
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2707
     <component name="httpfilterproxy" filter="s60" long-name="HTTP Proxy Filter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2708
      <unit bldFile="mw/netprotocols/httpfilters/httpfilterproxy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2709
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2710
     <component name="uaproffilter" filter="s60" long-name="UAProf Filter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2711
      <unit bldFile="mw/netprotocols/httpfilters/uaproffilter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2712
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2713
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2714
    <collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2715
     <component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2716
      <unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2717
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2718
     <component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2719
      <unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2720
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2721
     <component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2722
      <unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2723
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2724
     <component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2725
      <unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2726
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2727
     <component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2728
      <unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2729
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2730
     <component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2731
      <unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2732
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2733
     <component name="httpserviceapi" long-name="HTTP Service API" introduced="TB9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2734
      <unit bldFile="mw/netprotocols/applayerprotocols/httpservice/group" mrp="mw/netprotocols/applayerprotocols/httpservice/group/http_service.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2735
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2736
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2737
    <collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2738
     <component name="uripermissionservices" long-name="URI Permission Services" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2739
      <unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2740
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2741
     <component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2742
      <unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2743
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2744
     <component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2745
      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2746
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2747
     <component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2748
      <unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2749
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2750
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2751
    <collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2752
     <component name="netprotocols_plat" filter="s60" long-name="High-level Internet Protocols Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2753
      <unit bldFile="mw/netprotocols/netprotocols_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2754
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2755
     <component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2756
      <unit mrp="mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2757
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2758
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2759
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2760
   <block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin conn server if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2761
    <collection name="rtp" long-name="RTP" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2762
     <component name="srtpstack" filter="s60" long-name="SRTP Stack">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2763
      <unit bldFile="mw/ipappprotocols/rtp/srtpstack/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2764
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2765
     <component name="rtpstack" filter="s60" long-name="RTP Stack">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2766
      <unit bldFile="mw/ipappprotocols/rtp/rtpstack/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2767
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2768
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2769
    <collection name="realtimenetprots" long-name="Real Time Net Protocols" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2770
     <component name="symrtp" long-name="RTP" introduced="9.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2771
      <!-- Real Time Data Protocol -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2772
      <unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2773
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2774
     <component name="sipfw" long-name="SIP Framework" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2775
      <unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2776
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2777
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2778
    <collection name="sipplugins" long-name="SIP Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2779
     <component name="sippwlanplugin" filter="s60" long-name="SIP WLAN Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2780
      <unit bldFile="mw/ipappprotocols/sipplugins/sippwlanplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2781
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2782
     <component name="sippsipsettingsui" filter="s60" long-name="SIP Settings UI" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2783
      <unit bldFile="mw/ipappprotocols/sipplugins/sippsipsettingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2784
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2785
     <component name="sippdevmgmtsipadapter" filter="s60" long-name="Device Management SIP Settings Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2786
      <unit bldFile="mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2787
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2788
     <component name="sippsystemstatemonitor" filter="s60" long-name="SIP System State Monitor" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2789
      <unit bldFile="mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2790
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2791
     <component name="sippsipadapter" filter="s60" long-name="SIP Adapter" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2792
      <unit bldFile="mw/ipappprotocols/sipplugins/sippsipadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2793
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2794
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2795
    <collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2796
     <component name="sipprovider" long-name="SIP Provider" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2797
      <unit bldFile="mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2798
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2799
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2800
    <collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2801
     <component name="ipappprotocols_plat" filter="s60" long-name="IP App Protocols Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2802
      <unit bldFile="mw/ipappprotocols/ipappprotocols_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2803
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2804
     <component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2805
      <unit mrp="mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2806
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2807
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2808
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2809
   <block name="wirelessacc" level="specific" long-name="Wireless Access" levels="framework generic ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2810
    <collection name="hotspotfw" long-name="HotSpot Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2811
     <component name="hsserver" filter="s60" long-name="HotSpot Server" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2812
      <!-- needs bld.inf extracted from the hotspotfw/group one, or this component should be removed-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2813
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2814
     <component name="hsclient" filter="s60" long-name="HotSpot Client" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2815
      <!-- needs bld.inf extracted from the hotspotfw/group one, or this component should be removed-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2816
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2817
     <component name="internetconnectivitytestservice" filter="s60" long-name="Internet Connectivity Test Service" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2818
      <!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2819
      <!-- <unit bldFile="hotspotfw/internetconnectivitytestservice/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2820
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2821
     <component name="ictsdialogs" filter="s60" long-name="Internet Connectivity Test Service Dialogs" deprecated="^3" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2822
      <!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2823
      <!-- <unit bldFile="hotspotfw/ictsdialogs/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2824
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2825
     <component name="hspluginforagent" filter="s60" long-name="HotSpot Plugin for Agent" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2826
      <!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2827
      <!-- <unit bldFile="hotspotfw/hspluginforagent/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2828
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2829
     <component name="hsbrowser" filter="s60" long-name="HotSpot Browser" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2830
      <!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2831
      <!-- <unit bldFile="hotspotfw/hsbrowser/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2832
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2833
     <component name="hotspotfw_build" filter="s60" long-name="Hotspot Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2834
      <!--  should break up this bld.inf into the above components, or collapse them all into a single component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2835
      <unit bldFile="mw/wirelessacc/hotspotfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2836
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2837
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2838
    <collection name="wlanutilities" long-name="WLAN Utilities" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2839
     <component name="wlanplugin" filter="s60" long-name="WLAN Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2840
      <unit bldFile="mw/wirelessacc/wlanutilities/wlanplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2841
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2842
     <component name="wlansettingsui" filter="s60" long-name="WLAN Settings UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2843
      <unit bldFile="mw/wirelessacc/wlanutilities/wlansettingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2844
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2845
     <component name="wlansniffer" filter="s60" long-name="WLAN Sniffer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2846
      <unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2847
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2848
     <component name="wlanindicatorplugin" filter="s60" long-name="WLAN Indicator Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2849
      <unit bldFile="mw/wirelessacc/wlanutilities/wlanindicatorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2850
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2851
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2852
    <collection name="wirelessacc_info" long-name="Wireless Access Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2853
     <component name="hsfw_plat" long-name="HotSpot Framework Platform Interfaces" filter="s60" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2854
      <unit bldFile="mw/wirelessacc/hsfw_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2855
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2856
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2857
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2858
   <block name="vpnclient" level="specific" long-name="VPN Client" levels="engine ui api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2859
    <!-- is the !oem_build filter needed? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2860
    <collection name="vpnapiimpl" long-name="VPN API Implementation" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2861
     <component name="vpnapi" filter="s60" long-name="VPN API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2862
      <unit bldFile="mw/vpnclient/vpnapiimpl/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2863
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2864
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2865
    <collection name="vpnengine" long-name="VPN Engine" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2866
     <!-- too many components in this collection.
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2867
    		Probably best to group the binaries together into larger components
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2868
    		or maybe split the collection into more reasonable groups  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2869
     <component name="eventmediatorapi" filter="s60" long-name="Event Mediator API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2870
      <unit bldFile="mw/vpnclient/vpnengine/eventmediatorapi/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2871
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2872
     <component name="eventviewer" filter="s60" long-name="Event Viewer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2873
      <unit bldFile="mw/vpnclient/vpnengine/eventviewer/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2874
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2875
     <component name="vpnins" filter="s60" long-name="VPN Installer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2876
      <unit bldFile="mw/vpnclient/vpnengine/vpnins/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2877
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2878
     <component name="ikepolparser" filter="s60" long-name="IKE Policy Parser">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2879
      <unit bldFile="mw/vpnclient/vpnengine/ikepolparser/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2880
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2881
     <component name="utlbase64" filter="s60" long-name="Base64 Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2882
      <unit bldFile="mw/vpnclient/vpnengine/utlbase64/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2883
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2884
     <component name="utlcrypto" filter="s60" long-name="Crypto Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2885
      <unit bldFile="mw/vpnclient/vpnengine/utlcrypto/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2886
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2887
     <component name="utlxml" filter="s60" long-name="XML Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2888
      <unit bldFile="mw/vpnclient/vpnengine/utlxml/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2889
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2890
     <component name="utlpkcs10" filter="s60" long-name="PKCS#10 Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2891
      <unit bldFile="mw/vpnclient/vpnengine/utlpkcs10/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2892
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2893
     <component name="pkiserviceapi" filter="s60" long-name="PKI Service API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2894
      <unit bldFile="mw/vpnclient/vpnengine/pkiserviceapi/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2895
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2896
     <component name="ikecert" filter="s60" long-name="IKE Certificate Management">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2897
      <unit bldFile="mw/vpnclient/vpnengine/ikecert/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2898
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2899
     <component name="kmdapi" filter="s60" long-name="Key Management Daemon API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2900
      <unit bldFile="mw/vpnclient/vpnengine/kmdapi/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2901
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2902
     <component name="kmdserver" filter="s60" long-name="Key Management Daemon Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2903
      <unit bldFile="mw/vpnclient/vpnengine/kmdserver/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2904
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2905
     <component name="ikeutils" filter="s60" long-name="Internet Key Exchange Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2906
      <unit bldFile="mw/vpnclient/vpnengine/ikeutils/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2907
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2908
     <component name="ikev1lib" filter="s60" long-name="IKEv1 Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2909
      <unit bldFile="mw/vpnclient/vpnengine/ikev1lib/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2910
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2911
     <component name="ikev2lib" filter="s60" long-name="IKEv2 Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2912
      <unit bldFile="mw/vpnclient/vpnengine/ikev2lib/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2913
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2914
     <component name="vpnipsecpolparser" filter="s60" long-name="VPN IPsec Policy Parser">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2915
      <unit bldFile="mw/vpnclient/vpnengine/vpnipsecpolparser/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2916
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2917
     <component name="sit" filter="s60" long-name="Socket Interaction Thread">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2918
      <unit bldFile="mw/vpnclient/vpnengine/sit/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2919
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2920
     <component name="vpntcwrapper" filter="s60" long-name="VPN Terminal Control Wrapper">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2921
      <unit bldFile="mw/vpnclient/vpnengine/vpntcwrapper/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2922
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2923
     <component name="eventmediator" filter="s60" long-name="Event Mediator">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2924
      <unit bldFile="mw/vpnclient/vpnengine/eventmediator/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2925
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2926
     <component name="pkiservice" filter="s60" long-name="PKI Service">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2927
      <unit bldFile="mw/vpnclient/vpnengine/pkiservice/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2928
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2929
     <component name="vpnconnagt" filter="s60" long-name="VPN Connection Agent">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2930
      <unit bldFile="mw/vpnclient/vpnengine/vpnconnagt/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2931
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2932
     <component name="vpnmanager" filter="s60" long-name="VPN Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2933
      <unit bldFile="mw/vpnclient/vpnengine/vpnmanager/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2934
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2935
     <component name="vpncleaner" filter="s60" long-name="VPN Cleaner">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2936
      <unit bldFile="mw/vpnclient/vpnengine/vpncleaner/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2937
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2938
     <component name="utlpkcs12" filter="s60" long-name="PKCS#12 Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2939
      <unit bldFile="mw/vpnclient/vpnengine/utlpkcs12/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2940
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2941
     <component name="dmadengine" filter="s60" long-name="DM Adapter Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2942
      <unit bldFile="mw/vpnclient/vpnengine/dmadengine/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2943
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2944
     <component name="dmadipsecvpn" filter="s60" long-name="IPsec VPN DM Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2945
      <unit bldFile="mw/vpnclient/vpnengine/dmadipsecvpn/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2946
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2947
     <component name="dmadpki" filter="s60" long-name="PKI DM Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2948
      <unit bldFile="mw/vpnclient/vpnengine/dmadpki/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2949
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2950
     <component name="ikesocket" filter="s60" long-name="IKE Socket" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2951
      <unit bldFile="mw/vpnclient/vpnengine/ikesocketplugin/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2952
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2953
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2954
    <collection name="vpnui" long-name="VPN UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2955
     <component name="vpnecomnotifier" filter="s60" long-name="VPN ECOM Notifier" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2956
      <unit bldFile="mw/vpnclient/vpnui/vpnecomnotifier/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2957
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2958
     <component name="vpndialogmanager" filter="s60" long-name="VPN Dialog Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2959
      <unit bldFile="mw/vpnclient/vpnui/vpndialogmanager/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2960
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2961
     <component name="vpnmanagementui" filter="s60" long-name="VPN Management UI" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2962
      <unit bldFile="mw/vpnclient/vpnui/vpnmanagementui/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2963
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2964
     <component name="vpnpolins" filter="s60" long-name="VPN Policy Installer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2965
      <unit bldFile="mw/vpnclient/vpnui/vpnpolins/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2966
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2967
     <component name="vpnpolicyrecognizer" filter="s60" long-name="VPN Policy Recognizer" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2968
      <unit bldFile="mw/vpnclient/vpnui/vpnpolicyrecognizer/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2969
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2970
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2971
    <collection name="vpnclient_info" long-name="VPN Client Info" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2972
     <component name="vpnclient_help" filter="s60" long-name="VPN Client Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2973
      <unit bldFile="mw/vpnclient/help/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2974
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2975
     <component name="vpnclient_build" filter="s60" long-name="VPN Client Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2976
      <!-- should split this up into the other components and remove this-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2977
      <unit bldFile="mw/vpnclient/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2978
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2979
     <component name="vpnc_plat" filter="s60" long-name="VPN Client Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2980
      <unit bldFile="mw/vpnclient/vpnc_plat/vpnapi/group" filter="!oem_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2981
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2982
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2983
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2984
   <block name="ipappsrv" level="specific" long-name="IP App Services" levels="framework generic server conn plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2985
    <collection name="natfw" long-name="NAT Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2986
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2987
     <component name="natfw_build" filter="s60" long-name="NAT Framework Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2988
      <unit bldFile="mw/ipappsrv/natfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2989
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2990
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2991
    <collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="conn">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2992
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2993
     <component name="multimediacommscontroller_build" filter="s60" long-name="Multimedia Comms Controller Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2994
      <unit bldFile="mw/ipappsrv/multimediacommscontroller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2995
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2996
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2997
    <collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2998
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  2999
     <component name="multimediacommsengine_build" filter="s60" long-name="Multimedia Comms Engine Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3000
      <unit bldFile="mw/ipappsrv/multimediacommsengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3001
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3002
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3003
    <collection name="natplugins" long-name="NAT Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3004
     <component name="natpcliprovisioningnatfwadapter" filter="s60" long-name="Client Provisioning NAT Framework Traversal Adapter" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3005
      <unit bldFile="mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3006
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3007
     <component name="natpdevmgmtnatfwadapter" filter="s60" long-name="Device Management NAT Framework Traversal Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3008
      <unit bldFile="mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3009
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3010
     <component name="natptraversalcontroller" filter="s60" long-name="NAT Traversal Controller" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3011
      <unit bldFile="mw/ipappsrv/natplugins/natptraversalcontroller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3012
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3013
     <component name="natpnatfwsdpprovider" filter="s60" long-name="NAT Framework SDP Provider" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3014
      <unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3015
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3016
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3017
    <collection name="ipappsrv_info" long-name="IP App Services Info" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3018
     <component name="ipappsrv_plat" filter="s60" long-name="IP App Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3019
      <unit bldFile="mw/ipappsrv/ipappsrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3020
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3021
     <component name="ipappsrv_build" long-name="IP App Services Build" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3022
      <!-- remove the #includes from here and rename as xxx ROM or move iby/sis files into another component-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3023
      <unit mrp="mw/ipappsrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3024
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3025
     <component name="ipappsrv_metadata" long-name="IP App Services Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3026
      <unit mrp="mw/ipappsrv/ipappsrv_info/ipappsrv_metadata/ipappsrv_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3027
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3028
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3029
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3030
   <block name="phonesrv" level="specific" long-name="Telephony and SIM Services" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3031
    <collection name="telutils" long-name="Telephony Utils" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3032
     <component name="phoneparser" filter="s60" long-name="Phone Parser">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3033
      <unit bldFile="mw/phonesrv/telutils/phoneparser/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3034
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3035
     <component name="telephonyservice" filter="s60" long-name="Telephony Service">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3036
      <unit bldFile="mw/phonesrv/telutils/telephonyservice/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3037
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3038
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3039
    <collection name="cbs" long-name="Cellular Baseband Services" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3040
     <component name="cbsserver" filter="s60" long-name="CBS Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3041
      <unit bldFile="mw/phonesrv/cbs/cbsserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3042
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3043
     <component name="cbsui" filter="s60" long-name="CBS UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3044
      <unit bldFile="mw/phonesrv/cbs/cbsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3045
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3046
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3047
    <collection name="cellular" long-name="Cellular" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3048
     <component name="telephonysettings" filter="s60" long-name="Telephony Settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3049
      <unit bldFile="mw/phonesrv/cellular/telephonysettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3050
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3051
     <component name="sssettings" filter="s60" long-name="Supplementary Service Settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3052
      <unit bldFile="mw/phonesrv/cellular/sssettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3053
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3054
     <component name="psetnotesui" filter="s60" long-name="Phone Settings Notes UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3055
      <unit bldFile="mw/phonesrv/cellular/psetnotesui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3056
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3057
     <component name="servicerequest" filter="s60" long-name="Service Request">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3058
      <unit bldFile="mw/phonesrv/cellular/servicerequest/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3059
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3060
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3061
    <collection name="convergedcallengine" long-name="Converged Call Engine" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3062
     <component name="callprovider" filter="s60" long-name="Call Provider">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3063
      <unit bldFile="mw/phonesrv/convergedcallengine/callprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3064
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3065
     <component name="cce" filter="s60" long-name="CCE">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3066
      <unit bldFile="mw/phonesrv/convergedcallengine/cce/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3067
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3068
     <component name="spsettings" filter="s60" long-name="Service Provider Settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3069
      <unit bldFile="mw/phonesrv/convergedcallengine/spsettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3070
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3071
     <component name="cenrepdatabase" filter="s60" long-name="CCE Cenrep Database">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3072
      <unit bldFile="mw/phonesrv/convergedcallengine/cenrepdatabase/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3073
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3074
     <component name="serviceselector" filter="s60" long-name="Service Selector">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3075
      <unit bldFile="mw/phonesrv/convergedcallengine/serviceselector/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3076
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3077
     <component name="csplugin" filter="s60" long-name="CS Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3078
      <!--  should spell out CS in name -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3079
      <unit bldFile="mw/phonesrv/convergedcallengine/csplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3080
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3081
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3082
    <collection name="engines" long-name="Telephony Engines" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3083
     <component name="vmbxengine" filter="s60" long-name="Voice Mailbox Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3084
      <unit bldFile="mw/phonesrv/engines/vmbxengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3085
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3086
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3087
    <collection name="networkhandling" long-name="Network Handling" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3088
     <component name="networkhandlingengine" filter="s60" long-name="Network Handling Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3089
      <unit bldFile="mw/phonesrv/networkhandling/networkhandlingengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3090
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3091
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3092
    <collection name="phoneclientserver" long-name="Phone Client/Server" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3093
     <component name="enpolicy" filter="s60" long-name="Emergency Number Policy">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3094
      <unit bldFile="mw/phonesrv/phoneclientserver/enpolicy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3095
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3096
     <component name="aiwdialdata" filter="s60" long-name="AIW Dial Data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3097
      <unit bldFile="mw/phonesrv/phoneclientserver/aiwdialdata/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3098
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3099
     <component name="dialutils" filter="s60" long-name="Dial Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3100
      <unit bldFile="mw/phonesrv/phoneclientserver/dialutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3101
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3102
     <component name="phoneclient" filter="s60" long-name="Phone Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3103
      <unit bldFile="mw/phonesrv/phoneclientserver/phoneclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3104
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3105
     <component name="phoneserver" filter="s60" long-name="Phone Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3106
      <unit bldFile="mw/phonesrv/phoneclientserver/phoneserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3107
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3108
     <component name="callui" filter="s60" long-name="Call UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3109
      <unit bldFile="mw/phonesrv/phoneclientserver/callui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3110
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3111
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3112
    <collection name="satengine" long-name="SIM Application Toolkit Engine" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3113
     <component name="satserver" filter="s60" long-name="SAT Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3114
      <unit bldFile="mw/phonesrv/satengine/satserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3115
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3116
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3117
    <collection name="satui" long-name="SIM Application Toolkit UI" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3118
     <component name="satapp" filter="s60" long-name="SAT Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3119
      <unit bldFile="mw/phonesrv/satui/satapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3120
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3121
     <component name="satplugin" filter="s60" long-name="SAT Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3122
      <unit bldFile="mw/phonesrv/satui/satplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3123
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3124
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3125
    <collection name="phonecmdhandler" long-name="Phone Command Handler" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3126
     <component name="phonecmdhnlr" filter="s60" long-name="Phone Command Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3127
      <unit bldFile="mw/phonesrv/phonecmdhandler/phonecmdhnlr/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3128
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3129
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3130
    <collection name="phonesrv_info" long-name="Telephony and SIM Services Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3131
     <component name="phonesrv_plat" filter="s60" long-name="Telephony and SIM Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3132
      <unit bldFile="mw/phonesrv/phonesrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3133
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3134
     <component name="phonesrv_pub" filter="s60" long-name="Telephony and SIM Services Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3135
      <unit bldFile="mw/phonesrv/phonesrv_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3136
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3137
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3138
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3139
   <block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3140
    <collection name="msgbranched" long-name="Messaging Branched" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3141
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3142
     <component name="msgbranched_build" filter="s60" long-name="Messaging Branched Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3143
      <unit bldFile="mw/messagingmw/msgbranched/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3144
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3145
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3146
    <collection name="messagingfw" long-name="Messaging Framework" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3147
     <!-- should break this collection up into smaller related collections -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3148
     <component name="alwaysonline" filter="s60" long-name="Always Online Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3149
      <unit bldFile="mw/messagingmw/messagingfw/alwaysonline/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3150
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3151
     <component name="msgcommonutils" filter="s60" long-name="Messaging Common Utils" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3152
      <unit bldFile="mw/messagingmw/messagingfw/msgcommonutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3153
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3154
     <component name="senduiservices" filter="s60" long-name="Send UI Services" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3155
      <unit bldFile="mw/messagingmw/messagingfw/senduiservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3156
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3157
     <component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3158
      <unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3159
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3160
     <component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3161
      <unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3162
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3163
     <component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3164
      <unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3165
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3166
     <component name="msgconf" long-name="Messaging Config" introduced="^2" purpose="optional" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3167
      <unit bldFile="mw/messagingmw/messagingfw/msgconf/group" mrp="mw/messagingmw/messagingfw/msgconf/group/messaging_config.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3168
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3169
     <component name="watcherfw" long-name="Watcher Framework" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3170
      <unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3171
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3172
     <component name="msgtest" long-name="Messaging Test" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3173
      <unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3174
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3175
     <component name="sendas" long-name="Send As" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3176
      <unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3177
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3178
     <component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3179
      <unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3180
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3181
     <component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3182
      <unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3183
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3184
     <component name="suplsmshandler" long-name="SUPL SMS Handler" introduced="^2" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3185
      <unit bldFile="mw/messagingmw/messagingfw/suplsmshandler/group" mrp="mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3186
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3187
     <component name="suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3188
      <unit bldFile="mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3189
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3190
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3191
    <collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3192
     <component name="msgfw_plat" filter="s60" long-name="Messaging Middleware Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3193
      <unit bldFile="mw/messagingmw/msgfw_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3194
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3195
     <component name="msgfw_pub" filter="s60" long-name="Messaging Middleware Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3196
      <unit bldFile="mw/messagingmw/msgfw_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3197
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3198
     <component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3199
      <unit mrp="mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3200
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3201
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3202
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3203
   <block name="imsrv" level="specific" long-name="Instant Messaging and Presence Services" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3204
    <collection name="ximpfw" long-name="XIMP Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3205
     <!-- collection is really a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3206
     <component name="ximpfw_build" filter="s60" long-name="XIMP Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3207
      <unit bldFile="mw/imsrv/ximpfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3208
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3209
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3210
    <collection name="imservices" long-name="IM Services" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3211
     <component name="imfeatureplugin" filter="s60" long-name="IM Feature Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3212
      <unit bldFile="mw/imsrv/imservices/imfeatureplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3213
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3214
     <component name="searchfeatureplugin" filter="s60" long-name="Search Feature Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3215
      <unit bldFile="mw/imsrv/imservices/searchfeatureplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3216
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3217
     <component name="xmppsettingsapi" filter="s60" long-name="XMPP Settings API" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3218
      <unit bldFile="mw/imsrv/imservices/xmppsettingsapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3219
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3220
     <component name="xmppsettingsfetcher" filter="s60" long-name="XMPP Settings Fetcher" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3221
      <unit bldFile="mw/imsrv/imservices/xmppsettingsfetcher/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3222
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3223
     <component name="ossprotocoladaptation" filter="s60" long-name="OSS Protocol Adaptation" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3224
      <unit bldFile="mw/imsrv/imservices/ossprotocoladaptation/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3225
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3226
     <component name="instantmessagingcache" filter="s60" long-name="Instant Messaging Cache" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3227
      <unit bldFile="mw/imsrv/imservices/instantmessagingcache/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3228
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3229
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3230
    <collection name="brandingserver" long-name="Branding Server" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3231
     <!-- collection is really a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3232
     <component name="brandingserver_build" filter="s60" long-name="Branding Server Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3233
      <unit bldFile="mw/imsrv/brandingserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3234
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3235
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3236
    <collection name="imsrv_info" long-name="Instant Messaging and Presence Services Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3237
     <component name="imsrv_plat" filter="s60" long-name="Instant Messaging and Presence Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3238
      <unit bldFile="mw/imsrv/imsrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3239
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3240
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3241
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3242
   <block name="legacypresence" level="specific" long-name="Legacy Presence Services" levels="engine fw ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3243
    <collection name="xdmengine" long-name="XDM Engine" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3244
     <!-- collection is really a component. Need to move down a directory (eg xdm/xdmengine)-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3245
     <component name="xdmengine_build" filter="s60" long-name="XDM Engine Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3246
      <unit bldFile="mw/legacypresence/xdmengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3247
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3248
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3249
    <collection name="xdmsettingsui" long-name="XDM Settings UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3250
     <!-- collection is really a component. Need to move down a directory (eg xdm/xdmsettingsui)-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3251
     <component name="xdmsettingsui_build" filter="s60" long-name="XDM Settings UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3252
      <unit bldFile="mw/legacypresence/xdmsettingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3253
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3254
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3255
    <collection name="xdmprotocols" long-name="XDM Protocols" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3256
     <!-- collection is really a component. Need to move down a directory (eg xdm/xdmprotocols)-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3257
     <component name="xdmprotocols_build" filter="s60" long-name="XDM Protocols Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3258
      <unit bldFile="mw/legacypresence/xdmprotocols/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3259
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3260
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3261
    <collection name="msgconnmanager" long-name="Messaging Connection Manager" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3262
     <!-- collection is really a component. Need to move down a directory-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3263
     <component name="msgconnmanager_build" filter="s60" long-name="Messaging Connection Manager Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3264
      <unit bldFile="mw/legacypresence/msgconnmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3265
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3266
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3267
    <collection name="presencesettingsui" long-name="Presence Settings UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3268
     <!-- collection is really a component. Need to move down a directory-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3269
     <component name="presencesettingsui_build" filter="s60" long-name="Presence Settings UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3270
      <unit bldFile="mw/legacypresence/presencesettingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3271
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3272
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3273
    <collection name="simpleengine" long-name="SIMPLE Engine" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3274
     <!-- collection is really a component. Need to move down a directory-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3275
     <component name="simpleengine_build" filter="s60" long-name="SIMPLE Engine Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3276
      <unit bldFile="mw/legacypresence/simpleengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3277
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3278
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3279
    <collection name="presencefwsimpleadpt" long-name="Presence Framework SIMPLE Adaptation" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3280
     <!-- collection is really a component. Need to move down a directory-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3281
     <component name="simpleplugin" filter="s60" long-name="SIMPLE Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3282
      <unit bldFile="mw/legacypresence/presencefwsimpleadpt/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3283
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3284
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3285
    <collection name="simpledatamodeladapter" long-name="SIMPLE Data Model Adapter" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3286
     <component name="presenceplugin" filter="s60" long-name="Presence Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3287
      <unit bldFile="mw/legacypresence/simpledatamodeladapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3288
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3289
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3290
    <collection name="legacypresence_info" long-name="Legacy Presence Services Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3291
     <component name="pressrv_plat" filter="s60" long-name="Legacy Presence Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3292
      <unit bldFile="mw/legacypresence/pressrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3293
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3294
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3295
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3296
   <block name="opensrv" level="specific" long-name="Open Services" levels="prt lib server eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3297
    <collection name="loudmouth" long-name="Loudmouth" level="prt">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3298
     <!-- collection is really a component so it needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3299
     <component name="loudmouth_build" filter="s60" long-name="Loudmouth Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3300
      <unit bldFile="mw/opensrv/loudmouth/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3301
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3302
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3303
    <collection name="libtelepathy" long-name="Telepathy Library" level="lib">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3304
     <!-- collection is really a component so it needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3305
     <component name="libtelepathy_build" filter="s60" long-name="Telepathy Library Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3306
      <unit bldFile="mw/opensrv/libtelepathy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3307
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3308
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3309
    <collection name="telepathygabble" long-name="Telepathy Gabble" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3310
     <!-- collection is really a component so it needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3311
     <component name="telepathygabble_build" filter="s60" long-name="Telepathy Gabble Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3312
      <unit bldFile="mw/opensrv/telepathygabble/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3313
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3314
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3315
    <collection name="isolationserver" long-name="Isolation Server" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3316
     <component name="messagequeue" filter="s60" long-name="Message Queue" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3317
      <unit bldFile="mw/opensrv/isolationserver/messagequeue/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3318
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3319
     <component name="isoserver" filter="s60" long-name="ISO Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3320
      <unit bldFile="mw/opensrv/isolationserver/isoserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3321
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3322
     <component name="isolationserver_build" filter="s60" long-name="Isloation Server Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3323
      <!-- needs #includes removed. either move the exports to another component or make this a ROM component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3324
      <unit bldFile="mw/opensrv/isolationserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3325
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3326
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3327
    <collection name="opensrv_info" long-name="Open Services Info" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3328
     <component name="opensrv_plat" filter="s60" long-name="Open Services Platform Interfaces" introduced="^2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3329
      <unit bldFile="mw/opensrv/opensrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3330
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3331
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3332
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3333
   <block name="remotemgmt" level="specific" long-name="Remote Management" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3334
    <collection name="policymanagement" long-name="Policy Management" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3335
     <component name="pmdmadapter" filter="s60" long-name="PM DM Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3336
      <unit bldFile="mw/remotemgmt/policymanagement/pmdmadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3337
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3338
     <component name="dmutilserver" filter="s60" long-name="DM Util Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3339
      <unit bldFile="mw/remotemgmt/policymanagement/dmutilserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3340
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3341
     <component name="policyengine" filter="s60" long-name="Policy Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3342
      <unit bldFile="mw/remotemgmt/policymanagement/policyengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3343
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3344
     <component name="policymanagement_build" filter="s60" long-name="Policy Management Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3345
      <!--  need to distribute exports, etc into the other components and remove this-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3346
      <unit bldFile="mw/remotemgmt/policymanagement/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3347
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3348
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3349
    <collection name="syncmlfw" long-name="SyncML Framework" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3350
     <component name="syncmlfw_build" filter="s60" long-name="SyncML Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3351
      <!--  need to break this up into components. Too convoluted a structure to be in a single bld.inf-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3352
      <unit bldFile="mw/remotemgmt/syncmlfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3353
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3354
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3355
    <collection name="terminalsecurity" long-name="Terminal Security" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3356
     <component name="scp" filter="s60" long-name="Security Code Proxy">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3357
      <!-- can only have one unit, need to have these #included from a single bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3358
      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3359
      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpdatabase/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3360
      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3361
      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scppatternplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3362
      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scphistoryplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3363
      <unit bldFile="mw/remotemgmt/terminalsecurity/scp/scptimestampplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3364
      <unit/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3365
      <unit/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3366
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3367
     <component name="terminalsecurity_client" filter="s60" long-name="Terminal Control Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3368
      <unit bldFile="mw/remotemgmt/terminalsecurity/client/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3369
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3370
     <component name="terminalsecurity_server" filter="s60" long-name="Terminal Control Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3371
      <unit bldFile="mw/remotemgmt/terminalsecurity/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3372
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3373
     <component name="tcadapter" filter="s60" long-name="Terminal Control Adapter">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3374
      <unit bldFile="mw/remotemgmt/terminalsecurity/tcadapter/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3375
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3376
     <component name="terminalsecurity_build" filter="s60" long-name="Terminal Security Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3377
      <!--  need to distribute exports, etc into the other components and remove this-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3378
      <unit bldFile="mw/remotemgmt/terminalsecurity/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3379
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3380
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3381
    <collection name="omaprovisioning" long-name="OMA Provisioning" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3382
     <component name="pnputil" filter="s60" long-name="PnP Util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3383
      <unit bldFile="mw/remotemgmt/omaprovisioning/pnputil/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3384
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3385
     <component name="provisioning" filter="s60" long-name="Provisioning">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3386
      <unit bldFile="mw/remotemgmt/omaprovisioning/provisioning/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3387
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3388
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3389
    <collection name="devicediagnosticsfw" long-name="Device Diagnostics Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3390
     <component name="diagframework" filter="s60" long-name="Diagnostics Framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3391
      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3392
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3393
     <component name="diagpluginbase" filter="s60" long-name="Diagnostics Plugin Base">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3394
      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagpluginbase/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3395
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3396
     <component name="diagresultsdb" filter="s60" long-name="Diagnostics Results Database">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3397
      <!--  can only have one unit, merge or split into two components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3398
      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/client/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3399
      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3400
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3401
     <component name="devicediagnosticsfw_build" filter="s60" long-name="Device Diagnostics Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3402
      <!--  need to distribute exports, etc into the other components and remove this-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3403
      <unit bldFile="mw/remotemgmt/devicediagnosticsfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3404
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3405
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3406
    <collection name="dcmofw" long-name="Device Capability Management Object Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3407
     <component name="dcmoclient" filter="s60" long-name="DCMO Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3408
      <unit bldFile="mw/remotemgmt/dcmofw/dcmoclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3409
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3410
     <component name="dcmoserver" filter="s60" long-name="DCMO Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3411
      <unit bldFile="mw/remotemgmt/dcmofw/dcmoserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3412
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3413
     <component name="dcmocustcmd" filter="s60" long-name="DCMO Custom Commands">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3414
      <unit bldFile="mw/remotemgmt/dcmofw/dcmocustcmd/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3415
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3416
     <component name="dcmofw_build" filter="s60" long-name="DCMO Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3417
      <!--  need to distribute exports, etc into the other components and remove this-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3418
      <unit bldFile="mw/remotemgmt/dcmofw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3419
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3420
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3421
    <collection name="fotaapplication" long-name="FOTA Application" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3422
     <!-- need to break up into components after resolving the #ifdefs -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3423
     <component name="fotaapplication_build" filter="s60" long-name="FOTA Application Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3424
      <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fotastartupextplg/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3425
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3426
     <component name="fotaserver" filter="s60" long-name="FOTA Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3427
      <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3428
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3429
     <component name="fotacustcmds" filter="s60" long-name="FOTA Custom Commands">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3430
      <unit bldFile="mw/remotemgmt/fotaapplication/fotaserver/fotacustcmds/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3431
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3432
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3433
    <collection name="remotemgmt_info" long-name="Remote Management Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3434
     <component name="remotemgmt_plat" filter="s60" long-name="Remote Management Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3435
      <unit bldFile="mw/remotemgmt/remotemgmt_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3436
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3437
     <component name="remotemgmt_pub" filter="s60" long-name="Remote Management Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3438
      <unit bldFile="mw/remotemgmt/remotemgmt_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3439
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3440
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3441
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3442
   <block name="remotestorage" level="generic" long-name="Remote Storage" levels="framework if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3443
    <collection name="remotestoragefw" long-name="Remote Storage Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3444
     <component name="mountstore" filter="s60" long-name="RSFW Mount Store">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3445
      <unit bldFile="mw/remotestorage/remotestoragefw/mountstore/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3446
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3447
     <component name="rsfwnotifierplugins" filter="s60" long-name="RSFW Notifier Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3448
      <unit bldFile="mw/remotestorage/remotestoragefw/rsfwnotifierplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3449
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3450
     <component name="remotefileengine" filter="s60" long-name="Remote File Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3451
      <unit bldFile="mw/remotestorage/remotestoragefw/remotefileengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3452
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3453
     <component name="mountmanager" filter="s60" long-name="RSFW Mount Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3454
      <unit bldFile="mw/remotestorage/remotestoragefw/mountmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3455
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3456
     <component name="webdavaccessplugin" filter="s60" long-name="WebDAV Access Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3457
      <unit bldFile="mw/remotestorage/remotestoragefw/webdavaccessplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3458
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3459
     <component name="remotefilesystemplugin" filter="s60" long-name="Remote Filesystem Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3460
      <unit bldFile="mw/remotestorage/remotestoragefw/remotefilesystemplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3461
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3462
     <component name="remotestoragegsplugin" filter="s60" long-name="RS GS Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3463
      <!-- uncomment the unit when configuration is in place, it's currently #included from remotestoragefw_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3464
      <!-- <unit bldFile="remotestoragefw/gsplugin/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3465
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3466
     <component name="remotedriveconfigurationbiocontrol" filter="s60" long-name="Remote Drive Configuration BIO Control">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3467
      <!-- uncomment the unit when configuration is in place, it's currently #included from remotestoragefw_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3468
      <!--   <unit bldFile="remotestoragefw/remotedriveconfigurationbiocontrol/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3469
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3470
     <component name="remotestoragefw_build" filter="s60" long-name="Remote Storage Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3471
      <!-- move exports to other components.
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3472
				This is needed for #includes of configured component until congigiration is in place -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3473
      <unit bldFile="mw/remotestorage/remotestoragefw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3474
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3475
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3476
    <collection name="remotestorage_info" long-name="Remote Storage Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3477
     <component name="rsfw_plat" filter="s60" long-name="Remote Storage Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3478
      <unit bldFile="mw/remotestorage/rsfw_plat/rsfw_access_protocol_plugin_api/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3479
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3480
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3481
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3482
   <block name="remoteconn" level="generic" long-name="Remote Connectivity" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3483
    <collection name="connectivitymodules" long-name="Connectivity Modules" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3484
     <component name="secon" filter="s60" long-name="Service Controllers">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3485
      <unit bldFile="mw/remoteconn/connectivitymodules/secon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3486
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3487
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3488
    <collection name="remoteconn_info" long-name="Remote Connectivity Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3489
     <component name="remoteconn_plat" filter="s60" long-name="Remote Connectivity Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3490
      <unit bldFile="mw/remoteconn/remoteconn_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3491
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3492
     <component name="remoteconn_metadata" long-name="Remote Connectivity Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3493
      <unit mrp="mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3494
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3495
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3496
    <collection name="mtptransports" long-name="MTP Transports" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3497
     <component name="mtpusbtransport" long-name="MTP USB Transport" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3498
      <unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3499
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3500
     <component name="mtpptpiptransport" long-name="MTP PTP-IP Transport" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3501
      <unit bldFile="mw/remoteconn/mtptransports/mtpptpiptransport/group" mrp="mw/remoteconn/mtptransports/mtpptpiptransport/group/mtp_ptpip.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3502
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3503
     <component name="mtpcontroller" long-name="MTP Controller" introduced="^3" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3504
      <unit bldFile="mw/remoteconn/mtptransports/mtpcontroller/group" mrp="mw/remoteconn/mtptransports/mtpcontroller/group/mtpcontroller.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3505
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3506
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3507
    <collection name="mtpfws" long-name="MTP Frameworks" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3508
     <component name="mtpfw" long-name="MTP Framework" introduced="^2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3509
      <unit bldFile="mw/remoteconn/mtpfws/mtpfw/group" mrp="mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3510
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3511
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3512
    <collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3513
     <component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="^2" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3514
      <unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3515
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3516
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3517
    <collection name="backupandrestore" long-name="Backup and Restore" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3518
     <component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3519
      <unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3520
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3521
     <component name="backuptest" long-name="Backup Test" introduced="^2" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3522
      <unit bldFile="mw/remoteconn/backupandrestore/backuptest/group" mrp="mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3523
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3524
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3525
    <collection name="obex" long-name="OBEX" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3526
     <component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3527
      <unit bldFile="mw/remoteconn/obex/obexprotocol/group" mrp="mw/remoteconn/obex/obexprotocol/group/obex.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3528
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3529
     <component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3530
      <unit bldFile="mw/remoteconn/obex/obexextensionapi/group" mrp="mw/remoteconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3531
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3532
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3533
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3534
   <block name="srvdiscovery" level="generic" long-name="Service Discovery and Usage" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3535
    <collection name="servicediscoveryandcontrol" long-name="Service Discovery and Control" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3536
     <component name="servicediscoveryfw" long-name="Service Discovery Framework" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3537
      <unit bldFile="mw/srvdiscovery/servicediscoveryandcontrol/pnp/group" mrp="mw/srvdiscovery/servicediscoveryandcontrol/pnp/group/servicediscoveryframework.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3538
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3539
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3540
    <collection name="upnp" long-name="UPnP" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3541
     <component name="upnpstack_plat" long-name="UPnP Stack Platform Interfaces" introduced="^3" purpose="optional" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3542
      <unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3543
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3544
     <component name="upnpstack" long-name="UPnP Stack" introduced="^3" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3545
      <unit bldFile="mw/srvdiscovery/upnp/upnpstack/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3546
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3547
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3548
    <collection name="srvdiscovery_info" long-name="Service Discovery and Usage Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3549
     <component name="srvdiscovery_metadata" long-name="Service Discovery and Usage Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3550
      <unit mrp="mw/srvdiscovery/srvdiscovery_info/srvdiscovery_metadata/srvdiscovery_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3551
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3552
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3553
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3554
   <block name="dlnasrv" level="specific" long-name="DLNA Services" levels="stack server ctrl framework plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3555
    <!-- uncomment all the units when configuration is in place, they're currently #included from other xxx_build components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3556
    <collection name="upnpavcontrolpoint" long-name="UPnP A/V Control Point" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3557
     <component name="avcontrolframework" filter="s60" long-name="A/V Control Famework" introduced="9.1" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3558
      <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/avcontrolframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3559
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3560
     <component name="upnpavcontrolpoint_build" filter="s60" long-name="UPnP A/V Control Point Build" introduced="9.1" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3561
      <!-- put exports in other component instead -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3562
      <unit bldFile="mw/dlnasrv/upnpavcontrolpoint/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3563
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3564
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3565
    <collection name="upnpmediaserver" long-name="UPnP Media Server" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3566
     <component name="avobjects" filter="s60" long-name="A/V Objects">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3567
      <unit bldFile="mw/dlnasrv/upnpmediaserver/avobjects/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3568
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3569
     <component name="mediaserverclient" filter="s60" long-name="Media Server Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3570
      <unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3571
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3572
     <component name="connectionmanagerservice" filter="s60" long-name="Connection Manager Service">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3573
      <unit bldFile="mw/dlnasrv/upnpmediaserver/connectionmanagerservice/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3574
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3575
     <component name="contentdirectoryservice" filter="s60" long-name="Content Directory Service">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3576
      <unit bldFile="mw/dlnasrv/upnpmediaserver/contentdirectoryservice/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3577
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3578
     <component name="mediaserverengine" filter="s60" long-name="Media Server Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3579
      <unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3580
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3581
     <component name="upnpmediaserver_build" filter="s60" long-name="UPnP Media Server Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3582
      <!-- move exports into one of above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3583
      <unit bldFile="mw/dlnasrv/upnpmediaserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3584
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3585
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3586
    <collection name="upnpavcontroller" long-name="UPnP A/V Controller" level="ctrl">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3587
     <component name="upnpxmlparser" filter="s60" long-name="UPnP XML Parser" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3588
      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpxmlparser/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3589
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3590
     <component name="upnpavcontrollerserver" filter="s60" long-name="UPnP A/V Controller Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3591
      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3592
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3593
     <component name="upnpavcontrollerclient" filter="s60" long-name="UPnP A/V Ccontroller Client" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3594
      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3595
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3596
     <component name="upnpavcontrollerhelper" filter="s60" long-name="UPnP A/V Controller Helper" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3597
      <unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerhelper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3598
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3599
     <component name="upnpavcontroller_build" filter="s60" long-name="UPnP A/V Controller Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3600
      <!-- move exports content into one of above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3601
      <unit bldFile="mw/dlnasrv/upnpavcontroller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3602
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3603
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3604
    <collection name="upnpframework" long-name="UPnP Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3605
     <component name="upnputilities" filter="s60" long-name="UPnP Utilities" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3606
      <unit bldFile="mw/dlnasrv/upnpframework/upnputilities/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3607
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3608
     <component name="upnpextensionpluginif" filter="s60" long-name="UPnP Home Media Extension Plugin Interface" introduced="^2" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3609
      <!-- <unit bldFile="upnpframework/upnpextensionpluginif/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3610
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3611
     <component name="upnpfiletransferengine" filter="s60" long-name="UPnP File Transfer Engine" introduced="^2" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3612
      <!-- <unit bldFile="upnpframework/upnpfiletransferengine/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3613
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3614
     <component name="upnpcommonui" filter="s60" long-name="UPnP Common UI" introduced="^2" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3615
      <!--<unit bldFile="upnpframework/upnpcommonui/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3616
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3617
     <component name="upnpaiwengine" filter="s60" long-name="UPnP AIW Engine" introduced="^2" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3618
      <!--<unit bldFile="upnpframework/upnpaiwengine/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3619
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3620
     <component name="upnpaiwprovider" filter="s60" long-name="UPnP AIW Provider" introduced="^2" deprecated="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3621
      <!--<unit bldFile="upnpframework/upnpaiwprovider/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3622
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3623
     <component name="upnpmusicadapter" filter="s60" long-name="UPnP Music Adapter" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3624
      <unit bldFile="mw/dlnasrv/upnpframework/upnpmusicadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3625
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3626
     <component name="upnpcommand" filter="s60" long-name="UPnP Command" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3627
      <unit bldFile="mw/dlnasrv/upnpframework/upnpcommand/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3628
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3629
     <component name="upnpframework_build" filter="s60" long-name="UPnP Framework Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3630
      <!-- move exports content into one of above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3631
      <unit bldFile="mw/dlnasrv/upnpframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3632
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3633
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3634
    <collection name="upnpsettings" long-name="UPnP Settings" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3635
     <component name="upnpsettingsengine" filter="s60" long-name="UPnP Settings Engine" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3636
      <unit bldFile="mw/dlnasrv/upnpsettings/upnpsettingsengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3637
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3638
     <component name="multiselectionui" filter="s60" long-name="Multi-Selection UI" introduced="^2" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3639
      <!--<unit bldFile="upnpsettings/multiselectionui/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3640
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3641
     <component name="appwizard" filter="s60" long-name="UPnP Settings Wizard App" introduced="^2" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3642
      <!--<unit bldFile="upnpsettings/appwizard/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3643
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3644
     <component name="upnpsharingui" filter="s60" long-name="UPnP Sharing UI" introduced="^2" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3645
      <!--<unit bldFile="upnpsettings/upnpsharingui/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3646
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3647
     <component name="upnpgsplugin" filter="s60" long-name="UPnP GS Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3648
      <unit bldFile="mw/dlnasrv/upnpsettings/upnpgsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3649
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3650
     <component name="upnpsettings_build" filter="s60" long-name="UPnP Settings Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3651
      <!-- move exports content into one of above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3652
      <unit bldFile="mw/dlnasrv/upnpsettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3653
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3654
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3655
    <collection name="upnpsharing" long-name="UPnP Sharing" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3656
     <component name="upnpdlnaprofiler" filter="s60" long-name="UPnP DLNA Profiler" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3657
      <unit bldFile="mw/dlnasrv/upnpsharing/upnpdlnaprofiler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3658
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3659
     <component name="upnpsecurity" filter="s60" long-name="UPnP Security" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3660
      <unit bldFile="mw/dlnasrv/upnpsharing/upnpsecurity/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3661
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3662
     <component name="upnpcontentserver" filter="s60" long-name="UPnP Content Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3663
      <unit bldFile="mw/dlnasrv/upnpsharing/upnpcontentserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3664
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3665
     <component name="applicationengine" filter="s60" long-name="UPnP Application Engine" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3666
      <unit bldFile="mw/dlnasrv/upnpsharing/applicationengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3667
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3668
     <component name="upnpsharing_build" filter="s60" long-name="UPnP Sharing Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3669
      <!-- move exports content into one of above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3670
      <unit bldFile="mw/dlnasrv/upnpsharing/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3671
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3672
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3673
    <collection name="upnpmpxplugins" long-name="UPnP MPX Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3674
     <component name="upnpplaybackplugins" filter="s60" long-name="UPnP Playback Plugins" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3675
      <unit bldFile="mw/dlnasrv/upnpmpxplugins/upnpplaybackplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3676
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3677
     <component name="upnpmpxplugins_build" filter="s60" long-name="UPnP MPX Plugins Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3678
      <!-- move exports content into other component? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3679
      <unit bldFile="mw/dlnasrv/upnpmpxplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3680
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3681
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3682
    <collection name="upnpharvester" long-name="UPnP Harvester" level="ctrl">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3683
     <component name="upnpharvester_common" filter="s60" long-name="UPnP Harvester Common" introduced="^2" deprecated="^3" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3684
      <!-- need to merge or #include these to a single bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3685
      <!--<unit bldFile="upnpharvester/common/cmlibrary/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3686
        <unit bldFile="upnpharvester/common/cmsettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3687
        <unit bldFile="upnpharvester/common/cmsqlwrapper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3688
        <unit bldFile="upnpharvester/common/dbmanager/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3689
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3690
     <component name="cdssync" filter="s60" long-name="CDS Sync" introduced="^2" deprecated="^3" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3691
      <!-- <unit bldFile="upnpharvester/cdssync/common"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3692
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3693
     <component name="mdhserver" filter="s60" long-name="Metadata Harvester Server" introduced="^2" deprecated="^3" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3694
      <!--<unit bldFile="upnpharvester/mdhserver/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3695
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3696
     <component name="upnpharvester_build" filter="s60" long-name="UPnP Harvester Build" introduced="^2" deprecated="^3" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3697
      <!-- could just make the whole collection one component and move down a dir. Or move the exports here into the other component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3698
      <!--<unit bldFile="upnpharvester/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3699
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3700
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3701
    <collection name="homesync" long-name="Home Sync" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3702
     <component name="contentmanager" filter="s60" long-name="Content Manager" introduced="^2" deprecated="^3" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3703
      <!-- <unit bldFile="homesync/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3704
      <!-- move bld.inf into contentmanager dir -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3705
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3706
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3707
    <collection name="homemedia" long-name="Home Media" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3708
     <!-- collection is really just a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3709
     <component name="homemedia_build" filter="s60" long-name="Home Media" introduced="^2" deprecated="^3" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3710
      <!-- <unit bldFile="homemedia/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3711
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3712
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3713
    <collection name="dlnasrv_info" long-name="DLNA Services Info" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3714
     <component name="dlnasrv_plat" filter="s60" long-name="DLNA Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3715
      <unit bldFile="mw/dlnasrv/dlnasrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3716
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3717
     <component name="dlnasrv_build" filter="s60" long-name="DLNA Services Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3718
      <!-- need to #include upnpplatformvar.hrh from each #included bld.inf, then this can be removed  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3719
      <unit bldFile="mw/dlnasrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3720
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3721
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3722
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3723
   <block name="btservices" level="generic" long-name="Bluetooth Services" levels="framework server generic specific plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3724
    <collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3725
     <component name="bteng" filter="s60" long-name="Bluetooth Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3726
      <unit bldFile="mw/btservices/bluetoothengine/bteng/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3727
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3728
     <component name="btnotif" filter="s60" long-name="Bluetooth Notifier">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3729
      <unit bldFile="mw/btservices/bluetoothengine/btnotif/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3730
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3731
     <component name="btaudioman" filter="s60" long-name="Bluetooth Audio Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3732
      <unit bldFile="mw/btservices/bluetoothengine/btaudioman/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3733
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3734
     <component name="btmac" filter="s60" long-name="Bluetooth Mono Audio Controller" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3735
      <unit bldFile="mw/btservices/bluetoothengine/btmac/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3736
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3737
     <component name="btsac" filter="s60" long-name="Bluetooth Stereo Audio Controller" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3738
      <unit bldFile="mw/btservices/bluetoothengine/btsac/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3739
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3740
     <component name="btaudiostreamer" filter="s60" long-name="Bluetooth Audio Streamer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3741
      <unit bldFile="mw/btservices/bluetoothengine/btaudiostreamer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3742
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3743
     <component name="btsap" filter="s60" long-name="Bluetooth SIM Access Profile" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3744
      <unit bldFile="mw/btservices/bluetoothengine/btsap/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3745
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3746
     <component name="btui" filter="s60" long-name="Bluetooth UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3747
      <unit bldFile="mw/btservices/bluetoothengine/btui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3748
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3749
     <component name="btpbap" filter="s60" long-name="Bluetooth Phonebook Access Profile" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3750
      <unit bldFile="mw/btservices/bluetoothengine/btpbap/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3751
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3752
     <component name="bthid" filter="s60" long-name="Bluetooth HID">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3753
      <unit bldFile="mw/btservices/bluetoothengine/bthid/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3754
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3755
     <component name="btctrldcmoadapter" filter="s60" long-name="Bluetooth Control DCMO Adapter" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3756
      <unit bldFile="mw/btservices/bluetoothengine/btctrldcmoadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3757
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3758
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3759
    <collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3760
     <component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3761
      <unit bldFile="mw/btservices/bluetoothappprofiles/avrcp" mrp="mw/btservices/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3762
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3763
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3764
    <collection name="btservices_info" long-name="BT Services Info" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3765
     <component name="btservices_plat" filter="s60" long-name="BT Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3766
      <unit bldFile="mw/btservices/btservices_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3767
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3768
     <component name="btservices_pub" filter="s60" long-name="BT Services Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3769
      <unit bldFile="mw/btservices/btservices_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3770
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3771
     <component name="btservices_metadata" long-name="BT Services Metadata" introduced="^3" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3772
      <unit mrp="mw/btservices/btservices_info/btservices_metadata/btservices_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3773
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3774
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3775
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3776
   <block name="usbservices" level="generic" long-name="USB Services" levels="framework server generic specific plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3777
    <collection name="usbservices_info" long-name="USB Services Info" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3778
     <component name="usbservices_plat" filter="s60" long-name="USB Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3779
      <unit bldFile="mw/usbservices/usbservices_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3780
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3781
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3782
    <collection name="usbengines" long-name="USB Engines" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3783
     <component name="usbotgwatcher" filter="s60" long-name="USB OTG Watcher">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3784
      <unit bldFile="mw/usbservices/usbengines/usbotgwatcher/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3785
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3786
     <component name="usbwatcher" filter="s60" long-name="USB Watcher">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3787
      <unit bldFile="mw/usbservices/usbengines/usbwatcher/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3788
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3789
     <component name="usblocodplugin" filter="s60" long-name="USB Local Connectivity Domain Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3790
      <unit bldFile="mw/usbservices/usbengines/usblocodplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3791
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3792
     <component name="usbdevcon" filter="s60" long-name="USB Device Control">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3793
      <unit bldFile="mw/usbservices/usbengines/usbdevcon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3794
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3795
     <component name="usbremotepersonality" filter="s60" long-name="USB Remote Personality">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3796
      <unit bldFile="mw/usbservices/usbengines/usbremotepersonality/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3797
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3798
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3799
    <collection name="usbclasses" long-name="USB Classes" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3800
     <component name="usbobexclasscontroller" filter="s60" long-name="USB OBEX Class Controller" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3801
      <unit bldFile="mw/usbservices/usbclasses/usbobexclasscontroller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3802
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3803
     <component name="usbbasicpersonality" filter="s60" long-name="USB Basic Personality" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3804
      <unit bldFile="mw/usbservices/usbclasses/usbbasicpersonality/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3805
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3806
     <component name="usbmscpersonality" filter="s60" long-name="USB MSC Personality" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3807
      <unit bldFile="mw/usbservices/usbclasses/usbmscpersonality/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3808
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3809
     <!--	commented out in bld.inf. Should this be deleted?     
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3810
  <component id="ptpstack" filter="s60" name="Picture Transfer Protocol Stack">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3811
        <unit bldFile="usbclasses/ptpstack/group"/>
337
ba054d5c5c33 First drop of single model for symbian3
Dario Sestito <darios@symbian.org>
parents: 296
diff changeset
  3812
      </component>
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3813
      <component id="sicdusbplugin" filter="s60" name="SICD USB Plugin" class="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3814
        <unit bldFile="usbclasses/sicdusbplugin/group"/>
360
1990f981895e adding changes for updated mm package_definition.xml
andy simpson <andrews@symbian.org>
parents: 353
diff changeset
  3815
      </component>
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3816
      <component id="ptpserver" filter="s60" name="Picture Transfer Protocol Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3817
        <unit bldFile="usbclasses/ptpserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3818
      </component>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3819
     <component name="pictbridgeengine" filter="s60" long-name="PictBridge Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3820
      <unit bldFile="mw/usbservices/usbclasses/pictbridgeengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3821
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3822
     <component name="usbphoneasmodem" filter="s60" long-name="USB Phone as Modem" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3823
      <unit bldFile="mw/usbservices/usbclasses/usbphoneasmodem/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3824
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3825
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3826
    <collection name="usbuis" long-name="USB UIs" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3827
     <component name="usbui" filter="s60" long-name="USB UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3828
      <unit bldFile="mw/usbservices/usbuis/usbui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3829
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3830
     <component name="usbuinotif" filter="s60" long-name="USB UI Notifiers">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3831
      <unit bldFile="mw/usbservices/usbuis/usbuinotif/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3832
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3833
     <component name="imageprintuiprovider" filter="s60" long-name="ImagePrint UI Provider" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3834
      <unit bldFile="mw/usbservices/usbuis/imageprintuiprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3835
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3836
     <component name="usbimageprintui" filter="s60" long-name="ImagePrint UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3837
      <unit bldFile="mw/usbservices/usbuis/imageprintui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3838
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3839
     <component name="rndisui" filter="s60" long-name="Remote NDIS UI" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3840
      <unit bldFile="mw/usbservices/usbuis/rndisui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3841
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3842
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3843
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3844
   <block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3845
    <!-- Package is pending removal. Contents to be moved to remoteconn and btservices -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3846
    <collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3847
     <component name="locod" long-name="Local Connectivity Daemon">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3848
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/locod/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3849
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3850
     <component name="obexserviceman" long-name="OBEX Service Managar">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3851
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexserviceman/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3852
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3853
     <component name="obexsendservices" long-name="OBEX Send Services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3854
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexsendservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3855
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3856
     <component name="obexreceiveservices" long-name="OBEX Receive Services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3857
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3858
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3859
     <component name="dun" long-name="Dial Up Networking">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3860
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3861
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3862
     <component name="lccustomplugin" long-name="LC Custom Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3863
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/lccustomplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3864
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3865
     <component name="lcstylustap" long-name="LC Stylus Tap Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3866
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/lcstylustap/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3867
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3868
     <component name="legacymodemplugin" long-name="Legacy Modem Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3869
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/legacymodemplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3870
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3871
     <component name="modematplugin" long-name="Modem AT Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3872
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/modematplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3873
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3874
     <component name="generichid" long-name="Generic HID">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3875
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/generichid/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3876
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3877
     <component name="headset" long-name="Headset">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3878
      <unit bldFile="mw/shortlinkconn/localconnectivityservice/headset/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3879
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3880
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3881
    <collection name="shortlinkconn_info" long-name="Shortlink Connectivity Info" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3882
     <component name="shortlinkconn_plat" filter="s60" long-name="Shortlink Connectivity Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3883
      <unit bldFile="mw/shortlinkconn/shortlinkconn_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3884
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3885
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3886
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3887
   <block name="imghandling" level="specific" long-name="Image Handling" levels="lib util if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3888
    <collection name="imagehandlinglib" long-name="Image Handling Library" level="lib">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3889
     <!-- collection is really a component, need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3890
     <component name="ihl" filter="s60" long-name="IHL">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3891
      <unit bldFile="mw/imghandling/imagehandlinglib/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3892
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3893
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3894
    <collection name="imagehandlingutilities" long-name="Image Handling Utilities" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3895
     <component name="thumbnailmanager" filter="s60" long-name="Thumbnail Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3896
      <unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3897
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3898
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3899
    <collection name="imghandling_info" long-name="Image Handling Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3900
     <component name="imagehandling_plat" filter="s60" long-name="Image Handling Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3901
      <unit bldFile="mw/imghandling/imagehandling_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3902
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3903
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3904
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3905
   <block name="metadatasrv" level="specific" long-name="Legacy Metadata Services" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3906
    <collection name="mediamanagementutilities" long-name="Media Management Utilities" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3907
     <component name="mediafetch" filter="s60" long-name="Media Fetch">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3908
      <unit bldFile="mw/metadatasrv/mediamanagementutilities/mediafetch/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3909
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3910
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3911
    <collection name="metadatasrv_info" long-name="Legacy Metadata Services Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3912
     <component name="metadatasrv_plat" filter="s60" long-name="Legacy Metadata Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3913
      <unit bldFile="mw/metadatasrv/metadatasrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3914
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3915
     <component name="metadatasrv_pub" filter="s60" long-name="Legacy Metadata Services Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3916
      <unit bldFile="mw/metadatasrv/metadatasrv_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3917
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3918
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3919
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3920
   <block name="mds" level="specific" long-name="Metadata Services" levels="mgr eng server int">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3921
    <collection name="metadataengine" long-name="Metadata Engine" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3922
     <component name="metadataengine_common" filter="s60" long-name="Metadata Engine Common" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3923
      <unit bldFile="mw/mds/metadataengine/common/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3924
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3925
     <component name="metadataengine_server" filter="s60" long-name="Metadata Engine Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3926
      <unit bldFile="mw/mds/metadataengine/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3927
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3928
     <component name="metadataengine_client" filter="s60" long-name="Metadata Engine Client" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3929
      <unit bldFile="mw/mds/metadataengine/client/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3930
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3931
     <component name="metadataengine_build" filter="s60" long-name="Metadata Engine Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3932
      <!--make this collection a single component, or split this bld.inf into the other units  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3933
      <unit bldFile="mw/mds/metadataengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3934
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3935
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3936
    <collection name="locationmanager" long-name="Location Manager" level="mgr">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3937
     <component name="locationtrail" filter="s60" long-name="Location Trail" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3938
      <unit bldFile="mw/mds/locationmanager/locationtrail/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3939
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3940
     <component name="locationmanager_server" filter="s60" long-name="Location Manager Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3941
      <unit bldFile="mw/mds/locationmanager/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3942
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3943
     <component name="locationmanager_client" filter="s60" long-name="Location Manager Client" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3944
      <unit bldFile="mw/mds/locationmanager/client/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3945
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3946
     <component name="locationmanager_build" filter="s60" long-name="Location Manager Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3947
      <!--make this collection a single component, or split this bld.inf into the other units  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3948
      <unit bldFile="mw/mds/locationmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3949
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3950
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3951
    <collection name="contextengine" long-name="Context Engine" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3952
     <component name="contextengine_plugins" filter="s60" long-name="Context Engine Plugins" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3953
      <unit bldFile="mw/mds/contextengine/plugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3954
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3955
     <component name="contextengine_build" filter="s60" long-name="Context Engine Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3956
      <!--make this collection a single component, or make this unit self-contained  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3957
      <unit bldFile="mw/mds/contextengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3958
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3959
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3960
    <collection name="harvester" long-name="Harvester" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3961
     <component name="blacklistclient" filter="s60" long-name="Blacklist Client" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3962
      <unit bldFile="mw/mds/harvester/blacklistclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3963
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3964
     <component name="blacklistserver" filter="s60" long-name="Blacklist Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3965
      <unit bldFile="mw/mds/harvester/blacklistserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3966
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3967
     <component name="harvester_common" filter="s60" long-name="Harvester Common" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3968
      <unit bldFile="mw/mds/harvester/common/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3969
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3970
     <component name="composerplugins" filter="s60" long-name="Composer Plugins" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3971
      <unit bldFile="mw/mds/harvester/composerplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3972
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3973
     <component name="harvesterplugins" filter="s60" long-name="Harvester Plugins" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3974
      <unit bldFile="mw/mds/harvester/harvesterplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3975
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3976
     <component name="monitorplugins" filter="s60" long-name="Monitor Plugins" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3977
      <unit bldFile="mw/mds/harvester/monitorplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3978
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3979
     <component name="harvester_server" filter="s60" long-name="Harvester Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3980
      <unit bldFile="mw/mds/harvester/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3981
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3982
     <component name="harvester_client" filter="s60" long-name="Harvester Client" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3983
      <unit bldFile="mw/mds/harvester/client/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3984
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3985
     <component name="harvester_build" filter="s60" long-name="Harvester Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3986
      <!-- split these exports into the other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3987
      <unit bldFile="mw/mds/harvester/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3988
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3989
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3990
    <collection name="watchdog" long-name="Watchdog" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3991
     <!-- collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3992
     <component name="mdswatchdog" filter="s60" long-name="Metadata Watchdog" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3993
      <unit bldFile="mw/mds/watchdog/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3994
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3995
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3996
    <collection name="clfwrapper" long-name="Content Listing Framework Wrapper" level="int">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3997
     <!-- collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3998
     <component name="clfwrapper_build" filter="s60" long-name="CLF Wrapper Build" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3999
      <!-- Uncomment unit when configuration is in place. Currently #included from mds_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4000
      <!--<unit bldFile="clfwrapper/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4001
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4002
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4003
    <collection name="mds_info" long-name="Metadata Services Info" level="int">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4004
     <component name="mds_pub" filter="s60" long-name="Metadata Services Public Interfaces" introduced="^2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4005
      <unit bldFile="mw/mds/mds_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4006
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4007
     <component name="mds_plat" filter="s60" long-name="Metadata Services Platform Interfaces" introduced="^2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4008
      <unit bldFile="mw/mds/mds_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4009
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4010
     <component name="mds_build" filter="s60" long-name="Metadata Services Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4011
      <!-- consider distributiing this into the rest of the components in the package -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4012
      <unit bldFile="mw/mds/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4013
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4014
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4015
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4016
   <block name="mmuifw" level="specific" long-name="Multimedia UI Framework" levels="mgr mdl util ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4017
    <collection name="mmuifw_info" long-name="Multimedia UI Framework Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4018
     <component name="mmuifw_plat" filter="s60" long-name="Multimedia UI Framework Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4019
      <unit bldFile="mw/mmuifw/mmuifw_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4020
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4021
     <component name="mmuifw_build" filter="s60" long-name="Multimedia UI Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4022
      <!-- Move exports into other componetns or remove all #includes and make this a ROM component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4023
      <unit bldFile="mw/mmuifw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4024
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4025
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4026
    <collection name="osncore" long-name="OS Neutral Library Core" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4027
     <!-- collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4028
     <component name="osncore_build" filter="s60" long-name="OSN Core Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4029
      <unit bldFile="mw/mmuifw/osncore/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4030
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4031
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4032
    <collection name="alfwidgetutils" long-name="Accelerated LAF Widget Utils" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4033
     <!-- collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4034
     <component name="alfwidgetutils_build" filter="s60" long-name="ALF Widget Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4035
      <unit bldFile="mw/mmuifw/alfwidgetutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4036
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4037
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4038
    <collection name="resourcepool" long-name="Resource Pool" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4039
     <!-- collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4040
     <component name="alfresourcepool" filter="s60" long-name="ALF Resource Pool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4041
      <unit bldFile="mw/mmuifw/resourcepool/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4042
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4043
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4044
    <collection name="widgetmodel" long-name="Widget Model" level="mdl">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4045
     <!-- collection is really a component. Move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4046
     <component name="widgetmodel_build" filter="s60" long-name="Widget Model Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4047
      <unit bldFile="mw/mmuifw/widgetmodel/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4048
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4049
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4050
    <collection name="mulwidgets" long-name="MUL Widgets" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4051
     <!-- should spell out MUL in the collection name -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4052
     <component name="mullogging" filter="s60" long-name="MUL Logging">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4053
      <unit bldFile="mw/mmuifw/mulwidgets/mullogging/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4054
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4055
     <component name="muldatamodel" filter="s60" long-name="MUL Data Model">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4056
      <unit bldFile="mw/mmuifw/mulwidgets/muldatamodel/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4057
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4058
     <component name="mulwidgets_common" filter="s60" long-name="MUL Common Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4059
      <unit bldFile="mw/mmuifw/mulwidgets/common/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4060
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4061
     <component name="gesturehelper" filter="s60" long-name="Gesture Helper">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4062
      <unit bldFile="mw/mmuifw/mulwidgets/gesturehelper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4063
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4064
     <component name="mulcoverflowwidget" filter="s60" long-name="MUL CoverFlow Widget">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4065
      <unit bldFile="mw/mmuifw/mulwidgets/mulcoverflowwidget/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4066
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4067
     <component name="mulsliderwidget" filter="s60" long-name="MUL Slider Widget">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4068
      <unit bldFile="mw/mmuifw/mulwidgets/mulsliderwidget/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4069
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4070
     <component name="alfviewwidget" filter="s60" long-name="ALF View Widget">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4071
      <unit bldFile="mw/mmuifw/mulwidgets/alfviewwidget/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4072
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4073
     <component name="alfcontainerwidget" filter="s60" long-name="ALF Container Widget">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4074
      <unit bldFile="mw/mmuifw/mulwidgets/alfcontainerwidget/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4075
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4076
     <component name="alfscrollbarwidget" filter="s60" long-name="ALF Scrollbar Widget">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4077
      <unit bldFile="mw/mmuifw/mulwidgets/alfscrollbarwidget/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4078
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4079
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4080
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4081
   <block name="videoutils" level="specific" long-name="Video Utils" levels="eng util if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4082
    <collection name="videoscheduler" long-name="Video Scheduler" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4083
     <component name="schedulerclient" filter="s60" long-name="Video Scheduler Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4084
      <unit bldFile="mw/videoutils/videoscheduler/schedulerclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4085
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4086
     <component name="schedulerserver" filter="s60" long-name="Video Scheduler Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4087
      <unit bldFile="mw/videoutils/videoscheduler/schedulerserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4088
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4089
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4090
    <collection name="videoconnutility" long-name="Video Connection Utility" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4091
     <component name="connutilpsworker" filter="s60" long-name="Connection Utility Publish and Subscribe Worker">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4092
      <unit bldFile="mw/videoutils/videoconnutility/connutilpsworker/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4093
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4094
     <component name="video_connutility" filter="s60" long-name="Video Connection Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4095
      <unit bldFile="mw/videoutils/videoconnutility/connutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4096
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4097
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4098
    <collection name="videoutils_info" long-name="Video Utils Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4099
     <component name="videoutils_plat" filter="s60" long-name="Video Utils Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4100
      <unit bldFile="mw/videoutils/videoutils_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4101
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4102
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4103
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4104
   <block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4105
    <collection name="mmfenh" long-name="MMF Enhancements" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4106
     <component name="advancedaudiocontroller" filter="s60" long-name="Advanced Audio Controllers" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4107
      <unit bldFile="mw/mmmw/mmfenh/advancedaudiocontroller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4108
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4109
     <component name="audiooutputcontrolutility" filter="s60" long-name="Audio Output Control Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4110
      <unit bldFile="mw/mmmw/mmfenh/audiooutputcontrolutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4111
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4112
     <component name="configurationcomponentsfactory" filter="s60" long-name="Configuration Components Factory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4113
      <unit bldFile="mw/mmmw/mmfenh/configurationcomponentsfactory/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4114
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4115
     <component name="enhancedaudioplayerutility" filter="s60" long-name="Enhanced Audio Player Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4116
      <unit bldFile="mw/mmmw/mmfenh/enhancedaudioplayerutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4117
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4118
     <component name="enhancedmediaclient" filter="s60" long-name="Enhanced Media Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4119
      <unit bldFile="mw/mmmw/mmfenh/enhancedmediaclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4120
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4121
     <component name="profilesettingsmonitor" filter="s60" long-name="Profile Settings Monitor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4122
      <unit bldFile="mw/mmmw/mmfenh/profilesettingsmonitor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4123
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4124
     <component name="progressivedownload" filter="s60" long-name="Progressive Download">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4125
      <unit bldFile="mw/mmmw/mmfenh/progressivedownload/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4126
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4127
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4128
    <collection name="mm_fw" long-name="Multimedia Frameworks" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4129
     <!-- Id needs to be unique, mmfw already in use -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4130
     <!-- Placeholder for OpenAX AL and other stuff -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4131
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4132
    <collection name="mmserv" long-name="Multimedia Services" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4133
     <component name="audioeffectsui" filter="s60" long-name="Audio Effects UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4134
      <unit bldFile="mw/mmmw/mmserv/audioeffectsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4135
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4136
     <component name="callaudiocontrol" filter="s60" long-name="Call Audio Control">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4137
      <unit bldFile="mw/mmmw/mmserv/callaudiocontrol/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4138
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4139
     <component name="metadatautility" filter="s60" long-name="Metadata Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4140
      <unit bldFile="mw/mmmw/mmserv/metadatautility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4141
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4142
     <component name="radioutility" filter="s60" long-name="Radio Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4143
      <unit bldFile="mw/mmmw/mmserv/radioutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4144
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4145
     <component name="thumbnailengine" filter="s60" long-name="Thumbnail Engine" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4146
      <unit bldFile="mw/mmmw/mmserv/thumbnailengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4147
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4148
     <component name="tms" filter="s60" long-name="Telephony Multimedia Service" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4149
      <unit bldFile="mw/mmmw/mmserv/tms/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4150
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4151
     <component name="voipaudioservices" filter="s60" long-name="VoIP Audio Services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4152
      <unit bldFile="mw/mmmw/mmserv/voipaudioservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4153
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4154
     <component name="lib3gpextparser" filter="s60" long-name="3GP Extension Metadata Parser Library">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4155
      <unit bldFile="mw/mmmw/mmserv/metadatautility/3GPExtParserLib_stub/group" filter="sf_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4156
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4157
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4158
    <collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4159
     <component name="mmmw_plat" filter="s60" long-name="Multimedia Middleware Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4160
      <unit bldFile="mw/mmmw/mmmw_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4161
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4162
     <component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4163
      <unit mrp="mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4164
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4165
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4166
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4167
   <block name="helix" level="generic" long-name="Helix" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4168
    <collection name="helix_ren" long-name="Helix Engine" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4169
     <!-- what does "ren" stand for? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4170
     <component name="helix_stub" filter="s60" long-name="Helix Stub" introduced="^2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4171
      <unit bldFile="mw/helix/helix_ren/helix_stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4172
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4173
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4174
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4175
   <block name="camerasrv" level="specific" long-name="Camera Services" levels="plugin fw api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4176
    <collection name="camappengine" long-name="Camera App Engine" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4177
     <!-- is this collection really a component? If so, move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4178
     <component name="stillconverter" filter="s60" long-name="Still Image Converter" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4179
      <!-- should separate this from parent engine's bld.inf  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4180
      <!-- <unit bldFile="camappengine/stillconverter/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4181
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4182
     <component name="camappengine_engine" filter="s60" long-name="Camera App Engine" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4183
      <!-- should separate this from parent engine's bld.inf  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4184
      <!-- <unit bldFile="camappengine/engine/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4185
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4186
     <component name="asynchfilesavequeue" filter="s60" long-name="Asynch File Save Queue">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4187
      <unit bldFile="mw/camerasrv/camappengine/asynchfilesavequeue/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4188
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4189
     <component name="camappengine_build" filter="s60" long-name="Camera App Engine Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4190
      <unit bldFile="mw/camerasrv/camappengine/build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4191
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4192
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4193
    <collection name="camcordermmfplugin" long-name="Camcorder MMF Plugin" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4194
     <!-- collection is really a component. Should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4195
     <component name="camcordermmfplugin_build" filter="s60" long-name="Camcorder MMF Plugin Build" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4196
      <unit bldFile="mw/camerasrv/camcordermmfplugin/build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4197
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4198
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4199
    <collection name="configmanagers" long-name="Config Managers" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4200
     <component name="imagingconfigmanager" filter="s60" long-name="Imaging Config Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4201
      <unit bldFile="mw/camerasrv/configmanagers/imagingconfigmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4202
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4203
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4204
    <collection name="camerasrv_info" long-name="Camera Services Info" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4205
     <component name="camerasrv_plat" filter="s60" long-name="Camera Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4206
      <unit bldFile="mw/camerasrv/camerasrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4207
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4208
     <component name="camerasrv_build" filter="s60" long-name="Camera Services Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4209
      <!-- should split into individual bld.infs -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4210
      <unit bldFile="mw/camerasrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4211
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4212
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4213
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4214
   <block name="mmappfw" level="specific" long-name="Multimedia App Framework" levels="fw utils if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4215
    <collection name="mpx" long-name="Multimedia Player" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4216
     <component name="commonframework" filter="s60" long-name="MPX Common Framework" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4217
      <unit bldFile="mw/mmappfw/mpx/commonframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4218
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4219
     <component name="playbackframework" filter="s60" long-name="MPX Playback Framework" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4220
      <unit bldFile="mw/mmappfw/mpx/playbackframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4221
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4222
     <component name="mpxcollectionfw" filter="s60" long-name="MPX Collection Framework" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4223
      <unit bldFile="mw/mmappfw/mpx/collectionframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4224
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4225
     <component name="mpxviewfw" filter="s60" long-name="MPX View Framework" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4226
      <unit bldFile="mw/mmappfw/mpx/viewframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4227
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4228
     <component name="mpx_build" filter="s60" long-name="MPX Build" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4229
      <!--  Move the export to another component or remove the #includes from this one -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4230
      <unit bldFile="mw/mmappfw/mpx/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4231
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4232
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4233
    <collection name="mmappcomponents" long-name="Multimedia App Components" level="utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4234
     <component name="mmappcomponents_build" filter="s60" long-name="Multimedia App Components Build" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4235
      <!-- needed for  #ifdefs and hrh include. Need to #include the .hrh file in each bld.inf
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4236
      		Can remove this once configuration is in place-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4237
      <unit bldFile="mw/mmappfw/mmappcomponents/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4238
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4239
     <component name="collectionhelper" filter="s60" long-name="Media Player Collection Helper" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4240
      <unit bldFile="mw/mmappfw/mmappcomponents/collectionhelper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4241
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4242
     <component name="playlistengine" filter="s60" long-name="Playlist Engine" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4243
      <unit bldFile="mw/mmappfw/mmappcomponents/playlistengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4244
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4245
     <component name="mpxharvester" filter="s60" long-name="Media Player Harvester" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4246
      <unit bldFile="mw/mmappfw/mmappcomponents/harvester/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4247
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4248
     <component name="mmappcommonui" filter="s60" long-name="Multimedia App Common UI" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4249
      <unit bldFile="mw/mmappfw/mmappcomponents/mmappcommonui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4250
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4251
     <component name="mediaplayersettingsengine" filter="s60" long-name="Media Player Settings Engine" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4252
      <unit bldFile="mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4253
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4254
     <component name="audiofetcher" filter="s60" long-name="Audio Fetcher" introduced="^1" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4255
      <!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4256
      <!-- <unit bldFile="mmappcomponents/audiofetcher/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4257
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4258
     <component name="asxparser" filter="s60" long-name="ASX Parser" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4259
      <!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4260
      <!-- <unit bldFile="mmappcomponents/asxparser/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4261
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4262
     <component name="playbackhelper" filter="s60" long-name="Playback Helper" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4263
      <unit bldFile="mw/mmappfw/mmappcomponents/playbackhelper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4264
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4265
     <component name="videoplaylistutility" filter="s60" long-name="Video Playlist Utility" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4266
      <unit bldFile="mw/mmappfw/mmappcomponents/videoplaylistutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4267
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4268
     <component name="mmmtpdataprovider" filter="s60" long-name="Multimedia MTP Data Provider" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4269
      <unit bldFile="mw/mmappfw/mmappcomponents/mmmtpdataprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4270
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4271
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4272
    <collection name="mmappfw_info" long-name="Multimedia App Framework Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4273
     <component name="mmappfw_build" filter="s60" long-name="Multimedia App Framework Build" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4274
      <!--  Move the export to another component or remove the #includes from this one -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4275
      <unit bldFile="mw/mmappfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4276
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4277
     <component name="mmappfw_test" filter="s60,test,api_test,pref_test" long-name="Multimedia App Framework Test" purpose="development" introduced="^1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4278
     <component name="mmappfw_plat" filter="s60" long-name="Multimedia App Framework Platform Interfaces" introduced="^1" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4279
      <unit bldFile="mw/mmappfw/mmappfw_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4280
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4281
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4282
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4283
   <block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4284
    <collection name="textinput" long-name="Text Input" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4285
     <component name="ptienginev2" filter="s60" long-name="Predictive Text Input Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4286
      <!--uncomment when configuration is turned on and textinput_build is removed-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4287
      <!--  <unit bldFile="textinput/ptienginev2/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4288
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4289
     <component name="akninputlanguage" filter="s60" long-name="Avkon Input Language">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4290
      <unit bldFile="mw/inputmethods/textinput/akninputlanguage/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4291
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4292
     <component name="peninputarc" filter="s60" long-name="Pen Input Arc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4293
      <unit bldFile="mw/inputmethods/textinput/peninputarc/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4294
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4295
     <component name="peninputcommonctrls" filter="s60" long-name="Pen Input Common Controls">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4296
      <unit bldFile="mw/inputmethods/textinput/peninputcommonctrls/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4297
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4298
     <component name="peninputhwrboxcn" filter="s60" long-name="Chinese Handwriting Recognition Box" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4299
      <unit bldFile="mw/inputmethods/textinput/peninputhwrboxcn/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4300
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4301
     <component name="peninputvkbcn" filter="s60" long-name="Chinese Virtual Keyboard" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4302
      <unit bldFile="mw/inputmethods/textinput/peninputvkbcn/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4303
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4304
     <component name="peninputcommonlayout" filter="s60" long-name="Pen Input Common Layout">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4305
      <unit bldFile="mw/inputmethods/textinput/peninputcommonlayout/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4306
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4307
     <component name="peninputgenerichwr" filter="s60" long-name="Pen Input Generic Handwriting Recognition" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4308
      <unit bldFile="mw/inputmethods/textinput/peninputgenerichwr/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4309
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4310
     <component name="peninputgenericvkb" filter="s60" long-name="Pen Input Generic Virtual Keyboard" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4311
      <unit bldFile="mw/inputmethods/textinput/peninputgenericvkb/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4312
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4313
     <component name="peninputcommonctrlsjp" filter="s60" long-name="Pen Input Common Controls Japanese">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4314
      <unit bldFile="mw/inputmethods/textinput/peninputcommonctrlsjp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4315
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4316
     <component name="peninputhwrboxjp" filter="s60" long-name="Japanese Handwriting Recognition Box" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4317
      <unit bldFile="mw/inputmethods/textinput/peninputhwrboxjp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4318
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4319
     <component name="peninputvkbjp" filter="s60" long-name="Japanese Virtual Keyboard" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4320
      <unit bldFile="mw/inputmethods/textinput/peninputvkbjp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4321
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4322
     <component name="gslangplugin" filter="s60" long-name="GS Language Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4323
      <unit bldFile="mw/inputmethods/textinput/gslangplugin"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4324
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4325
     <component name="textinput_build" filter="s60" long-name="Text Input Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4326
      <!--needed for #ifdef, can be removed when configuration is implemented -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4327
      <unit bldFile="mw/inputmethods/textinput/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4328
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4329
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4330
    <collection name="fep" long-name="FEP" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4331
     <component name="aknfep" filter="s60" long-name="Avkon FEP" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4332
      <unit bldFile="mw/inputmethods/fep/aknfep/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4333
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4334
     <component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4335
      <unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4336
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4337
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4338
    <collection name="inputmethods_info" long-name="Input Methods Info" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4339
     <component name="inputmethods_plat" filter="s60" long-name="Input Methods Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4340
      <unit bldFile="mw/inputmethods/inputmethods_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4341
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4342
     <component name="inputmethods_pub" filter="s60" long-name="Input Methods Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4343
      <unit bldFile="mw/inputmethods/inputmethods_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4344
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4345
     <component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4346
      <unit mrp="mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4347
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4348
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4349
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4350
   <block name="qt" level="generic" long-name="Qt"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4351
   <block name="classicui" level="generic" long-name="Classic UI" levels="base support server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4352
    <collection name="ode" long-name="Open Dynamics Engine" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4353
     <!-- the collection is really a component. Move down a directory.-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4354
     <component name="ode_build" filter="s60" long-name="ODE">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4355
      <unit bldFile="mw/classicui/ode/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4356
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4357
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4358
    <collection name="uifw" long-name="UI Framework" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4359
     <component name="uiklaf" filter="s60" long-name="Uikon Look-and-Feel">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4360
      <unit bldFile="mw/classicui/uifw/uiklaf/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4361
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4362
     <component name="eikctl" filter="s60" long-name="Eikon Controls">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4363
      <unit bldFile="mw/classicui/uifw/eikctl/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4364
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4365
     <component name="avkon" filter="s60" long-name="Avkon">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4366
      <!-- can only have one unit. Split into 3 components, or #include all from same bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4367
      <unit bldFile="mw/classicui/uifw/avkon/aknphysics/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4368
      <unit bldFile="mw/classicui/uifw/avkon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4369
      <unit bldFile="mw/classicui/uifw/avkon/aknconf/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4370
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4371
     <component name="eikstd" filter="s60" long-name="Eikon Standard">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4372
      <unit bldFile="mw/classicui/uifw/eikstd/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4373
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4374
     <component name="aknglobalui" filter="s60" long-name="Avkon Global UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4375
      <unit bldFile="mw/classicui/uifw/aknglobalui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4376
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4377
     <component name="ganes" filter="s60" long-name="Ganes">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4378
      <unit bldFile="mw/classicui/uifw/ganes/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4379
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4380
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4381
    <collection name="commonuis" long-name="Common UIs" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4382
     <component name="commonui" filter="s60" long-name="Common UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4383
      <unit bldFile="mw/classicui/commonuis/commonui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4384
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4385
     <component name="commondialogs" filter="s60" long-name="Common Dialogs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4386
      <unit bldFile="mw/classicui/commonuis/commondialogs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4387
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4388
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4389
    <collection name="applicationinterworkingfw" long-name="Application Interworking Framework" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4390
     <component name="aifwservicehandler" filter="s60" long-name="Application Interworking Service Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4391
      <unit bldFile="mw/classicui/applicationinterworkingfw/servicehandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4392
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4393
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4394
    <collection name="psln" long-name="Personalization" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4395
     <!-- the collection is really a component. Move down a directory. Or it could be split into multiple components-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4396
     <component name="psln_build" filter="s60" long-name="Personalization Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4397
      <unit bldFile="mw/classicui/psln/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4398
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4399
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4400
    <collection name="commonadapter" long-name="Common Adapter" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4401
     <!-- the collection is really a component. Move down a directory.-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4402
     <component name="commonadapter_build" filter="s60" long-name="Common Adapter Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4403
      <unit bldFile="mw/classicui/commonadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4404
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4405
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4406
    <collection name="akntouchgesturefw" long-name="Avkon Touch Gesture Framework" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4407
     <!-- the collection is really a component. Move down a directory.-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4408
     <component name="akntouchgesturefw_build" filter="s60" long-name="Avkon Touch Gesture Framework Build" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4409
      <unit bldFile="mw/classicui/akntouchgesturefw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4410
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4411
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4412
    <collection name="uiutils" long-name="UI Utils" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4413
     <component name="localizer" filter="s60" long-name="Directory Localizer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4414
      <unit bldFile="mw/classicui/uiutils/localizer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4415
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4416
     <component name="findutil" filter="s60" long-name="Find Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4417
      <unit bldFile="mw/classicui/uiutils/findutil/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4418
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4419
     <component name="gamerecognizer" filter="s60" long-name="Game Recognizer" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4420
      <unit bldFile="mw/classicui/uiutils/gamerecognizer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4421
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4422
     <component name="aknjapanesereading" filter="s60" long-name="Avkon Japanese Reading">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4423
      <unit bldFile="mw/classicui/uiutils/aknjapanesereading/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4424
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4425
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4426
    <collection name="commonuisupport" long-name="Common UI Support" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4427
     <component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4428
      <unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4429
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4430
     <component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4431
      <unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4432
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4433
     <component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4434
      <unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4435
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4436
     <component name="grid" long-name="Grid" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4437
      <unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4438
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4439
     <component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4440
      <unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4441
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4442
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4443
    <collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4444
     <component name="cone" long-name="Control Environment" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4445
      <unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4446
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4447
     <component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4448
      <unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4449
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4450
     <component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4451
      <unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4452
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4453
     <component name="clockanim" long-name="Clock" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4454
      <unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4455
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4456
     <component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4457
      <unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4458
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4459
     <component name="animation" long-name="Animation" introduced="9.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4460
      <unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4461
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4462
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4463
    <collection name="classicui_info" long-name="Classic UI Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4464
     <component name="classicui_pub" filter="s60" long-name="Classic UI Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4465
      <unit bldFile="mw/classicui/classicui_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4466
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4467
     <component name="classicui_plat" filter="s60" long-name="Classic UI Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4468
      <unit bldFile="mw/classicui/classicui_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4469
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4470
     <!-- the multiple units in the API test components need to be resolved -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4471
     <component name="classicui_metadata" long-name="Classic UI Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4472
      <unit mrp="mw/classicui/classicui_info/classicui_metadata/classicui_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4473
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4474
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4475
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4476
   <block name="svgt" level="generic" long-name="SVG Tiny" levels="util ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4477
    <collection name="svgt_info" long-name="SVG Tiny Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4478
     <component name="svgt_plat" filter="s60" long-name="SVG Tiny Platform Interfaces" introduced="9.2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4479
      <unit bldFile="mw/svgt/svgt_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4480
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4481
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4482
    <collection name="svgtopt" long-name="SVG-T Engine" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4483
     <component name="svgtopt_build" filter="s60" long-name="SVG Engine" introduced="9.2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4484
      <!-- component is at collection level. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4485
      <unit bldFile="mw/svgt/svgtopt/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4486
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4487
     <component name="svgtplugin" filter="s60" long-name="SVG Plugin" introduced="9.2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4488
      <unit bldFile="mw/svgt/svgtopt/svgtplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4489
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4490
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4491
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4492
   <block name="uiaccelerator" level="generic" long-name="UI Accelerator" levels="plugin framework server ex if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4493
    <collection name="uiaccelerator_info" long-name="UI Accelerator Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4494
     <component name="uiaccelerator_plat" filter="s60" long-name="UI Accelerator Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4495
      <unit bldFile="mw/uiaccelerator/uiaccelerator_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4496
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4497
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4498
    <collection name="uiacceltk" long-name="UI Accelerator Toolkit" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4499
     <component name="hitchcock" filter="s60" long-name="Hitchcock">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4500
      <unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4501
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4502
     <component name="uiacceltk_build" filter="s60" long-name="UI Accelerator Toolkit Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4503
      <!-- move into the other component, or  remove the #include and make this UI Accelerator Toolkit ROM-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4504
      <unit bldFile="mw/uiaccelerator/uiacceltk/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4505
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4506
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4507
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4508
   <block name="uiresources" level="generic" long-name="UI Resources" levels="compile plugin framework server generic data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4509
    <collection name="uiresources_info" long-name="UI Resources Info" level="data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4510
     <component name="uiresources_plat" filter="s60" long-name="UI Resources Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4511
      <unit bldFile="mw/uiresources/uiresources_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4512
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4513
     <component name="uiresources_pub" filter="s60" long-name="UI Resources Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4514
      <unit bldFile="mw/uiresources/uiresources_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4515
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4516
     <component name="uiresources_test" filter="s60,test,api_test" long-name="UI Resources Tests" purpose="development"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4517
     <!-- are these custom filters needed? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4518
     <component name="uiresources_test_pat" filter="s60,test,api_test" long-name="UI Resources Platform API Tests" purpose="development" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4519
      <!-- can only have one unit. Need to #include from a common one -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4520
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4521
     <component name="uiresources_test_pat" filter="s60,test,api_test" long-name="UI Resources Public API Tests" purpose="development" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4522
      <!-- can only have one unit. Need to #include from a common one -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4523
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4524
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4525
    <collection name="uigraphics" long-name="UI Graphics" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4526
     <component name="bitmaps2" filter="s60" long-name="Bitmaps 2" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4527
      <unit bldFile="mw/uiresources/uigraphics/bitmaps2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4528
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4529
     <component name="icons" filter="s60" long-name="Icons" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4530
      <unit bldFile="mw/uiresources/uigraphics/icons/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4531
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4532
     <component name="variatedbitmaps" filter="s60" long-name="Variated Bitmaps" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4533
      <unit bldFile="mw/uiresources/uigraphics/variatedbitmaps/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4534
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4535
     <component name="aknicon" filter="s60" long-name="Avkon Icon Framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4536
      <unit bldFile="mw/uiresources/uigraphics/aknicon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4537
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4538
     <component name="nvgrenderstage" filter="sf_build" long-name="NVG Render Stage">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4539
      <unit bldFile="mw/uiresources/uigraphics/nvgrenderstage/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4540
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4541
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4542
    <collection name="layouts" long-name="Layouts" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4543
     <component name="cdl" filter="s60" long-name="Customization Definition Language">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4544
      <!-- can only have one unit. Need to #include them or split into multiple components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4545
      <unit bldFile="mw/uiresources/layouts/cdl/cdlengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4546
      <unit bldFile="mw/uiresources/layouts/cdl/cdlserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4547
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4548
     <component name="aknlayout2" filter="s60" long-name="Avkon Layout 2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4549
      <unit bldFile="mw/uiresources/layouts/aknlayout2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4550
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4551
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4552
    <collection name="skins" long-name="Skins" level="data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4553
     <component name="aknskincontent" filter="s60" long-name="Avkon Skin Content" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4554
      <unit bldFile="mw/uiresources/skins/aknskincontent/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4555
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4556
     <component name="aknskins" filter="s60" long-name="Avkon Skin Compiler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4557
      <unit bldFile="mw/uiresources/skins/aknskins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4558
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4559
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4560
    <collection name="pictographs" long-name="Pictographs" level="data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4561
     <component name="aknpictograph" filter="s60" long-name="Avkon Pictograph">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4562
      <unit bldFile="mw/uiresources/pictographs/aknpictograph/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4563
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4564
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4565
    <collection name="locales" long-name="Locales" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4566
     <component name="locales_build" filter="s60" long-name="Locales Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4567
      <unit bldFile="mw/uiresources/locales/loce32"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4568
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4569
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4570
    <collection name="uiconfig" long-name="UI Config" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4571
     <component name="s60config" filter="s60" long-name="S60 UI Config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4572
      <unit bldFile="mw/uiresources/uiconfig/s60config/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4573
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4574
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4575
    <collection name="fontsupport" long-name="Font Support" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4576
     <component name="fontprovider" filter="s60" long-name="Font Provider">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4577
      <unit bldFile="mw/uiresources/fontsupport/fontprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4578
     </component>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  4579
     <!-- R&D materials, should be Nokia only
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  4580
      <component id="fontutils" filter="s60" name="Font Utils">
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  4581
        <unit bldFile="fontsupport/fontutils/group"/>
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  4582
      </component>
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  4583
-->
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4584
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4585
    <collection name="helpthemes" long-name="Help Themes" level="data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4586
     <!-- collection is really a component. Need to move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4587
     <component name="helpthemes_build" filter="s60" long-name="Help Themes Build" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4588
      <unit bldFile="mw/uiresources/helpthemes/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4589
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4590
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4591
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4592
   <block name="hapticsservices" level="generic" long-name="Haptics Services" levels="fw server api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4593
    <collection name="tacticonserver" long-name="Tacticon Server" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4594
     <!-- collection is really a component. Move down a directory  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4595
     <component name="tacticonserver_build" filter="s60" long-name="Tacticon Server Build" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4596
      <unit bldFile="mw/hapticsservices/tacticonserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4597
      <!-- clients and servers are suauly the same component. Consider moving pluign to a separate component if needed -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4598
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4599
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4600
    <collection name="tactilefeedback" long-name="Tactile Feedback" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4601
     <component name="tactilearearegistry" filter="s60" long-name="Tactile Area Registry" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4602
      <unit bldFile="mw/hapticsservices/tactilefeedback/tactilearearegistry/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4603
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4604
     <component name="tactilefeedbackresolver" filter="s60" long-name="Tactile Feedback Resolver" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4605
      <unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackresolver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4606
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4607
     <component name="tactileclickplugin" filter="s60" long-name="Tactile Click Plugin" introduced="^1" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4608
      <unit bldFile="mw/hapticsservices/tactilefeedback/tactileclickplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4609
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4610
     <component name="tactilefeedbackclient" filter="s60" long-name="Tactile Feedback Client" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4611
      <unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4612
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4613
     <component name="tactileactionplugin" filter="s60" long-name="Tactile Action Plugin" introduced="^1" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4614
      <unit bldFile="mw/hapticsservices/tactilefeedback/tactileactionplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4615
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4616
     <component name="tactilefeedback_build" filter="s60" long-name="Tactile Feedback Build" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4617
      <!-- consider moving IBY to one fo the above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4618
      <unit bldFile="mw/hapticsservices/tactilefeedback/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4619
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4620
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4621
    <collection name="hapticsservices_info" long-name="Haptics Services Info" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4622
     <component name="hapticsservices_pub" filter="s60" long-name="Haptics Services Public Interfaces" introduced="^1" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4623
      <unit bldFile="mw/hapticsservices/hapticsservices_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4624
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4625
     <component name="hapticsservices_plat" filter="s60" long-name="Haptics Services Platform Interfaces" introduced="^1" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4626
      <unit bldFile="mw/hapticsservices/hapticsservices_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4627
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4628
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4629
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4630
   <block name="gsprofilesrv" level="generic" long-name="General Settings and Profiles Services" levels="system plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4631
    <collection name="gssettingsuis" long-name="General Settings UIs" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4632
     <component name="gs" filter="s60" long-name="General Settings" introduced="9.2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4633
      <unit bldFile="mw/gsprofilesrv/gssettingsuis/gs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4634
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4635
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4636
    <collection name="profilesservices" long-name="Profiles Services" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4637
     <component name="filelist" filter="s60" long-name="File List" introduced="9.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4638
      <unit bldFile="mw/gsprofilesrv/profilesservices/filelist/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4639
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4640
     <component name="mediafilelist" filter="s60" long-name="Media File List" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4641
      <unit bldFile="mw/gsprofilesrv/profilesservices/mediafilelist/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4642
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4643
     <component name="profileengine" filter="s60" long-name="Profile Engine" introduced="9.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4644
      <unit bldFile="mw/gsprofilesrv/profilesservices/profileengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4645
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4646
     <component name="ringingtone3dplugin" filter="s60" long-name="Ringing Tone 3D Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4647
      <unit bldFile="mw/gsprofilesrv/profilesservices/ringingtone3dplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4648
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4649
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4650
    <collection name="gsprofilesrv_info" long-name="GS and Profiles Services Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4651
     <component name="gsprofilesrv_plat" filter="s60" long-name="GS and Profiles Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4652
      <unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4653
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4654
     <component name="gsprofilesrv_pub" filter="s60" long-name="GS and Profiles Services Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4655
      <unit bldFile="mw/gsprofilesrv/gsprofilesrv_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4656
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4657
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4658
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4659
   <block name="homescreensrv" level="specific" long-name="Home Screen Services" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4660
    <collection name="xcfw" long-name="XML Content Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4661
     <!-- collection is really a component, needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4662
     <component name="xcfw_build" filter="s60" long-name="XML Content Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4663
      <unit bldFile="mw/homescreensrv/xcfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4664
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4665
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4666
    <collection name="homescreenpluginsrv" long-name="Home Screen Plugin Service" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4667
     <component name="hspsdefinitionengine" filter="s60" long-name="HS Plugin Service Definition Engine" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4668
      <!-- <unit bldFile="homescreenpluginsrv/hspsdefinitionengine/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4669
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4670
     <component name="hspsdom" filter="s60" long-name="HS Plugin Service DOM" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4671
      <!-- <unit bldFile="homescreenpluginsrv/hspsdom/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4672
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4673
     <component name="hspstools" filter="s60" long-name="HS Server Tools">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4674
      <!-- <unit bldFile="homescreenpluginsrv/hspstools/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4675
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4676
     <component name="hspspluginregistry" filter="s60" long-name="HS Plugin Registry" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4677
      <!-- <unit bldFile="homescreenpluginsrv/hspspluginregistry/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4678
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4679
     <component name="hspsmanager" filter="s60" long-name="HSPS Manager" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4680
      <!-- <unit bldFile="homescreenpluginsrv/hspsmanager/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4681
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4682
     <component name="hspsodt" filter="s60" long-name="HSPS Object Description Tree" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4683
      <!-- <unit bldFile="homescreenpluginsrv/hspsodt/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4684
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4685
     <component name="hspsresource" filter="s60" long-name="HS Plugin Server Resource" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4686
      <!-- <unit bldFile="homescreenpluginsrv/hspsresource/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4687
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4688
     <component name="hspsresult" filter="s60" long-name="HS Plugin Server Result" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4689
      <!-- <unit bldFile="homescreenpluginsrv/hspsresult/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4690
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4691
     <component name="homescreen_settings_api" filter="s60" long-name="HS Settings API" class="api placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4692
      <!-- <unit bldFile="homescreenpluginsrv/hspsresult/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4693
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4694
     <component name="homescreenpluginsrv_build" filter="s60" long-name="HSPS Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4695
      <!-- need to break this up into the self-contained components above and uncomment them -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4696
      <unit bldFile="mw/homescreensrv/homescreenpluginsrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4697
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4698
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4699
    <collection name="idlefw" long-name="Idle Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4700
     <!-- Uncomment all units when configuration is in place. All currently #included from idlefw_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4701
     <component name="idlefw_plugins" filter="s60" long-name="Idle Framework Plugins" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4702
      <!--<unit bldFile="idlefw/plugins/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4703
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4704
     <component name="hslaunch" filter="s60" long-name="Home Screen Launch" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4705
      <!--<unit bldFile="idlefw/plugins/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4706
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4707
     <component name="idlefw_build" filter="s60" long-name="Idle Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4708
      <!--split this into components, or separate from the above components and move this down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4709
      <unit bldFile="mw/homescreensrv/idlefw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4710
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4711
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4712
    <collection name="menucontentsrv" long-name="Menu Content Service" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4713
     <component name="menusatinterface" filter="s60" long-name="Menu SAT Interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4714
      <unit bldFile="mw/homescreensrv/menucontentsrv/menusatinterface/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4715
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4716
     <component name="menucontentsrv_build" filter="s60" long-name="Menu Content Service Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4717
      <!--split this into components, or separate from the above component and move this down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4718
      <unit bldFile="mw/homescreensrv/menucontentsrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4719
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4720
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4721
    <collection name="backsteppingsrv" long-name="Back Stepping Service" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4722
     <!-- collection is really a component, needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4723
     <component name="bsengine" long-name="Back Stepping Engine" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4724
      <unit bldFile="mw/homescreensrv/backsteppingsrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4725
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4726
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4727
    <collection name="contentpublishingsrv" long-name="Content Publishing Service" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4728
     <component name="contentpublishingdebug" filter="s60" long-name="Content Publishing Debug">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4729
      <!-- <unit bldFile="contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4730
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4731
     <component name="contentpublishingutils" filter="s60" long-name="Content Publishing Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4732
      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4733
      <!-- should only have one bld.inf, does the below need to be #included in the above ? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4734
      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4735
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4736
     <component name="contentpublishingserver" filter="s60" long-name="Content Publishing Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4737
      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4738
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4739
     <component name="contentharvester" filter="s60" long-name="Content Harvester">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4740
      <unit bldFile="mw/homescreensrv/contentpublishingsrv/contentharvester/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4741
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4742
     <component name="contentpublishingsrv_build" filter="s60" long-name="Content Publishing Service Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4743
      <!-- need to remove links to the above components and just contain the IBY (or move the IBY into another component). 
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4744
      		If keeping, it need to move down a directory.-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4745
      <unit bldFile="mw/homescreensrv/contentpublishingsrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4746
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4747
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4748
    <collection name="contextutility" long-name="Context Utility" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4749
     <!-- collection is really a component, needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4750
     <component name="contextutility_build" long-name="Context Utility Build" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4751
      <unit bldFile="mw/homescreensrv/contextutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4752
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4753
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4754
    <collection name="contentcontrolsrv" long-name="Content Control Service" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4755
     <component name="ccsrv" long-name="Content Control Service" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4756
      <unit bldFile="mw/homescreensrv/contentcontrolsrv/ccsrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4757
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4758
     <component name="ccsrvapi" long-name="Content Control Service API" filter="s60" introduced="^3" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4759
      <unit bldFile="mw/homescreensrv/contentcontrolsrv/ccsrvapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4760
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4761
     <component name="ccclientsession" long-name="Content Control Client Session" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4762
      <unit bldFile="mw/homescreensrv/contentcontrolsrv/ccclientsession/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4763
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4764
     <component name="hsccclient" long-name="HS Content Control Client" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4765
      <unit bldFile="mw/homescreensrv/contentcontrolsrv/hsccclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4766
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4767
     <component name="hscontentinfo" long-name="Home Screen Content Info" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4768
      <unit bldFile="mw/homescreensrv/contentcontrolsrv/hscontentinfo/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4769
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4770
     <component name="contentcontrolsrv_build" long-name="Content Control Service Build" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4771
      <!-- need to remove links to the above components and just contain the IBY (or move the IBY into another component). 
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4772
      		If keeping, it need to move down a directory.-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4773
      <unit bldFile="mw/homescreensrv/contentcontrolsrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4774
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4775
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4776
    <collection name="homescreensrv_info" long-name="Home Screen Services Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4777
     <component name="homescreensrv_plat" filter="s60" long-name="Home Screen Services Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4778
      <unit bldFile="mw/homescreensrv/homescreensrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4779
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4780
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4781
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4782
   <block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4783
    <collection name="ncdengine" long-name="Nokia Content Discover" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4784
     <!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4785
     <component name="ncdengine_engine" filter="s60" long-name="NCD Engine" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4786
      <unit bldFile="mw/appinstall/ncdengine/engine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4787
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4788
     <component name="debuglogger" filter="s60" long-name="NCD Debug Logger" introduced="^1" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4789
      <!-- <unit bldFile="ncdengine/debuglogger/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4790
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4791
     <component name="ncdengine_build" filter="s60" long-name="NCD Build" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4792
      <unit bldFile="mw/appinstall/ncdengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4793
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4794
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4795
    <collection name="appinstaller" long-name="Application Installer" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4796
     <component name="appmngr2" filter="s60" long-name="Application Manager 2" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4797
      <unit bldFile="mw/appinstall/appinstaller/appmngr2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4798
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4799
     <component name="appinstui" filter="s60" long-name="Application Installer UI" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4800
      <unit bldFile="mw/appinstall/appinstaller/appinstui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4801
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4802
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4803
    <collection name="iaupdateapi_stub" long-name="IA Update API Stub" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4804
     <!-- the collection is really a component. Move down a directory.-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4805
     <component name="iaupdateapi_stub_build" long-name="IA Update API Stub Build" filter="s60" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4806
      <unit bldFile="mw/appinstall/iaupdateapi_stub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4807
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4808
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4809
    <collection name="iaupdate" long-name="Independent Apps Update" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4810
     <!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4811
     <component name="iad" long-name="Software Update" filter="s60" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4812
      <unit bldFile="mw/appinstall/iaupdate/iad/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4813
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4814
     <component name="iaupdate_help" filter="s60" long-name="IA Update Help" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4815
      <unit bldFile="mw/appinstall/iaupdate/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4816
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4817
     <component name="iaupdate_build" filter="s60" long-name="IA Update Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4818
      <unit bldFile="mw/appinstall/iaupdate/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4819
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4820
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4821
    <collection name="installationservices" long-name="Installation Services" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4822
     <component name="swi" long-name="Secure Software Install" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4823
      <unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4824
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4825
     <component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4826
      <unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4827
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4828
     <component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4829
      <unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4830
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4831
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4832
    <collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4833
     <component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4834
      <unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4835
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4836
     <component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4837
      <unit bldFile="mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4838
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4839
     <component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4840
      <unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4841
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4842
     <component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4843
      <unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4844
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4845
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4846
    <collection name="appinstall_info" long-name="Application Installation Info" level="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4847
     <component name="appinstall_pub" filter="s60" long-name="Application Installation Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4848
      <unit bldFile="mw/appinstall/appinstall_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4849
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4850
     <component name="appinstall_plat" filter="s60" long-name="Application Installation Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4851
      <unit bldFile="mw/appinstall/appinstall_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4852
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4853
     <component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4854
      <unit mrp="mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4855
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4856
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4857
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4858
   <block name="serviceapifw" level="specific" long-name="Service API Framework" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4859
    <collection name="rtsecuritymanager" long-name="Runtime Security Manager" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4860
     <component name="rtsecuritymanagerutil" filter="s60" long-name="Runtime Security Manager Util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4861
      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerutil/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4862
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4863
     <component name="rtsecuritymanagerserver" filter="s60" long-name="Runtime Security Manager Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4864
      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4865
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4866
     <component name="rtsecuritymanagerclient" filter="s60" long-name="Runtime Security Manager Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4867
      <unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4868
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4869
     <component name="rtsecuritymanager_build" filter="s60" long-name="Runtime Security Manager Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4870
      <!-- Move the export to the appropriate components, or make this a ROM component by removing the #includes -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4871
      <unit bldFile="mw/serviceapifw/rtsecuritymanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4872
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4873
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4874
    <collection name="languageinterworkingfw" long-name="Language Interworking Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4875
     <component name="lifwservicehandler" filter="s60" long-name="Service Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4876
      <unit bldFile="mw/serviceapifw/languageinterworkingfw/servicehandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4877
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4878
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4879
    <collection name="serviceapifw_info" long-name="Service API Framework Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4880
     <component name="serviceapifw_plat" filter="s60" long-name="Service API Framework Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4881
      <unit bldFile="mw/serviceapifw/serviceapifw_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4882
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4883
     <component name="serviceapifw_pub" filter="s60" long-name="Service API Framework Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4884
      <unit bldFile="mw/serviceapifw/serviceapifw_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4885
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4886
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4887
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4888
   <block name="serviceapi" level="specific" long-name="Service API" levels="os mw1 mw2 app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4889
    <!-- should break up this collection into something meaningful -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4890
    <collection name="serviceproviders" long-name="Service Providers" level="mw1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4891
     <component name="sapi_contacts_vpbk" long-name="Contacts Phonebook SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4892
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_contacts_vpbk/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4893
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4894
     <component name="sapi_location" long-name="Location SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4895
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_location/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4896
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4897
     <component name="sapi_mediamanagement" long-name="Media Management SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4898
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4899
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4900
     <component name="sapi_landmarks" long-name="Landmarks SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4901
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4902
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4903
     <component name="sapi_messaging" long-name="Messaging SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4904
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4905
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4906
     <component name="sapi_applicationmanager" long-name="Application Manager SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4907
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_applicationmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4908
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4909
     <component name="sapi_calendar" long-name="Calendar SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4910
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_calendar/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4911
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4912
     <component name="sapi_logging" long-name="Logging SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4913
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_logging/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4914
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4915
     <component name="sapi_sensor" long-name="Sensor SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4916
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_sensor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4917
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4918
     <component name="sapi_sysinfo" long-name="Sysinfo SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4919
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_sysinfo/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4920
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4921
     <component name="sapi_serviceregistry" long-name="Service Registry SAPI" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4922
      <unit bldFile="mw/serviceapi/serviceproviders/sapi_serviceregistry/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4923
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4924
     <component name="jsapi" long-name="Javascript API" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4925
      <unit bldFile="mw/serviceapi/serviceproviders/jsapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4926
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4927
     <component name="serviceproviders_build" filter="s60" long-name="Service API Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4928
      <!--  distribute the exports or make this a ROM component by removing the #includes -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4929
      <unit bldFile="mw/serviceapi/serviceproviders/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4930
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4931
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4932
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4933
   <block name="web" level="specific" long-name="Web" levels="plugin utils server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4934
    <collection name="web_info" long-name="Web Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4935
     <component name="web_plat" filter="s60" long-name="Web Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4936
      <unit bldFile="mw/web/web_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4937
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4938
     <component name="web_pub" filter="s60" long-name="Web Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4939
      <unit bldFile="mw/web/web_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4940
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4941
     <component name="web_build" filter="s60" long-name="Web Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4942
      <!-- when configuration is in place, the #ifdef is no longer needed and this component can be removed -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4943
      <unit bldFile="mw/web/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4944
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4945
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4946
    <collection name="browserutilities" long-name="Browser Utilities" level="utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4947
     <component name="browserdialogsprovider" filter="s60" long-name="Browser Dialogs Provider">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4948
      <unit bldFile="mw/web/browserutilities/browserdialogsprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4949
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4950
     <component name="recenturlstore" filter="s60" long-name="Recent URL Store">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4951
      <unit bldFile="mw/web/browserutilities/recenturlstore/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4952
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4953
     <component name="xmlparser" filter="s60" long-name="XML Interface">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4954
      <unit bldFile="mw/web/browserutilities/xmlparser/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4955
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4956
     <component name="cxmllibrary" filter="s60" long-name="XML Parser Implementation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4957
      <unit bldFile="mw/web/browserutilities/cxmllibrary/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4958
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4959
     <component name="downloadmgr" filter="s60" long-name="Download Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4960
      <unit bldFile="mw/web/browserutilities/downloadmgr/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4961
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4962
     <component name="connectionmanager" filter="s60" long-name="Connection Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4963
      <unit bldFile="mw/web/browserutilities/connectionmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4964
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4965
     <component name="browsertelservice" filter="s60" long-name="Browser Telephony Service">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4966
      <unit bldFile="mw/web/browserutilities/browsertelservice/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4967
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4968
     <component name="favouritesengine" filter="s60" long-name="Favourites Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4969
      <unit bldFile="mw/web/browserutilities/favouritesengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4970
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4971
     <component name="feedsengine" filter="s60" long-name="Feeds Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4972
      <unit bldFile="mw/web/browserutilities/feedsengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4973
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4974
     <component name="multipartparser" filter="s60" long-name="Multipart Parser">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4975
      <!-- uncomment the unit when configuration is in place, it's currently #included from browserutilities_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4976
      <!-- <unit bldFile="browserutilities/multipartparser/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4977
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4978
     <component name="schemehandler" filter="s60" long-name="Scheme Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4979
      <unit bldFile="mw/web/browserutilities/schemehandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4980
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4981
     <component name="webutils" filter="s60" long-name="Web Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4982
      <unit bldFile="mw/web/browserutilities/webutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4983
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4984
     <component name="aiwbrowserprovider" filter="s60" long-name="AIW Browser Provider" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4985
      <unit bldFile="mw/web/browserutilities/aiwbrowserprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4986
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4987
     <component name="browserutilities_build" filter="s60" long-name="Browser Utilities Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4988
      <!-- when configuration is in place, the #ifdef is no longer needed and this component can be removed -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4989
      <unit bldFile="mw/web/browserutilities/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4990
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4991
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4992
    <collection name="webengine" long-name="Web Engine" level="server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4993
     <component name="osswebengine" filter="s60" long-name="OSS Web Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4994
      <!-- can only have one unit. Either split into multiple components or #include from a single main bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4995
      <unit bldFile="mw/web/webengine/osswebengine/cache/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4996
      <unit bldFile="mw/web/webengine/osswebengine/memorymanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4997
      <unit bldFile="mw/web/webengine/osswebengine/npscript/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4998
      <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4999
      <unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group/javascriptcore"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5000
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5001
     <component name="webkitutils" filter="s60" long-name="WebKit Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5002
      <unit bldFile="mw/web/webengine/webkitutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5003
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5004
     <component name="pagescaler" filter="s60" long-name="Page Scaler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5005
      <unit bldFile="mw/web/webengine/pagescaler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5006
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5007
     <component name="webwidgetinstaller" filter="s60" long-name="Widget Installer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5008
      <unit bldFile="mw/web/webengine/widgetinstaller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5009
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5010
     <component name="widgetregistry" filter="s60" long-name="Widget Registry">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5011
      <unit bldFile="mw/web/webengine/widgetregistry/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5012
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5013
     <component name="wmlengine" filter="s60" long-name="WML Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5014
      <unit bldFile="mw/web/webengine/wmlengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5015
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5016
     <component name="device" filter="s60" long-name="Device">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5017
      <!-- this needs a more meaningful name -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5018
      <unit bldFile="mw/web/webengine/device/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5019
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5020
     <component name="widgetengine" filter="s60" long-name="Widget Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5021
      <unit bldFile="mw/web/webengine/widgetengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5022
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5023
     <component name="web_memoryplugin" long-name="Memory Plugin" filter="s60" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5024
      <unit bldFile="mw/web/webengine/memoryplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5025
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5026
     <component name="widgetmemoryplugin" filter="s60" long-name="Widget Memory Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5027
      <unit bldFile="mw/web/webengine/widgetmemoryplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5028
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5029
     <component name="widgetbackuprestore" filter="s60" long-name="Widget Backup and Restore">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5030
      <unit bldFile="mw/web/webengine/widgetbackuprestore/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5031
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5032
     <component name="browserrecognizers" filter="s60" long-name="Browser Recognizers" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5033
      <unit bldFile="mw/web/webengine/browserrecognizers/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5034
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5035
     <component name="wrtharvester" filter="s60" long-name="Web Runtime Harvester" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5036
      <unit bldFile="mw/web/webengine/wrtharvester/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5037
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5038
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5039
    <collection name="codhandler" long-name="Content Object Descriptor Handler" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5040
     <component name="codeng" filter="s60" long-name="COD Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5041
      <unit bldFile="mw/web/codhandler/codeng/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5042
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5043
     <component name="codui" filter="s60" long-name="COD UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5044
      <unit bldFile="mw/web/codhandler/codui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5045
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5046
     <component name="codrecog" filter="s60" long-name="COD Recogniser" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5047
      <unit bldFile="mw/web/codhandler/codrecog/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5048
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5049
     <component name="codviewer" filter="s60" long-name="COD Viewer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5050
      <unit bldFile="mw/web/codhandler/codviewer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5051
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5052
     <component name="ddrecog" filter="s60" long-name="Download Descriptor Recogniser" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5053
      <unit bldFile="mw/web/codhandler/ddrecog/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5054
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5055
     <component name="ddviewer" filter="s60" long-name="Download Descriptor Viewer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5056
      <unit bldFile="mw/web/codhandler/ddviewer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5057
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5058
     <component name="coddownload" filter="s60" long-name="COD Download">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5059
      <unit bldFile="mw/web/codhandler/coddownload/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5060
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5061
     <component name="roapapp" filter="s60" long-name="ROAP Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5062
      <unit bldFile="mw/web/codhandler/roapapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5063
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5064
     <component name="codhandler_build" filter="s60" long-name="COD Handler Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5065
      <!-- Exports need to go into another component or make this self-contained.
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5066
      		#included .hrh file needs to be #included in each of the other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5067
      <unit bldFile="mw/web/codhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5068
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5069
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5070
    <collection name="widgets" long-name="Web Widget Framework" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5071
     <!-- the following units can be uncommented when configuration is put in place -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5072
     <component name="widgetrecognizer" filter="s60" long-name="Widget Recognizer" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5073
      <!--<unit bldFile="widgets/widgetrecognizer/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5074
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5075
     <component name="widgetinstaller" filter="s60" long-name="Widget Installer UI" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5076
      <!--<unit bldFile="widgets/widgetinstaller/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5077
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5078
     <component name="widgetlauncher" filter="s60" long-name="Widget Launcher">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5079
      <!-- <unit bldFile="widgets/widgetlauncher/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5080
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5081
     <component name="widgetapp" filter="s60" long-name="Widget UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5082
      <!--<unit bldFile="widgets/widgetapp/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5083
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5084
     <component name="widgetsidchecker" filter="s60" long-name="Widget SID Checker" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5085
      <!--<unit bldFile="widgets/widgetsidchecker/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5086
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5087
     <component name="widgetpreinstaller" filter="s60" long-name="Widget Pre-Installer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5088
      <!--<unit bldFile="widgets/widgetpreinstaller/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5089
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5090
     <component name="widgetstartup" filter="s60" long-name="Widget Startup">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5091
      <!--<unit bldFile="widgets/widgetstartup/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5092
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5093
     <component name="widgets_build" filter="s60" long-name="Widgets Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5094
      <!-- when configuration is in place, the #ifdef is no longer needed and this component can be removed 
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5095
      		#included .hrh file needs to be #included in each of the other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5096
      <unit bldFile="mw/web/widgets/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5097
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5098
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5099
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5100
   <block name="websrv" level="generic" long-name="Web Services" levels="plugin framework server generic specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5101
    <collection name="webservices" long-name="Web Services Framework" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5102
     <!-- consider breaking this collection into more meaningful subsets -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5103
     <component name="wsnotifierplugins" filter="s60" long-name="WS Notifier Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5104
      <unit bldFile="mw/websrv/webservices/wsnotifierplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5105
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5106
     <component name="wslogger" filter="s60" long-name="WS Logger">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5107
      <unit bldFile="mw/websrv/webservices/wslogger/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5108
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5109
     <component name="wsxml" filter="s60" long-name="WS XML Extensions">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5110
      <unit bldFile="mw/websrv/webservices/wsxml/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5111
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5112
     <component name="wsutils" filter="s60" long-name="WS Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5113
      <unit bldFile="mw/websrv/webservices/wsutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5114
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5115
     <component name="wsfragment" filter="s60" long-name="WS Fragment">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5116
      <unit bldFile="mw/websrv/webservices/wsfragment/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5117
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5118
     <component name="wsdescription" filter="s60" long-name="WS Service Description">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5119
      <unit bldFile="mw/websrv/webservices/wsdescription/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5120
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5121
     <component name="wsconnection" filter="s60" long-name="WS Service Connection">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5122
      <unit bldFile="mw/websrv/webservices/wsconnection/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5123
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5124
     <component name="wsmessages" filter="s60" long-name="WS Messages">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5125
      <unit bldFile="mw/websrv/webservices/wsmessages/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5126
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5127
     <component name="wscredentialmanager" filter="s60" long-name="WS Credential Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5128
      <unit bldFile="mw/websrv/webservices/wscredentialmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5129
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5130
     <component name="wsframework" filter="s60" long-name="WS Framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5131
      <unit bldFile="mw/websrv/webservices/wsframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5132
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5133
     <component name="wshttpchanneltransportplugin" filter="s60" long-name="WS HTTP Channel Transport Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5134
      <unit bldFile="mw/websrv/webservices/wshttpchanneltransportplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5135
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5136
     <component name="wsconnectionagent" filter="s60" long-name="WS Connection Agent">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5137
      <unit bldFile="mw/websrv/webservices/wsconnectionagent/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5138
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5139
     <component name="wsprovider" filter="s60" long-name="WS Provider">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5140
      <unit bldFile="mw/websrv/webservices/wsprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5141
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5142
     <component name="wshostletconnection" filter="s60" long-name="WS Hostlet Connection">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5143
      <unit bldFile="mw/websrv/webservices/wshostletconnection/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5144
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5145
     <component name="wsmanager" filter="s60" long-name="WS Service Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5146
      <unit bldFile="mw/websrv/webservices/wsmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5147
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5148
     <component name="wsidentitymanager" filter="s60" long-name="WS Identity Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5149
      <unit bldFile="mw/websrv/webservices/wsidentitymanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5150
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5151
     <component name="idwsfplugin" filter="s60" long-name="ID-WSF Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5152
      <unit bldFile="mw/websrv/webservices/idwsfplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5153
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5154
     <component name="wsibasicplugin" filter="s60" long-name="WS-I Basic Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5155
      <unit bldFile="mw/websrv/webservices/wsibasicplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5156
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5157
     <component name="wsrestplugin" filter="s60" long-name="WS REST Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5158
      <unit bldFile="mw/websrv/webservices/wsrestplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5159
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5160
     <component name="idwsfsecuritymechanism" filter="s60" long-name="ID-WSF Security Mechanism">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5161
      <unit bldFile="mw/websrv/webservices/idwsfsecuritymechanism/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5162
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5163
     <component name="wspasswordtransforms" filter="s60" long-name="WS Password Transforms">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5164
      <unit bldFile="mw/websrv/webservices/wspasswordtransforms/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5165
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5166
     <component name="wscore" filter="s60" long-name="WS Core Service Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5167
      <unit bldFile="mw/websrv/webservices/wscore/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5168
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5169
     <component name="wslocaltransportplugin" filter="s60" long-name="WS Local Transport Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5170
      <unit bldFile="mw/websrv/webservices/wslocaltransportplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5171
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5172
     <component name="wshostlettransportplugin" filter="s60" long-name="WS Hostlet Transport Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5173
      <unit bldFile="mw/websrv/webservices/wshostlettransportplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5174
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5175
     <component name="wsstar" filter="s60" long-name="WS Star">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5176
      <!-- can only have one unit. Need to split into separate components or #include from a single bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5177
      <unit bldFile="mw/websrv/webservices/wsstar/wsstarpolicy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5178
      <unit bldFile="mw/websrv/webservices/wsstar/wsstarplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5179
      <unit bldFile="mw/websrv/webservices/wsstar/wsstarmessagehandlers/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5180
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5181
     <component name="wsoviplugin" filter="s60" long-name="WS Ovi Plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5182
      <unit bldFile="mw/websrv/webservices/wsoviplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5183
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5184
     <component name="wsoviplugin" filter="s60" long-name="WS Ovi Plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5185
      <unit bldFile="mw/websrv/webservices/wsoviplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5186
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5187
     <component name="webservices_build" filter="s60" long-name="Web Services Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5188
      <!-- need to split into self-contained components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5189
      <unit bldFile="mw/websrv/webservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5190
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5191
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5192
    <collection name="websrv_info" long-name="Web Services Info" level="specific">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5193
     <component name="websrv_bld" filter="s60" long-name="Web Services Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5194
      <!-- need to include common .hrh in each unit -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5195
      <unit bldFile="mw/websrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5196
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5197
     <component name="websrv_pub" filter="s60" long-name="Web Services Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5198
      <unit bldFile="mw/websrv/websrv_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5199
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5200
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5201
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5202
   <block name="platformtools" level="generic" long-name="Platform Tools">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5203
    <collection name="gfxconversion" long-name="Graphics Conversion">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5204
     <component name="bmconv_s60" filter="s60" long-name="S60 Bitmap Converter" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5205
      <unit bldFile="mw/platformtools/gfxconversion/bmconv_s60/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5206
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5207
     <component name="mifconv" filter="s60" long-name="Multi Icon File Converter" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5208
      <unit bldFile="mw/platformtools/gfxconversion/mifconv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5209
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5210
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5211
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5212
   <block name="uitools" level="specific" long-name="UI Tools" levels="compile encode tool if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5213
    <collection name="cdlcompilertoolkit" long-name="CDL Compiler Toolkit" level="compile">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5214
     <!-- collection is actually a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5215
     <component name="cdlcompilertoolkit_build" filter="s60" long-name="CDL Compiler Toolkit Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5216
      <unit bldFile="mw/uitools/cdlcompilertoolkit/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5217
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5218
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5219
    <collection name="cdlcompiler" long-name="CDL Compiler" level="compile">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5220
     <!-- collection is actually a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5221
     <component name="cdlcompiler_build" filter="s60" long-name="CDL Compiler Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5222
      <unit bldFile="mw/uitools/cdlcompiler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5223
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5224
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5225
    <collection name="gfxtools" long-name="Graphics Tools" level="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5226
     <component name="gditools" filter="s60" long-name="GDI Tools" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5227
      <unit bldFile="mw/uitools/gfxtools/gditools/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5228
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5229
     <component name="color" filter="s60" long-name="Bitmap Colour Palette" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5230
      <unit bldFile="mw/uitools/gfxtools/color/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5231
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5232
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5233
    <collection name="aknlayoutcompiler" long-name="Avkon Layout Compiler" level="compile">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5234
     <!-- collection is actually a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5235
     <component name="aknlayoutcompiler_build" filter="s60" long-name="Avkon Layout Compiler Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5236
      <unit bldFile="mw/uitools/aknlayoutcompiler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5237
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5238
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5239
    <collection name="skincompiler" long-name="Skin Compiler" level="compile">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5240
     <component name="aknskindesccompiler" filter="s60" long-name="Avkon Skin Descriptor Compiler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5241
      <unit bldFile="mw/uitools/skincompiler/AknSkinDescCompiler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5242
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5243
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5244
    <collection name="reszip" long-name="Resource Zip" level="encode">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5245
     <!-- collection is actually a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5246
     <component name="reszip_build" filter="s60" long-name="Resource Zip Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5247
      <unit bldFile="mw/uitools/reszip/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5248
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5249
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5250
    <collection name="toollibraries" long-name="Tool Libraries" level="tool"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5251
    <collection name="svgtencoder" long-name="SVGT Encoder" level="encode">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5252
     <component name="svgtenc" filter="s60" long-name="Standalone SVGT Encoder" class="PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5253
      <unit bldFile="mw/uitools/svgtencoder/svgtenc/standalone/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5254
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5255
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5256
    <collection name="uitools_info" long-name="UI Tools Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5257
     <component name="uitools_plat" filter="s60" long-name="UI Tools Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5258
      <unit bldFile="mw/uitools/uitools_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5259
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5260
     <component name="uitools_pub" filter="s60" long-name="UI Tools Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5261
      <unit bldFile="mw/uitools/uitools_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5262
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5263
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5264
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5265
  </layer>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5266
  <layer name="app" long-name="Applications" levels="services apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5267
   <block name="location" level="apps" long-name="Location Apps" levels="ui events loc apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5268
    <collection name="basiclocationinfodisplay" long-name="Basic Location Info Display" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5269
     <component name="blid" filter="s60" long-name="Basic Location Info Display Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5270
      <unit bldFile="app/location/basiclocationinfodisplay/blid/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5271
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5272
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5273
    <collection name="landmarksui" long-name="Landmarks UI" level="loc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5274
     <component name="landmarksui_help" filter="s60" long-name="Landmarks UI Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5275
      <unit bldFile="app/location/landmarksui/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5276
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5277
     <component name="landmarksui_engine" filter="s60" long-name="Landmarks UI Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5278
      <unit bldFile="app/location/landmarksui/engine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5279
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5280
     <component name="uicontrols" filter="s60" long-name="Landmarks UI Controls">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5281
      <unit bldFile="app/location/landmarksui/uicontrols/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5282
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5283
     <component name="landmarksui_commonui" filter="s60" long-name="Landmarks Common UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5284
      <unit bldFile="app/location/landmarksui/commonui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5285
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5286
     <component name="landmarksui_app" filter="s60" long-name="Landmarks Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5287
      <unit bldFile="app/location/landmarksui/app/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5288
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5289
     <component name="msgviewer" filter="s60" long-name="Landmarks Message Viewer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5290
      <unit bldFile="app/location/landmarksui/msgviewer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5291
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5292
     <component name="landmarksui_build" filter="s60" long-name="Landmarks UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5293
      <!-- consider distributing this into the other components or collapsing into a single component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5294
      <unit bldFile="app/location/landmarksui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5295
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5296
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5297
    <collection name="eventsui" long-name="Location Events UI" level="events">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5298
     <component name="eventsui_help" filter="s60" long-name="Events Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5299
      <unit bldFile="app/location/eventsui/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5300
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5301
     <component name="eventsutils" filter="s60" long-name="Events Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5302
      <unit bldFile="app/location/eventsui/eventsutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5303
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5304
     <component name="eventsengine" filter="s60" long-name="Events Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5305
      <unit bldFile="app/location/eventsui/eventsengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5306
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5307
     <component name="eventshandlerui" filter="s60" long-name="Events Handler UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5308
      <unit bldFile="app/location/eventsui/eventshandlerui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5309
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5310
     <component name="eventseditor" filter="s60" long-name="Events Editor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5311
      <unit bldFile="app/location/eventsui/eventseditor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5312
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5313
     <component name="eventsmgmtui" filter="s60" long-name="Events Management UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5314
      <unit bldFile="app/location/eventsui/eventsmgmtui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5315
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5316
     <component name="eventsui_build" filter="s60" long-name="Events UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5317
      <!-- consider distributing this into the other components or collapsing into a single component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5318
      <unit bldFile="app/location/eventsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5319
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5320
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5321
    <collection name="locationlandmarksrefappfors60" long-name="Location Landmarks Reference App for S60" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5322
     <!-- this is a component, needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5323
     <component name="lmrefapp" filter="s60" long-name="Landmarks Reference Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5324
      <unit bldFile="app/location/locationlandmarksrefappfors60/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5325
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5326
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5327
    <collection name="locationlandmarksuirefapp" long-name="Location Landmarks UI Reference App" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5328
     <!-- this is a component, needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5329
     <component name="lmuirefapp" filter="s60" long-name="Landmarks UI Reference Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5330
      <unit bldFile="app/location/locationlandmarksuirefapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5331
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5332
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5333
    <collection name="locationsatviewrefapp" long-name="Location Satellite View Reference App" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5334
     <!-- this is a component, needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5335
     <component name="satellitereference" filter="s60" long-name="Satellite Info UI Reference Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5336
      <unit bldFile="app/location/locationsatviewrefapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5337
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5338
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5339
    <collection name="simpsyconfigurator" long-name="Simulation PSY Configurator" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5340
     <!-- this is a component, needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5341
     <component name="simpsyui" filter="s60" long-name="Simulation PSY UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5342
      <unit bldFile="app/location/simpsyconfigurator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5343
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5344
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5345
    <collection name="mapnavproviderrefapp" long-name="Map and Navigation Provider Reference App" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5346
     <!-- this is a component, needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5347
     <component name="mapnavproviderrefapp_build" filter="s60" long-name="Map and Navigation Provider Reference Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5348
      <unit bldFile="app/location/mapnavproviderrefapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5349
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5350
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5351
    <collection name="locationcentre" long-name="Location Centre" level="loc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5352
     <component name="lcutils" long-name="Location Centre Utilities" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5353
      <unit bldFile="app/location/locationcentre/lcutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5354
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5355
     <component name="lcservice" long-name="Location Centre Service Project" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5356
      <unit bldFile="app/location/locationcentre/lcservice/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5357
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5358
     <component name="lcserver" long-name="Location Centre Server Project" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5359
      <unit bldFile="app/location/locationcentre/lcserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5360
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5361
     <component name="lcapp" long-name="Location Centre Application" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5362
      <unit bldFile="app/location/locationcentre/lcapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5363
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5364
     <component name="locationcentre_build" filter="s60" long-name="Location Centre Build" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5365
      <!-- consider distributing this into the other components or collapsing into a single component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5366
      <unit bldFile="app/location/locationcentre/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5367
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5368
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5369
    <collection name="location_info" long-name="Location Apps Info" level="loc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5370
     <component name="loc_pub" filter="s60" long-name="Location Apps Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5371
      <unit bldFile="app/location/loc_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5372
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5373
     <component name="loc_plat" filter="s60" long-name="Location Apps Platform Interfaces" introduced="^3" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5374
      <unit bldFile="app/location/loc_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5375
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5376
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5377
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5378
   <block name="mmsharinguis" level="services" long-name="Multimedia Sharing UIs" levels="base plugin if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5379
    <collection name="mmsharing" long-name="Multimedia Sharing" level="base">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5380
     <component name="mmshavailability" filter="s60" long-name="Multimedia Sharing Availability">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5381
      <unit bldFile="app/mmsharinguis/mmsharing/mmshavailability/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5382
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5383
     <component name="mmshindicator" filter="s60" long-name="Multimedia Sharing Indicator">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5384
      <unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5385
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5386
     <!-- consider putting client and server in the same component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5387
     <component name="mmshmanagercli" filter="s60" long-name="Multimedia Sharing Manager Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5388
      <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagercli/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5389
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5390
     <component name="mmshmanagersrv" filter="s60" long-name="Multimedia Sharing Manager Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5391
      <unit bldFile="app/mmsharinguis/mmsharing/mmshmanagersrv/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5392
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5393
     <component name="mmshengine" filter="s60" long-name="Multimedia Sharing Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5394
      <unit bldFile="app/mmsharinguis/mmsharing/mmshengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5395
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5396
     <component name="mmshui" filter="s60" long-name="Multimedia Sharing UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5397
      <!-- can only have one unti: need to #include one from the other if it's needed -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5398
      <unit bldFile="app/mmsharinguis/mmsharing/mmshui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5399
      <unit bldFile="app/mmsharinguis/mmsharing/mmshui/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5400
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5401
     <component name="mmsharing_build" filter="s60" long-name="MM Sharing Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5402
      <unit bldFile="app/mmsharinguis/mmsharing/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5403
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5404
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5405
    <collection name="mmshplugins" long-name="Multimedia Sharing Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5406
     <component name="mmshaoplugin" filter="s60" long-name="Multimedia Sharing Always Online Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5407
      <unit bldFile="app/mmsharinguis/mmshplugins/mmshaoplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5408
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5409
     <component name="mmshaiwplugin" filter="s60" long-name="Multimedia Sharing AIW Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5410
      <unit bldFile="app/mmsharinguis/mmshplugins/mmshaiwplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5411
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5412
     <component name="mmshsipcrplugin" filter="s60" long-name="Multimedia Sharing SIP Client Resolver Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5413
      <unit bldFile="app/mmsharinguis/mmshplugins/mmshsipcrplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5414
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5415
     <component name="mmshsettingsuiplugin" filter="s60" long-name="Multimedia Sharing Settings UI Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5416
      <unit bldFile="app/mmsharinguis/mmshplugins/mmshsettingsuiplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5417
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5418
     <component name="mmshwpadapterplugin" filter="s60" long-name="Multimedia Sharing WAP Provisioning Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5419
      <unit bldFile="app/mmsharinguis/mmshplugins/mmshwpadapterplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5420
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5421
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5422
    <collection name="mmsharinguis_info" long-name="Multimedia Sharing UIs Info" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5423
     <component name="mmsharinguis_build" filter="s60" long-name="Multimedia Sharing UIs Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5424
      <!--  consider distributing to other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5425
      <unit bldFile="app/mmsharinguis/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5426
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5427
     <component name="mmsharinguis_plat" filter="s60" long-name="Multimedia Sharing UIs Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5428
      <unit bldFile="app/mmsharinguis/mmsharinguis_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5429
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5430
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5431
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5432
   <block name="phone" level="apps" span="2" long-name="Phone Apps" levels="engine plugin ui app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5433
    <collection name="phoneapp" long-name="Phone Application" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5434
     <component name="blacklist" filter="s60" long-name="Phone Blacklist Clearing" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5435
      <unit bldFile="app/phone/phoneapp/blacklist/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5436
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5437
     <component name="phoneui" filter="s60" long-name="Phone UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5438
      <unit bldFile="app/phone/phoneapp/phoneui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5439
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5440
     <component name="phoneuicontrol" filter="s60" long-name="Phone UI Control">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5441
      <unit bldFile="app/phone/phoneapp/phoneuicontrol/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5442
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5443
     <component name="phoneuistates" filter="s60" long-name="Phone UI States">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5444
      <unit bldFile="app/phone/phoneapp/phoneuistates/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5445
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5446
     <component name="phoneuiutils" filter="s60" long-name="Phone UI Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5447
      <unit bldFile="app/phone/phoneapp/phoneuiutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5448
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5449
     <component name="phoneuiview" filter="s60" long-name="Phone UI View">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5450
      <unit bldFile="app/phone/phoneapp/phoneuiview/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5451
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5452
     <component name="phoneuivoipextension" filter="s60" long-name="Phone UI VOIP Extension">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5453
      <unit bldFile="app/phone/phoneapp/phoneuivoipextension/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5454
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5455
     <component name="silenceactionplugin" filter="s60" long-name="Silence Action Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5456
      <unit bldFile="app/phone/phoneapp/silenceactionplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5457
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5458
     <component name="phonemediatorcenter" filter="s60" long-name="Phone Mediator Center">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5459
      <unit bldFile="app/phone/phoneapp/phonemediatorcenter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5460
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5461
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5462
    <collection name="phoneengine" long-name="Phone Engine" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5463
     <component name="phonecntfinder" filter="s60" long-name="Phone Contact Finder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5464
      <unit bldFile="app/phone/phoneengine/phonecntfinder/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5465
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5466
     <component name="audiohandling" filter="s60" long-name="Phone Audio Handling">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5467
      <unit bldFile="app/phone/phoneengine/audiohandling/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5468
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5469
     <component name="callhandling" filter="s60" long-name="Call Handling">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5470
      <unit bldFile="app/phone/phoneengine/callhandling/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5471
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5472
     <component name="contacthandling" filter="s60" long-name="Phone Contact Handling">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5473
      <unit bldFile="app/phone/phoneengine/contacthandling/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5474
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5475
     <component name="loghandling" filter="s60" long-name="Phone Log Handling">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5476
      <unit bldFile="app/phone/phoneengine/loghandling/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5477
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5478
     <component name="engineinfo" filter="s60" long-name="Phone Engine Info">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5479
      <unit bldFile="app/phone/phoneengine/engineinfo/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5480
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5481
     <component name="phonemodel" filter="s60" long-name="Phone Model">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5482
      <unit bldFile="app/phone/phoneengine/phonemodel/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5483
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5484
     <component name="servicehandling" filter="s60" long-name="Phone Service Handling">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5485
      <unit bldFile="app/phone/phoneengine/servicehandling/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5486
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5487
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5488
    <collection name="phonesettings" long-name="Phone Settings" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5489
     <component name="aiwcallimageplugin" filter="s60" long-name="Call Image AIW Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5490
      <unit bldFile="app/phone/phonesettings/aiwcallimageplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5491
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5492
     <component name="pslncallimageplugin" filter="s60" long-name="Call Image Personalization Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5493
      <unit bldFile="app/phone/phonesettings/pslncallimageplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5494
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5495
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5496
    <collection name="phoneuis" long-name="Phone UIs" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5497
     <component name="dialer" filter="s60" long-name="Dialer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5498
      <unit bldFile="app/phone/phoneuis/dialer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5499
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5500
     <component name="bubblemanager" filter="s60" long-name="Phone Bubble Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5501
      <unit bldFile="app/phone/phoneuis/bubblemanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5502
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5503
     <component name="connectutil" filter="s60" long-name="Connection Utility" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5504
      <unit bldFile="app/phone/phoneuis/connectutil/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5505
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5506
     <component name="ussd" filter="s60" long-name="Unstructured Supplementary Services Data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5507
      <unit bldFile="app/phone/phoneuis/ussd/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5508
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5509
     <component name="vmbx" filter="s60" long-name="Voice Mailbox">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5510
      <unit bldFile="app/phone/phoneuis/vmbx/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5511
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5512
     <component name="telephonydevicemode" filter="s60" long-name="Telephony Device Mode">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5513
      <unit bldFile="app/phone/phoneuis/telephonydevicemode/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5514
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5515
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5516
    <collection name="phone_info" long-name="Phone Apps Info" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5517
     <component name="phone_plat" filter="s60" long-name="Phone Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5518
      <unit bldFile="app/phone/phone_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5519
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5520
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5521
    <collection name="phoneplugins" long-name="Phone Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5522
     <component name="telbranding" filter="s60" long-name="Tel Branding" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5523
      <unit bldFile="app/phone/phoneplugins/telbranding/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5524
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5525
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5526
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5527
   <block name="videotelephony" level="apps" long-name="Video Telephony Apps" levels="engine plugin prot ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5528
    <collection name="vtengines" long-name="Video Telephony Engines" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5529
     <component name="videoteleng" filter="s60" long-name="Video Telephony Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5530
      <unit bldFile="app/videotelephony/vtengines/videoteleng/Group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5531
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5532
     <component name="vtmediatorplugin" filter="s60" long-name="VT Mediator Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5533
      <unit bldFile="app/videotelephony/vtengines/vtmediatorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5534
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5535
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5536
    <collection name="vtuis" long-name="Video Telephony UIs" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5537
     <component name="videotelui" filter="s60" long-name="Video Telephony UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5538
      <unit bldFile="app/videotelephony/vtuis/videotelui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5539
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5540
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5541
    <collection name="vtprotocolplugins" long-name="VT Protocol Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5542
     <component name="displaysink" filter="s60" long-name="Display Sink" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5543
      <unit bldFile="app/videotelephony/vtprotocolplugins/DisplaySink/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5544
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5545
     <component name="videosource" filter="s60" long-name="Video Source" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5546
      <unit bldFile="app/videotelephony/vtprotocolplugins/VideoSource/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5547
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5548
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5549
    <collection name="vtprotocolsstub" long-name="VT Protocols Stub" level="prot">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5550
     <!--  this collection is really a component, move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5551
     <component name="videotelproto" filter="s60" long-name="Video Telephony Protocol">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5552
      <unit bldFile="app/videotelephony/vtprotocolsstub/group" filter="sf_build"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5553
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5554
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5555
    <collection name="videotelephony_info" long-name="VT Apps Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5556
     <component name="videotelephony_plat" filter="s60" long-name="VT Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5557
      <unit bldFile="app/videotelephony/videotelephony_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5558
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5559
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5560
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5561
   <block name="iptelephony" level="apps" long-name="IP Telephony" levels="eng plugin util ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5562
    <collection name="iptelcommsconfig" long-name="IP Telephony Comms Config" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5563
     <component name="cscgsplugin" filter="s60" long-name="CSC GS Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5564
      <unit bldFile="app/iptelephony/commsconfig/cscgsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5565
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5566
     <component name="cscsipvoipcleanupplugin" filter="s60" long-name="CSC SIP VoIP Cleanup Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5567
      <unit bldFile="app/iptelephony/commsconfig/cscsipvoipcleanupplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5568
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5569
     <component name="cscengine" filter="s60" long-name="Connection Service Configurator Engine" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5570
      <unit bldFile="app/iptelephony/commsconfig/cscengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5571
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5572
     <component name="cscsettingsui" filter="s60" long-name="CSC Settings UI" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5573
      <unit bldFile="app/iptelephony/commsconfig/cscsettingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5574
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5575
     <component name="cscapplicationui" filter="s60" long-name="CSC Application UI" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5576
      <unit bldFile="app/iptelephony/commsconfig/cscapplicationui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5577
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5578
     <component name="commsconfig_build" filter="s60" long-name="Comms Config Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5579
      <!--  consider distributing this into the above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5580
      <unit bldFile="app/iptelephony/commsconfig/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5581
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5582
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5583
    <collection name="convergedconnectionhandler" long-name="Converged Connection Handler" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5584
     <component name="cchserver" filter="s60" long-name="CCH Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5585
      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5586
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5587
     <component name="cchclient" filter="s60" long-name="CCH Client" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5588
      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5589
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5590
     <component name="cchclientapi" filter="s60" long-name="CCH Client API" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5591
      <unit bldFile="app/iptelephony/convergedconnectionhandler/cchclientapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5592
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5593
     <component name="convergedconnectionhandler_build" filter="s60" long-name="CCH Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5594
      <!--  consider distributing this into the above components, or collapse the collection into a single component. 
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5595
      		The latter is a better option since clients and sevrers are rarely separate components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5596
      <unit bldFile="app/iptelephony/convergedconnectionhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5597
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5598
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5599
    <collection name="richcallsettingsengine" long-name="Rich Call Settings Engine" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5600
     <component name="rcse2" filter="s60" long-name="Rich Call Settings Engine Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5601
      <unit bldFile="app/iptelephony/richcallsettingsengine/rcse2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5602
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5603
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5604
    <collection name="sipvoipprovider" long-name="SIP VoIP Provider" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5605
     <!-- collection is really a component. Should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5606
     <component name="svp" filter="s60" long-name="SIP VoIP Provider Build" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5607
      <unit bldFile="app/iptelephony/sipvoipprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5608
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5609
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5610
    <collection name="voipplugins" long-name="VoIP Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5611
     <component name="sipmxresolver" filter="s60" long-name="SIP MX Resolver" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5612
      <unit bldFile="app/iptelephony/voipplugins/sipmxresolver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5613
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5614
     <component name="sipconnectionprovider" filter="s60" long-name="SIP Connection Provider" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5615
      <unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5616
      <!-- can only have one unit, can the next be #'included from the above? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5617
      <unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/ipvoicemailengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5618
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5619
     <component name="ipapputils" filter="s60" long-name="IP App Utils" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5620
      <unit bldFile="app/iptelephony/voipplugins/ipapputils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5621
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5622
     <component name="voipadapters" filter="s60" long-name="VoIP Adapters" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5623
      <unit bldFile="app/iptelephony/voipplugins/voipadapters/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5624
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5625
     <component name="accountcreationplugin" filter="s60" long-name="Account Creation Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5626
      <unit bldFile="app/iptelephony/voipplugins/accountcreationplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5627
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5628
     <component name="dhcppositionprovider" filter="s60" long-name="DHCP Position Provider" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5629
      <unit bldFile="app/iptelephony/voipplugins/dhcppositionprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5630
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5631
     <component name="svtmatching" filter="s60" long-name="SIP VoIP Telephony Matching" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5632
      <unit bldFile="app/iptelephony/voipplugins/svtmatching/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5633
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5634
     <component name="svtlogging" filter="s60" long-name="SVT Logging" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5635
      <unit bldFile="app/iptelephony/voipplugins/svtlogging/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5636
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5637
     <component name="svtcallmenu" filter="s60" long-name="SVT Call Menu" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5638
      <unit bldFile="app/iptelephony/voipplugins/svtcallmenu/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5639
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5640
     <component name="sipimresolver" filter="s60" long-name="SIP IM Resolver" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5641
      <unit bldFile="app/iptelephony/voipplugins/sipimresolver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5642
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5643
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5644
    <collection name="callcontinuity" long-name="Call Continuity" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5645
     <component name="vccutils" filter="s60" long-name="VCC Utils" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5646
      <unit bldFile="app/iptelephony/callcontinuity/vccutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5647
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5648
     <component name="nsmldmvccadapter" filter="s60" long-name="SyncML DM VCC Adapter" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5649
      <unit bldFile="app/iptelephony/callcontinuity/nsmldmvccadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5650
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5651
     <component name="vccclientprovisioningadapter" filter="s60" long-name="VCC Client Provisioning Adapter" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5652
      <unit bldFile="app/iptelephony/callcontinuity/vccclientprovisioningadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5653
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5654
     <component name="vccpropertyhandler" filter="s60" long-name="VCC Property Handler" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5655
      <unit bldFile="app/iptelephony/callcontinuity/vccpropertyhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5656
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5657
     <component name="vcchotrigger" filter="s60" long-name="VCC HO Trigger" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5658
      <unit bldFile="app/iptelephony/callcontinuity/vcchotrigger/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5659
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5660
     <component name="vcc" filter="s60" long-name="VoIP Call Continuity" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5661
      <unit bldFile="app/iptelephony/callcontinuity/vcc/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5662
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5663
     <component name="callcontinuity_build" filter="s60" long-name="Call Continuity Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5664
      <!--  consider distributing this into the above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5665
      <unit bldFile="app/iptelephony/callcontinuity/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5666
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5667
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5668
    <collection name="iptelephony_info" long-name="IP Telephony Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5669
     <component name="iptel_plat" filter="s60" long-name="IP Telephony Platform Interfaces" introduced="^2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5670
      <unit bldFile="app/iptelephony/iptel_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5671
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5672
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5673
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5674
   <block name="settingsuis" level="services" long-name="Settings UIs" levels="rsc ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5675
    <collection name="defaultapplicationsettings" long-name="Default Application Settings" level="rsc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5676
     <component name="services_db" filter="s60" long-name="Services Database" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5677
      <unit bldFile="app/settingsuis/defaultapplicationsettings/services_db/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5678
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5679
     <component name="defaultapplicationsettings_server" filter="s60" long-name="Default Application Server" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5680
      <unit bldFile="app/settingsuis/defaultapplicationsettings/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5681
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5682
     <component name="service" filter="s60" long-name="Default Application Service" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5683
      <unit bldFile="app/settingsuis/defaultapplicationsettings/service/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5684
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5685
     <component name="dasgsplugin" filter="s60" long-name="Default Application Settings GS Plugin" introduced="^1" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5686
      <unit bldFile="app/settingsuis/defaultapplicationsettings/gsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5687
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5688
     <component name="defaultapplicationsettings_build" filter="s60" long-name="Default Application Settings Build" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5689
      <!-- split the IBYs up into the appropriate components? Make this a ROM component? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5690
      <unit bldFile="app/settingsuis/defaultapplicationsettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5691
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5692
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5693
    <collection name="systemswuis" long-name="System SW UIs" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5694
     <component name="touchscreencalib" filter="s60" long-name="Touchscreen Calibration" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5695
      <unit bldFile="app/settingsuis/systemswuis/touchscreencalib/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5696
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5697
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5698
    <collection name="settingsuis_info" long-name="Settings UIs Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5699
     <component name="devmngt_plat" filter="s60" long-name="Settings UIs Platform Interfaces" introduced="^1" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5700
      <unit bldFile="app/settingsuis/devmngt_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5701
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5702
     <component name="devmngt_pub" filter="s60" long-name="Settings UIs Public Interfaces" introduced="^1" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5703
      <unit bldFile="app/settingsuis/devmngt_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5704
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5705
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5706
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5707
   <block name="contentcontrol" level="services" long-name="Content Control Daemons" levels="plugin app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5708
    <collection name="dsdcmoadapter" long-name="Data Sync DCMO Adapter" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5709
     <!-- Component at wrong rank, should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5710
     <component name="dsdcmoadapter_build" filter="s60" long-name="Data Sync Control DCMO Adapter">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5711
      <unit bldFile="app/contentcontrol/dsdcmoadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5712
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5713
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5714
    <collection name="omads" long-name="OMA Data Sync" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5715
     <component name="omadsappui" filter="s60" long-name="OMA DS Application UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5716
      <unit bldFile="app/contentcontrol/omads/omadsappui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5717
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5718
     <component name="omadsextensions" filter="s60" long-name="OMA DS Extensions" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5719
      <unit bldFile="app/contentcontrol/omads/omadsextensions/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5720
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5721
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5722
    <collection name="contentcontrol_info" long-name="Content Control Daemons Info" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5723
     <component name="contentctrl_plat" filter="s60" long-name="Content Control Daemons Platforn Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5724
      <unit bldFile="app/contentcontrol/contentctrl_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5725
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5726
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5727
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5728
   <block name="devicecontrol" level="services" long-name="Device Control Daemons" levels="oma mid app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5729
    <collection name="devicediagnostics" long-name="Device Diagnostics" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5730
     <component name="devdiagapp" filter="s60" long-name="Device Diagnostics App">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5731
      <unit bldFile="app/devicecontrol/devicediagnostics/devdiagapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5732
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5733
     <component name="devdiaggsplugin" filter="s60" long-name="Device Diagnostics GS Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5734
      <unit bldFile="app/devicecontrol/devicediagnostics/devdiaggsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5735
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5736
     <component name="diagplugins" filter="s60" long-name="Diagnostics Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5737
      <unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5738
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5739
     <component name="diagsuites" filter="s60" long-name="Diagnostics Suites" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5740
      <unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5741
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5742
     <component name="devicediagnostics_build" filter="s60" long-name="Device Diagnostics Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5743
      <!-- can the exports be moved to one of the other components?
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5744
			or all  #includes removed from here, and it renamed Device Diagnostics ROM -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5745
      <unit bldFile="app/devicecontrol/devicediagnostics/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5746
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5747
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5748
    <collection name="omadm" long-name="OMA Device Management" level="oma">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5749
     <component name="omadmappui" filter="s60" long-name="OMA DM Application UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5750
      <unit bldFile="app/devicecontrol/omadm/omadmappui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5751
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5752
     <component name="omadmextensions" filter="s60" long-name="OMA DM Extensions" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5753
      <unit bldFile="app/devicecontrol/omadm/omadmextensions/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5754
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5755
     <component name="dcmo" filter="s60" long-name="Device Capabilities Management Object" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5756
      <unit bldFile="app/devicecontrol/omadm/dcmo/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5757
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5758
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5759
    <collection name="pnpmobileservices" long-name="PnP Mobile Services" level="mid">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5760
     <component name="pnpms" filter="s60" long-name="PnP MS">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5761
      <unit bldFile="app/devicecontrol/pnpmobileservices/pnpms/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5762
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5763
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5764
    <collection name="applicationmanagement" long-name="Application Management" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5765
     <!-- could this collection be collapsed into a single component and moved down a dir? Do all these need to be noted separately? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5766
     <component name="applicationmanagement_options" filter="s60" long-name="AM Install Options">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5767
      <unit bldFile="app/devicecontrol/applicationmanagement/options/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5768
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5769
     <component name="applicationmanagement_client" filter="s60" long-name="AM Client">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5770
      <unit bldFile="app/devicecontrol/applicationmanagement/client/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5771
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5772
     <component name="applicationmanagement_server" filter="s60" long-name="AM Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5773
      <unit bldFile="app/devicecontrol/applicationmanagement/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5774
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5775
     <component name="rfsplugin" filter="s60" long-name="AM RFS Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5776
      <unit bldFile="app/devicecontrol/applicationmanagement/rfsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5777
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5778
     <component name="amadapter2" filter="s60" long-name="AM Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5779
      <unit bldFile="app/devicecontrol/applicationmanagement/amadapter2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5780
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5781
     <component name="omascomoadapter" filter="s60" long-name="OMA SCOMO Adapter" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5782
      <unit bldFile="app/devicecontrol/applicationmanagement/amadapter2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5783
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5784
     <component name="applicationmanagement_build" filter="s60" long-name="AM Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5785
      <!-- If thes aren't collapsed into one cmp, can all  #includes removed from here, and it renamed AM ROM? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5786
      <unit bldFile="app/devicecontrol/applicationmanagement/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5787
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5788
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5789
    <collection name="customization" long-name="DM Customization Adapters" level="mid">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5790
     <component name="dmutils" long-name="DM Utils" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5791
      <unit bldFile="app/devicecontrol/customization/dmutils/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5792
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5793
     <component name="uisettingssrv" filter="s60" long-name="UI Settings Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5794
      <unit bldFile="app/devicecontrol/customization/uisettingssrv/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5795
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5796
     <component name="isadapter" filter="s60" long-name="Idle State Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5797
      <unit bldFile="app/devicecontrol/customization/isadapter/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5798
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5799
     <component name="supadapter" filter="s60" long-name="Startup Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5800
      <unit bldFile="app/devicecontrol/customization/supadapter/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5801
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5802
     <component name="wallpaperadapter" filter="s60" long-name="Wallpaper Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5803
      <unit bldFile="app/devicecontrol/customization/wallpaperadapter/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5804
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5805
     <component name="operatorlogoadapter" filter="s60" long-name="Operator Logo Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5806
      <unit bldFile="app/devicecontrol/customization/operatorlogoadapter/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5807
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5808
     <component name="screensaveradapter" filter="s60" long-name="Screen Saver Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5809
      <unit bldFile="app/devicecontrol/customization/screensaveradapter/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5810
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5811
     <component name="themesadapter" filter="s60" long-name="Themes Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5812
      <unit bldFile="app/devicecontrol/customization/themesadapter/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5813
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5814
     <component name="embeddedlinkadapter" filter="s60" long-name="Embedded Link Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5815
      <unit bldFile="app/devicecontrol/customization/embeddedlinkadapter/bld"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5816
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5817
     <component name="customization_build" filter="s60" long-name="DM Customization Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5818
      <!-- If thes aren't collapsed into one cmp, can all  #includes removed from here, and it renamed DM Customization ROM? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5819
      <unit bldFile="app/devicecontrol/customization/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5820
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5821
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5822
    <collection name="omacp" long-name="OMA Content Provisioning" level="oma">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5823
     <component name="omacpadapters" filter="s60" long-name="OMA CP Adapters" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5824
      <unit bldFile="app/devicecontrol/omacp/omacpadapters/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5825
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5826
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5827
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5828
   <block name="printing" level="services" long-name="Printing" levels="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5829
    <collection name="imageprint" long-name="ImagePrint" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5830
     <component name="clog" filter="s60" long-name="ImagePrint Logging" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5831
      <unit bldFile="app/printing/imageprint/clog/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5832
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5833
     <component name="imageprintengine" filter="s60" long-name="ImagePrint Engine" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5834
      <unit bldFile="app/printing/imageprint/imageprintengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5835
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5836
     <component name="imageprintui" filter="s60" long-name="ImagePrint UI" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5837
      <unit bldFile="app/printing/imageprint/imageprintui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5838
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5839
     <component name="imageprint_build" filter="s60" long-name="ImagePrint Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5840
      <!--  Need to break the IBY includes into the other components, or remove #includes and make this a ROM component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5841
      <unit bldFile="app/printing/imageprint/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5842
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5843
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5844
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5845
   <block name="files" level="apps" long-name="File Manager Apps" levels="support apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5846
    <collection name="deviceencryption" long-name="Device Encryption" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5847
     <!-- this is either needs to be broken up into idependent bld.infs, or it's really a component and should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5848
     <component name="devencnotifplugin" filter="s60" long-name="Device Encryption Notifier Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5849
      <unit bldFile="app/files/deviceencryption/devencnotifplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5850
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5851
     <component name="devencui" filter="s60" long-name="Device Encryption UI" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5852
      <unit bldFile="app/files/deviceencryption/devencui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5853
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5854
     <component name="devencdmadapter" filter="s60" long-name="Device Encryption DM Adapter" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5855
      <unit bldFile="app/files/deviceencryption/devencdmadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5856
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5857
     <component name="devencgsplugin" filter="s60" long-name="Device Encryption GS Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5858
      <unit bldFile="app/files/deviceencryption/devencgsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5859
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5860
     <component name="deviceencryption_help" filter="s60" long-name="Device Encryption Help" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5861
      <unit bldFile="app/files/deviceencryption/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5862
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5863
     <component name="deviceencryption_build" filter="s60" long-name="Device Encryption Build" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5864
      <unit bldFile="app/files/deviceencryption/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5865
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5866
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5867
    <collection name="filemanager" long-name="File Manager" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5868
     <!-- this is really a component, should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5869
     <component name="filemanager_build" filter="s60" long-name="File Manager Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5870
      <unit bldFile="app/files/filemanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5871
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5872
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5873
    <collection name="filesystemuis" long-name="File System UIs" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5874
     <component name="memscaneng" filter="s60" long-name="Memory Scan Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5875
      <unit bldFile="app/files/filesystemuis/memscaneng/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5876
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5877
     <component name="memstatepopup" filter="s60" long-name="Memory State Popup">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5878
      <unit bldFile="app/files/filesystemuis/memstatepopup/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5879
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5880
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5881
    <collection name="files_info" long-name="File Manager Apps Info" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5882
     <component name="files_plat" filter="s60" long-name="File Manager Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5883
      <unit bldFile="app/files/files_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5884
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5885
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5886
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5887
   <block name="utils" level="apps" long-name="Utility Apps" levels="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5888
    <collection name="extras" long-name="Extras" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5889
     <component name="about" filter="s60" long-name="About Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5890
      <unit bldFile="app/utils/extras/about/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5891
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5892
     <component name="calcsoft" filter="s60" long-name="Calculator Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5893
      <unit bldFile="app/utils/extras/calcsoft/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5894
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5895
     <component name="converter" filter="s60" long-name="Unit Converter">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5896
      <unit bldFile="app/utils/extras/converter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5897
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5898
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5899
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5900
   <block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5901
    <collection name="contactextensions" long-name="Contacts Extensions" level="services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5902
     <component name="predefinedcontacts" filter="s60" long-name="Predefined Contacts">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5903
      <unit bldFile="app/contacts/contactextensions/predefinedcontacts/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5904
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5905
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5906
    <collection name="logsui" long-name="Logs UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5907
     <component name="logsui_build" filter="s60" long-name="Logs UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5908
      <!-- component at too high a rank, should move down one directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5909
      <unit bldFile="app/contacts/logsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5910
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5911
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5912
    <collection name="phonebookui" long-name="Phonebook UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5913
     <component name="phonebook" filter="s60" long-name="Phonebook">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5914
      <unit bldFile="app/contacts/phonebookui/phonebook/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5915
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5916
     <component name="speeddial" filter="s60" long-name="Speed Dial">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5917
      <unit bldFile="app/contacts/phonebookui/speeddial/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5918
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5919
     <component name="phonebook2" filter="s60" long-name="Phone Book 2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5920
      <unit bldFile="app/contacts/phonebookui/phonebook2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5921
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5922
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5923
    <collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5924
     <component name="cntfindplugin" filter="s60" long-name="Contacts Find Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5925
      <unit bldFile="app/contacts/phonebookengines/cntfindplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5926
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5927
     <component name="cntsortplugin" filter="s60" long-name="Contacts Sort Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5928
      <unit bldFile="app/contacts/phonebookengines/cntsortplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5929
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5930
     <component name="virtualphonebook" filter="s60" long-name="Virtual Phonebook" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5931
      <unit bldFile="app/contacts/phonebookengines/virtualphonebook/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5932
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5933
     <component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5934
      <unit bldFile="app/contacts/phonebookengines/contactsmodel/groupsql" mrp="app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5935
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5936
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5937
    <collection name="pimprotocols" long-name="PIM Protocols" level="services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5938
     <component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5939
      <unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5940
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5941
     <component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5942
      <unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5943
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5944
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5945
    <collection name="ccservices" long-name="Contacts Centric Services" level="services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5946
     <component name="cmsservices" filter="s60" long-name="Contact Method Selector Services" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5947
      <unit bldFile="app/contacts/ccservices/cmsservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5948
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5949
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5950
    <collection name="presencecache" long-name="Presence Cache" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5951
     <component name="presencecacheutils" filter="s60" long-name="Presence Cache Utils" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5952
      <!-- <unit bldFile="presencecache/presencecacheutils/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5953
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5954
     <component name="presencecacheserver2" filter="s60" long-name="Presence Cache Server" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5955
      <!-- <unit bldFile="presencecache/presencecacheserver2/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5956
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5957
     <component name="presencecacheclient2" filter="s60" long-name="Presence Cache Client" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5958
      <!-- <unit bldFile="presencecache/presencecacheclient2/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5959
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5960
     <component name="presencecache_build" filter="s60" long-name="Presence Cache Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5961
      <!-- should divide this bld.inf into the other components, or collapse them into a single component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5962
      <unit bldFile="app/contacts/presencecache/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5963
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5964
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5965
    <collection name="predictivesearch" long-name="Predictive Search" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5966
     <component name="pcsutils" filter="s60" long-name="PCS Utils" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5967
      <unit bldFile="app/contacts/predictivesearch/pcsutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5968
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5969
     <component name="pcsserverclientapi" filter="s60" long-name="PCS Server Client API" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5970
      <unit bldFile="app/contacts/predictivesearch/pcsserverclientapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5971
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5972
     <component name="pcsserver" filter="s60" long-name="PCS Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5973
      <unit bldFile="app/contacts/predictivesearch/pcsserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5974
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5975
     <component name="pcsadapters" filter="s60" long-name="PCS Adapters" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5976
      <unit bldFile="app/contacts/predictivesearch/adapters/contacts/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5977
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5978
     <component name="pcsalgorithm" filter="s60" long-name="PCS Algorithm" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5979
      <unit bldFile="app/contacts/predictivesearch/pcsalgorithm/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5980
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5981
     <component name="predictivesearch_build" filter="s60" long-name="Predictive Search Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5982
      <!-- need to remove #includes from bld.inf and rename as Predictive Search ROM -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5983
      <unit bldFile="app/contacts/predictivesearch/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5984
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5985
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5986
    <collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5987
     <component name="contacts_plat" filter="s60" long-name="Contacts Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5988
      <unit bldFile="app/contacts/contacts_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5989
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5990
     <component name="contacts_pub" filter="s60" long-name="Contacts Apps Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5991
      <unit bldFile="app/contacts/contacts_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5992
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5993
     <component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5994
      <unit mrp="app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5995
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5996
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5997
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5998
   <block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  5999
    <collection name="alarmengines" long-name="Alarm Engines" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6000
     <component name="missedalarmstore" filter="s60" long-name="Missed Alarm Store">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6001
      <unit bldFile="app/organizer/alarmengines/missedalarmstore/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6002
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6003
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6004
    <collection name="calendarengines" long-name="Calendar Engines" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6005
     <component name="versit2" filter="s60" long-name="Versit 2 iCal Parser" introduced="9.2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6006
      <unit bldFile="app/organizer/calendarengines/versit2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6007
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6008
     <component name="agnversit2" filter="s60" long-name="Versit 2 Agenda Interface" introduced="9.2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6009
      <unit bldFile="app/organizer/calendarengines/agnversit2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6010
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6011
     <component name="caleninterimutils" filter="s60" long-name="Calendar Interim Utils" introduced="9.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6012
      <unit bldFile="app/organizer/calendarengines/caleninterimutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6013
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6014
     <component name="calenimp" filter="s60" long-name="Calendar Import Wrapper" introduced="7.0s">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6015
      <unit bldFile="app/organizer/calendarengines/calenimp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6016
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6017
     <component name="calenlauncher" filter="s60" long-name="Calendar Launcher">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6018
      <unit bldFile="app/organizer/calendarengines/calenlauncher/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6019
     </component>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6020
     <component name="caldavsrv" filter="sf_build" long-name="CalDAV Server" introduced="^3">
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6021
      <unit bldFile="app/organizer/calendarengines/caldav/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6022
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6023
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6024
    <collection name="meetingrequestengines" long-name="Meeting Request Engines" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6025
     <component name="mrmailbox" filter="s60" long-name="Meeting Request Mailbox">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6026
      <unit bldFile="app/organizer/meetingrequestengines/mrmailbox/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6027
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6028
     <component name="mrmailboxutils" filter="s60" long-name="Meeting Request Mailbox Utils" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6029
      <unit bldFile="app/organizer/meetingrequestengines/mrmailboxutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6030
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6031
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6032
    <collection name="searchfw" long-name="Search Framework" level="services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6033
     <!-- Uncomment all units when configuration is in place. All currently #included from searchfw_build, which should be removed at the same time. -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6034
     <component name="coresearchfw" filter="s60" long-name="Core Search Framework" introduced="^1" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6035
      <!--<unit bldFile="searchfw/coresearchfw/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6036
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6037
     <component name="searchfw_plugins" filter="s60" long-name="Search Plugins" introduced="^1" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6038
      <!--<unit bldFile="searchfw/plugins/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6039
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6040
     <component name="searchfw_build" filter="s60" long-name="Search Framework Build" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6041
      <unit bldFile="app/organizer/searchfw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6042
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6043
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6044
    <collection name="alarmui" long-name="Alarm UI" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6045
     <!-- collection is really a component, should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6046
     <component name="alarmui_build" filter="s60" long-name="Alarm UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6047
      <unit bldFile="app/organizer/alarmui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6048
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6049
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6050
    <collection name="calendarui" long-name="Calendar UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6051
     <component name="calendarui_help" filter="s60" long-name="Calendar UI Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6052
      <unit bldFile="app/organizer/calendarui/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6053
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6054
     <component name="commonutils" filter="s60" long-name="Calendar Common Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6055
      <unit bldFile="app/organizer/calendarui/commonutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6056
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6057
     <component name="globaldata" filter="s60" long-name="Calendar Global Data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6058
      <unit bldFile="app/organizer/calendarui/globaldata/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6059
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6060
     <component name="settings" filter="s60" long-name="Calendar Settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6061
      <!-- these should be merged into a single bld.inf or split into two components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6062
      <unit bldFile="app/organizer/calendarui/settings/gsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6063
      <unit bldFile="app/organizer/calendarui/settings/settingsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6064
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6065
     <component name="customisation" filter="s60" long-name="Calendar Customisation">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6066
      <unit bldFile="app/organizer/calendarui/customisation/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6067
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6068
     <component name="customisationmanager" filter="s60" long-name="Calendar Customisation Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6069
      <unit bldFile="app/organizer/calendarui/customisationmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6070
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6071
     <component name="multicaluidialog" filter="s60" long-name="Multi-Calendar UI Dialog" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6072
      <unit bldFile="app/organizer/calendarui/multicaluidialog/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6073
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6074
     <component name="views" filter="s60" long-name="Calendar Views">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6075
      <unit bldFile="app/organizer/calendarui/views/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6076
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6077
     <component name="calendarui_controller" filter="s60" long-name="Calendar Controller">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6078
      <unit bldFile="app/organizer/calendarui/controller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6079
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6080
     <component name="calendarui_editors" filter="s60" long-name="Calendar Editors">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6081
      <unit bldFile="app/organizer/calendarui/editors/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6082
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6083
     <component name="calendarui_application" filter="s60" long-name="Calendar Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6084
      <unit bldFile="app/organizer/calendarui/application/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6085
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6086
     <component name="missedalarmindicatorplugin" filter="s60" long-name="Missed Alarm Indicator Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6087
      <unit bldFile="app/organizer/calendarui/missedalarmindicatorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6088
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6089
     <component name="calendarui_server" filter="s60" long-name="Calendar Server">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6090
      <!-- these should be merged into a single bld.inf or split into two components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6091
      <unit bldFile="app/organizer/calendarui/server/calensvr/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6092
      <unit bldFile="app/organizer/calendarui/server/calensvrclient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6093
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6094
     <component name="regionalplugins" filter="s60" long-name="Calendar Regional Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6095
      <!-- these should be merged into a single bld.inf or split into four components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6096
      <unit bldFile="app/organizer/calendarui/regionalplugins/calenregionalutil/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6097
      <unit bldFile="app/organizer/calendarui/regionalplugins/lunarchinese/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6098
      <unit bldFile="app/organizer/calendarui/regionalplugins/lunarvietnamese/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6099
      <unit bldFile="app/organizer/calendarui/regionalplugins/thai/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6100
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6101
     <component name="calenaiwprovider" filter="s60" long-name="Calendar AIW Proivder" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6102
      <unit bldFile="app/organizer/calendarui/calenaiwprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6103
     </component>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6104
     <component name="caldav" filter="sf_build" long-name="CalDAV" introduced="^3" plugin="Y">
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6105
      <unit bldFile="app/organizer/calendarui/caldav/group"/>
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6106
     </component>
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6107
     <component name="calendarui_build" filter="s60" long-name="Calendar UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6108
      <!-- split contents into separate components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6109
      <unit bldFile="app/organizer/calendarui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6110
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6111
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6112
    <collection name="meetingui" long-name="Meeting UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6113
     <component name="attendeeview" filter="s60" long-name="Attendee View">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6114
      <unit bldFile="app/organizer/meetingui/attendeeview/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6115
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6116
     <component name="agnentryui" filter="s60" long-name="Agenda Entry UI" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6117
      <unit bldFile="app/organizer/meetingui/agnentryui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6118
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6119
     <component name="meetingrequestutils" filter="s60" long-name="Meeting Request Utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6120
      <unit bldFile="app/organizer/meetingui/meetingrequestutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6121
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6122
     <component name="meetingrequestviewers" filter="s60" long-name="Meeting Request Viewers" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6123
      <unit bldFile="app/organizer/meetingui/meetingrequestviewers/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6124
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6125
     <component name="meetingui_build" filter="s60" long-name="Meeting UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6126
      <!-- split contents into separate components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6127
      <unit bldFile="app/organizer/meetingui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6128
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6129
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6130
    <collection name="clock2" long-name="Clock" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6131
     <component name="clockengines" filter="s60" long-name="Clock Engines">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6132
      <unit bldFile="app/organizer/clock2/clockengines/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6133
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6134
     <component name="clockui" filter="s60" long-name="Clock UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6135
      <unit bldFile="app/organizer/clock2/clockui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6136
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6137
     <component name="clock2_help" filter="s60" long-name="Clock Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6138
      <unit bldFile="app/organizer/clock2/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6139
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6140
     <component name="clock2_build" filter="s60" long-name="Clock Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6141
      <!-- split contents into separate components, or just make this one component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6142
      <unit bldFile="app/organizer/clock2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6143
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6144
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6145
    <collection name="notepad" long-name="Notepad" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6146
     <component name="notepad_help" filter="s60" long-name="Notepad Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6147
      <unit bldFile="app/organizer/notepad/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6148
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6149
     <component name="notepad1" filter="s60" long-name="Notepad Application 1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6150
      <unit bldFile="app/organizer/notepad/notepad1/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6151
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6152
     <component name="txtrecog" filter="s60" long-name="Text Recognizer" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6153
      <unit bldFile="app/organizer/notepad/txtrecog/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6154
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6155
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6156
    <collection name="searchui" long-name="Search UI" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6157
     <!-- consider making this a single component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6158
     <!-- Uncomment all units when configuration is in place. All currently #included from searchui_build, which should be removed at the same time. -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6159
     <component name="searchui_help" filter="s60" long-name="Search UI Help" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6160
      <!--<unit bldFile="searchui/help/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6161
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6162
     <component name="searchapp" filter="s60" long-name="Search Application" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6163
      <!--<unit bldFile="searchui/searchapp/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6164
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6165
     <component name="searchui_build" filter="s60" long-name="Search UI Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6166
      <unit bldFile="app/organizer/searchui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6167
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6168
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6169
    <collection name="pimappservices" long-name="PIM Application Services" level="services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6170
     <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6171
      <unit bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6172
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6173
     <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6174
      <unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6175
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6176
     <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6177
      <unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6178
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6179
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6180
    <collection name="pimappsupport" long-name="PIM Application Support" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6181
     <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6182
      <unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6183
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6184
     <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6185
      <unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6186
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6187
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6188
    <collection name="organizer_info" long-name="Organizer Application Suite Info" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6189
     <component name="organizer_pub" filter="s60" long-name="Organizer Application Suite Public Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6190
      <unit bldFile="app/organizer/organizer_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6191
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6192
     <component name="organizer_plat" filter="s60" long-name="Organizer Application Suite Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6193
      <unit bldFile="app/organizer/organizer_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6194
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6195
     <component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6196
      <unit mrp="app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6197
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6198
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6199
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6200
   <block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="mail eng base ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6201
    <collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6202
     <component name="audiomsg" filter="s60" long-name="Audio Message">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6203
      <unit bldFile="app/messaging/mobilemessaging/audiomsg/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6204
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6205
     <component name="msgmedia" filter="s60" long-name="Message Media">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6206
      <unit bldFile="app/messaging/mobilemessaging/msgmedia/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6207
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6208
     <component name="unieditor" filter="s60" long-name="Unified Editor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6209
      <unit bldFile="app/messaging/mobilemessaging/unieditor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6210
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6211
     <component name="mmsui" filter="s60" long-name="MMS UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6212
      <unit bldFile="app/messaging/mobilemessaging/mmsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6213
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6214
     <component name="postcard" filter="s60" long-name="Postcard">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6215
      <unit bldFile="app/messaging/mobilemessaging/postcard/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6216
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6217
     <component name="smilui" filter="s60" long-name="SMIL UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6218
      <unit bldFile="app/messaging/mobilemessaging/smilui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6219
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6220
     <component name="smum" filter="s60" long-name="SMS UI MTM and UI Data MTM" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6221
      <unit bldFile="app/messaging/mobilemessaging/smum/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6222
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6223
     <component name="smsui" filter="s60" long-name="SMS UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6224
      <unit bldFile="app/messaging/mobilemessaging/smsui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6225
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6226
     <component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6227
      <unit bldFile="app/messaging/mobilemessaging/smsmtm/group" mrp="app/messaging/mobilemessaging/smsmtm/group/messaging_sms.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6228
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6229
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6230
    <collection name="mmsengine" long-name="MMS Engine" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6231
     <component name="mmsconninit" filter="s60" long-name="MMS Connection Initiator" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6232
      <!-- <unit bldFile="mmsengine/mmsconninit/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6233
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6234
     <component name="genutils" filter="s60" long-name="General Utils" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6235
      <!-- <unit bldFile="mmsengine/genutils/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6236
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6237
     <component name="mmsserversettings" filter="s60" long-name="MMS Server Settings" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6238
      <!-- <unit bldFile="mmsengine/mmsserversettings/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6239
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6240
     <component name="mmsmessage" filter="s60" long-name="MMS Message" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6241
      <!-- <unit bldFile="mmsengine/mmsmessage/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6242
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6243
     <component name="mmshttptransport" filter="s60" long-name="MMS HTTP Transport" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6244
      <!-- <unit bldFile="mmsengine/mmshttptransport/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6245
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6246
     <component name="mmscodec" filter="s60" long-name="MMS Codec" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6247
      <!-- <unit bldFile="mmsengine/mmscodec/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6248
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6249
     <component name="mmsserver" filter="s60" long-name="MMS Server" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6250
      <!-- <unit bldFile="mmsengine/mmsserver/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6251
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6252
     <component name="clientmtm" filter="s60" long-name="MMS Client MTM" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6253
      <!-- <unit bldFile="mmsengine/clientmtm/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6254
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6255
     <component name="mmswatcher" filter="s60" long-name="MMS Watcher" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6256
      <!-- <unit bldFile="mmsengine/mmswatcher/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6257
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6258
     <component name="mmspushhandler" filter="s60" long-name="MMS Push Handler" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6259
      <!-- <unit bldFile="mmsengine/mmspushhandler/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6260
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6261
     <component name="applicationadapter" filter="s60" long-name="MMS Application Adapter" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6262
      <!-- <unit bldFile="mmsengine/applicationadapter/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6263
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6264
     <component name="mmscodecclient" filter="s60" long-name="MMS Codec Client" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6265
      <!-- <unit bldFile="mmsengine/mmscodecclient/bld"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6266
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6267
     <component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6268
      <unit bldFile="app/messaging/mmsengine/mmssettings/group" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6269
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6270
     <component name="mmsconf" long-name="MMS Configuration" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6271
      <unit bldFile="app/messaging/mmsengine/mmsconf" mrp="app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6272
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6273
     <component name="mmsengine_build" filter="s60" long-name="MMS Engine Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6274
      <!-- this bld.inf should be broken up into the individual other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6275
      <unit bldFile="app/messaging/mmsengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6276
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6277
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6278
    <collection name="messagingappbase" long-name="Messaging App Base" level="base">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6279
     <component name="msgavkon" filter="s60" long-name="Messaging Avkon UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6280
      <unit bldFile="app/messaging/messagingappbase/msgavkon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6281
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6282
     <component name="mce" filter="s60" long-name="Message Center Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6283
      <unit bldFile="app/messaging/messagingappbase/mce/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6284
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6285
     <component name="mceextraitems" filter="s60" long-name="Message Center Extra Items">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6286
      <unit bldFile="app/messaging/messagingappbase/mceextraitems/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6287
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6288
     <component name="mcesettings" filter="s60" long-name="Message Center Settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6289
      <unit bldFile="app/messaging/messagingappbase/mcesettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6290
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6291
     <component name="msgerrorwatcher" filter="s60" long-name="Messaging Error Watcher" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6292
      <unit bldFile="app/messaging/messagingappbase/msgerrorwatcher/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6293
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6294
     <component name="ncnlist" filter="s60" long-name="New Contacts Note List">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6295
      <unit bldFile="app/messaging/messagingappbase/ncnlist/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6296
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6297
     <component name="schemeplugin" filter="s60" long-name="Scheme Handler Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6298
      <unit bldFile="app/messaging/messagingappbase/schemeplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6299
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6300
     <component name="sendui" filter="s60" long-name="Send UI" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6301
      <unit bldFile="app/messaging/messagingappbase/sendui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6302
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6303
     <component name="smilengine" filter="s60" long-name="SMIL Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6304
      <unit bldFile="app/messaging/messagingappbase/smilengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6305
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6306
     <component name="bium" filter="s60" long-name="BIO UI MTM" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6307
      <unit bldFile="app/messaging/messagingappbase/bium/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6308
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6309
     <component name="smartmessaging" filter="s60" long-name="Smart Messaging">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6310
      <unit bldFile="app/messaging/messagingappbase/smartmessaging/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6311
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6312
     <component name="msgeditor" filter="s60" long-name="Messaging Editor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6313
      <unit bldFile="app/messaging/messagingappbase/msgeditor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6314
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6315
     <component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6316
      <unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6317
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6318
     <component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6319
      <unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6320
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6321
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6322
    <collection name="email" long-name="Email" level="mail">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6323
     <!-- use commonemail instead -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6324
     <component name="alwaysonlineemailplugin" filter="s60" long-name="Always Online Mail Plugin" deprecated="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6325
      <unit bldFile="app/messaging/email/alwaysonlineemailplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6326
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6327
     <component name="emailnotificationhandler" filter="s60" long-name="Email Notification Handler" deprecated="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6328
      <unit bldFile="app/messaging/email/emailnotificationhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6329
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6330
     <component name="imum" filter="s60" long-name="Internet Mail UI MTM" deprecated="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6331
      <unit bldFile="app/messaging/email/imum/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6332
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6333
     <component name="mail" filter="s60" long-name="Mail Application" deprecated="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6334
      <unit bldFile="app/messaging/email/mail/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6335
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6336
     <component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" deprecated="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6337
      <unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6338
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6339
     <component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" deprecated="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6340
      <unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6341
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6342
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6343
    <collection name="messaging_info" long-name="Messaging Apps Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6344
     <component name="msg_plat" long-name="Messaging Apps Platform APIs" filter="s60" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6345
      <unit bldFile="app/messaging/msg_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6346
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6347
     <component name="msg_pub" long-name="Messaging Apps Public APIs" filter="s60" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6348
      <unit bldFile="app/messaging/msg_pub/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6349
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6350
     <component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6351
      <unit mrp="app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6352
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6353
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6354
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6355
   <block name="commonemail" level="apps" long-name="Email Apps" levels="service support ui app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6356
    <collection name="emailservices" long-name="Email Services" level="service">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6357
     <component name="emailframework" filter="s60" long-name="Email Framework" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6358
      <unit bldFile="app/commonemail/emailservices/emailframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6359
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6360
     <component name="emailclientapi" filter="s60" long-name="Email Client API" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6361
      <unit bldFile="app/commonemail/emailservices/emailclientapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6362
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6363
     <component name="emailserver" filter="s60" long-name="Email Server" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6364
      <unit bldFile="app/commonemail/emailservices/emailserver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6365
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6366
     <component name="emailservermonitor" filter="s60" long-name="Email Server Monitor" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6367
      <unit bldFile="app/commonemail/emailservices/emailservermonitor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6368
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6369
     <component name="psmruadapter" filter="s60" long-name="Predictive Search Most Recent Used Adapter" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6370
      <unit bldFile="app/commonemail/emailservices/psmruadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6371
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6372
     <component name="emailstore" filter="s60" long-name="Email Store" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6373
      <unit bldFile="app/commonemail/emailservices/emailstore/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6374
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6375
     <component name="emaildebug" filter="s60" long-name="Email Debug" introduced="^2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6376
      <unit bldFile="app/commonemail/emailservices/emaildebug/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6377
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6378
     <component name="emailinstallationinitiator" filter="s60" long-name="Email Installation Initiator" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6379
      <unit bldFile="app/commonemail/emailservices/emailinstallationinitiator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6380
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6381
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6382
    <collection name="ipsservices" long-name="IMAP/POP/SMTP Services" level="service">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6383
     <component name="ipssossettings" filter="s60" long-name="IPS SOS Settings" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6384
      <!-- SOS? Consider spelling it out since the abbreviation is ambiguous -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6385
      <unit bldFile="app/commonemail/ipsservices/ipssossettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6386
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6387
     <component name="ipssosplugin" filter="s60" long-name="IPS SOS Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6388
      <unit bldFile="app/commonemail/ipsservices/ipssosplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6389
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6390
     <component name="ipssosaoplugin" filter="s60" long-name="IPS SOS Always Online Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6391
      <unit bldFile="app/commonemail/ipsservices/ipssosaoplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6392
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6393
     <component name="ipsservices_build" filter="s60" long-name="IPS Services Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6394
      <unit bldFile="app/commonemail/ipsservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6395
      <!-- can the exports be broken up into the other components or made a config component?-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6396
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6397
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6398
    <collection name="emailcontacts" long-name="Email Contacts" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6399
     <component name="contactactionservice" filter="s60" long-name="Contact Action Service" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6400
      <unit bldFile="app/commonemail/emailcontacts/contactactionservice/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6401
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6402
     <component name="contactactionmenu" filter="s60" long-name="Contact Action Menu" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6403
      <unit bldFile="app/commonemail/emailcontacts/contactactionmenu/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6404
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6405
     <component name="remotecontactlookup" filter="s60" long-name="Remote Contact Lookup" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6406
      <unit bldFile="app/commonemail/emailcontacts/remotecontactlookup/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6407
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6408
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6409
    <collection name="meetingrequest" long-name="Meeting Request" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6410
     <component name="mrcommon" filter="s60" long-name="MR Common" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6411
      <unit bldFile="app/commonemail/meetingrequest/mrcommon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6412
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6413
     <component name="mrdb" filter="s60" long-name="MR Database" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6414
      <unit bldFile="app/commonemail/meetingrequest/mrdb/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6415
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6416
     <component name="mrpolicy" filter="s60" long-name="MR Policy" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6417
      <unit bldFile="app/commonemail/meetingrequest/mrpolicy/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6418
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6419
     <component name="mrservices" filter="s60" long-name="MR Services" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6420
      <unit bldFile="app/commonemail/meetingrequest/mrservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6421
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6422
     <component name="mrgui" filter="s60" long-name="MR GUI" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6423
      <unit bldFile="app/commonemail/meetingrequest/mrgui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6424
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6425
     <component name="mrentry" filter="s60" long-name="MR Entry" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6426
      <unit bldFile="app/commonemail/meetingrequest/mrentry/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6427
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6428
     <component name="mrtasks" filter="s60" long-name="MR Tasks" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6429
      <unit bldFile="app/commonemail/meetingrequest/mrtasks/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6430
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6431
     <component name="mrutils" filter="s60" long-name="MR Utils" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6432
      <unit bldFile="app/commonemail/meetingrequest/mrutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6433
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6434
     <component name="mrutilscalplugin" filter="s60" long-name="MR Utils Calendar Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6435
      <unit bldFile="app/commonemail/meetingrequest/mrutilscalplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6436
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6437
     <component name="mrviewer" filter="s60" long-name="MR Viewer" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6438
      <unit bldFile="app/commonemail/meetingrequest/mrviewer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6439
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6440
     <component name="mrviewercalplugin" filter="s60" long-name="MR Viewer Calendar Plugin" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6441
      <unit bldFile="app/commonemail/meetingrequest/mrviewercalplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6442
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6443
     <component name="mricalviewer" filter="s60" long-name="MR iCal Viewer" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6444
      <unit bldFile="app/commonemail/meetingrequest/mricalviewer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6445
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6446
     <component name="mrversit2" filter="s60" long-name="MR Versit2" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6447
      <unit bldFile="app/commonemail/meetingrequest/mrversit2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6448
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6449
     <component name="mragnversit2" filter="s60" long-name="MR Agenda Versit2" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6450
      <unit bldFile="app/commonemail/meetingrequest/mragnversit2/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6451
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6452
     <component name="mrcasplugin" filter="s60" long-name="MR Contact Action Service Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6453
      <unit bldFile="app/commonemail/meetingrequest/mrcasplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6454
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6455
     <component name="mrurlparserplugin" filter="s60" long-name="MR URL Parser Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6456
      <unit bldFile="app/commonemail/meetingrequest/mrurlparserplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6457
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6458
     <component name="meetingrequest_build" filter="s60" long-name="MR Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6459
      <!-- can the exports be broken up into the other components ?
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6460
			alternatively, move the exports into a RM Config component-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6461
      <unit bldFile="app/commonemail/meetingrequest/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6462
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6463
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6464
    <collection name="emailuis" long-name="Email UIs" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6465
     <component name="emailui" filter="s60" long-name="Email UI" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6466
      <unit bldFile="app/commonemail/emailuis/emailui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6467
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6468
     <component name="gsemailsettings" filter="s60" long-name="Email GS Settings" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6469
      <unit bldFile="app/commonemail/emailuis/gsemailsettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6470
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6471
     <component name="uicomponents" filter="s60" long-name="Email UI Components" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6472
      <unit bldFile="app/commonemail/emailuis/uicomponents/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6473
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6474
     <component name="widget" filter="s60" long-name="Email Widget" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6475
      <!-- Uncomment unit when configuration is in place. Currently #included from emailuis_build, which should be removed at the same time. -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6476
      <!--<unit bldFile="emailuis/widget/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6477
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6478
     <component name="emailuis_build" filter="s60" long-name="Email UIs Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6479
      <unit bldFile="app/commonemail/emailuis/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6480
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6481
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6482
    <collection name="commonemail_info" long-name="Email Apps Info" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6483
     <component name="emailhelp" filter="s60" long-name="Email Help" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6484
      <!-- should this be commented out or not? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6485
      <!-- <unit bldFile="emailhelp/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6486
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6487
     <component name="commonemail_help" filter="s60" long-name="Email Help" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6488
      <!-- should this be commented out or not? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6489
      <!-- <unit bldFile="help/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6490
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6491
     <component name="email_plat" filter="s60" long-name="Email Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6492
      <unit bldFile="app/commonemail/email_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6493
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6494
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6495
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6496
   <block name="conversations" level="apps" long-name="Conversation Apps" levels="settings utils plugin ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6497
    <collection name="uiservicetabsettings" long-name="UI Service Tab Settings" level="settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6498
     <!-- this is really at the wrong rank. should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6499
     <component name="vimpstsettings" filter="s60" long-name="VIMP Service Tab Settings">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6500
      <unit bldFile="app/conversations/uiservicetabsettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6501
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6502
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6503
    <collection name="instantmessagesalert" long-name="Instant Messages Alert" level="utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6504
     <!-- this is really at the wrong rank. should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6505
     <component name="instantmessagesalert_build" filter="s60" long-name="Instant Messages Alert build" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6506
      <unit bldFile="app/conversations/instantmessagesalert/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6507
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6508
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6509
    <collection name="imstutils" long-name="IM Service Tab Utils" level="utils">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6510
     <component name="imstutils_help" filter="s60" long-name="IM Service Tab Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6511
      <unit bldFile="app/conversations/imstutils/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6512
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6513
     <component name="imconnectionprovider" filter="s60" long-name="IM Connection Provider" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6514
      <unit bldFile="app/conversations/imstutils/imconnectionprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6515
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6516
     <component name="xmppadapter" filter="s60" long-name="XMPP Settings Adapter" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6517
      <unit bldFile="app/conversations/imstutils/xmppadapter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6518
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6519
     <component name="imconversationview" filter="s60" long-name="IM Conversation View">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6520
      <unit bldFile="app/conversations/imstutils/imconversationview/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6521
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6522
     <component name="imstutils_config" filter="s60" long-name="IM Service Tab Utils config" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6523
      <!-- remove the #includes and or moved ithe loc file into one the above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6524
      <unit bldFile="app/conversations/imstutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6525
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6526
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6527
    <collection name="uiservicetab" long-name="UI Service Tab" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6528
     <component name="vimpstutils" filter="s60" long-name="VIMP Service Tab Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6529
      <!-- need to spell out VIMP at least once -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6530
      <unit bldFile="app/conversations/uiservicetab/vimpstutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6531
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6532
     <component name="vimpststorage" filter="s60" long-name="VIMP Service Tab Storage">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6533
      <unit bldFile="app/conversations/uiservicetab/vimpststorage/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6534
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6535
     <component name="vimpstengine" filter="s60" long-name="VIMP Service Tab Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6536
      <unit bldFile="app/conversations/uiservicetab/vimpstengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6537
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6538
     <component name="vimpstcmdprocess" filter="s60" long-name="VIMP Service Tab Command Process">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6539
      <unit bldFile="app/conversations/uiservicetab/vimpstcmdprocess/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6540
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6541
     <component name="vimpstui" filter="s60" long-name="VIMP Service Tab UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6542
      <unit bldFile="app/conversations/uiservicetab/vimpstui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6543
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6544
     <component name="vimpstdetailsviewplugin" filter="s60" long-name="VIMP ST Details View Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6545
      <unit bldFile="app/conversations/uiservicetab/vimpstdetailsviewplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6546
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6547
     <component name="uiservicetab_build" filter="s60" long-name="UI Service Tab Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6548
      <!-- can this be distributed into the above bld.infs? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6549
      <unit bldFile="app/conversations/uiservicetab/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6550
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6551
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6552
    <collection name="servicewidget" long-name="Service Widget" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6553
     <component name="servicewidgetdatapublisher" filter="s60" long-name="Service Widget Data Publisher" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6554
      <unit bldFile="app/conversations/servicewidget/servicewidgetdatapublisher/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6555
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6556
     <component name="themes" filter="s60" long-name="Service Widget Themes" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6557
      <unit bldFile="app/conversations/servicewidget/themes/install-themes/install/servicewidget/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6558
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6559
     <component name="servicewidget_build" filter="s60" long-name="Service Widget Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6560
      <!-- Either move the whole collection down one directory into a single component, or move the ROM and SIS parts into a Service Widget ROM component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6561
      <unit bldFile="app/conversations/servicewidget/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6562
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6563
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6564
    <collection name="instantmsgindicatorplugin" long-name="Instant Message Indicator Plugin" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6565
     <!--  collection is really a component. should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6566
     <component name="instantmsgindicatorplugin_build" filter="s60" long-name="Instant Message Indicator Plugin Build" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6567
      <unit bldFile="app/conversations/instantmsgindicatorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6568
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6569
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6570
    <collection name="imstatuspaneindicatorplugin" long-name="IM Status Pane Indicator Plugin" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6571
     <!--  collection is really a component. should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6572
     <component name="imstatuspaneindicatorplugin_build" filter="s60" long-name="IM Status Pane Indicator Plugin Build" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6573
      <unit bldFile="app/conversations/imstatuspaneindicatorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6574
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6575
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6576
    <collection name="conversations_info" long-name="Conversation Apps Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6577
     <component name="conversations_plat" filter="s60" long-name="Conversation Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6578
      <unit bldFile="app/conversations/conversations_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6579
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6580
     <component name="conversations_build" filter="s60" long-name="Conversation Apps Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6581
      <!-- can the exports be moved to other components? or this remade into a configuration component?-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6582
      <unit bldFile="app/conversations/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6583
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6584
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6585
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6586
   <block name="im" level="apps" long-name="Instant Messaging Apps" levels="support prot engine apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6587
    <collection name="wvsettings20" long-name="Wireless Village Settings Engine" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6588
     <!-- this is really a component. should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6589
     <component name="wvsapsettingsstore" long-name="WV SAP Settings Store" filter="s60" introduced="9.3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6590
      <unit bldFile="app/im/wvsettings20/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6591
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6592
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6593
    <collection name="im_info" long-name="Instant Messaging Apps Info" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6594
     <component name="im_plat" filter="s60" long-name="Instant Messaging Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6595
      <unit bldFile="app/im/im_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6596
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6597
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6598
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6599
   <block name="dictionary" level="services" long-name="Dictionary" levels="utils ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6600
    <collection name="userdict" long-name="User Dictionary" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6601
     <!-- collection is really a component, move down a dir -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6602
     <component name="userdict_build" filter="s60" long-name="Japanese User Dictionary">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6603
      <unit bldFile="app/dictionary/userdict/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6604
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6605
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6606
    <collection name="dictionary_info" long-name="Dictionary Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6607
     <component name="dictionary_plat" filter="s60" long-name="Dictionary Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6608
      <unit bldFile="app/dictionary/dictionary_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6609
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6610
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6611
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6612
   <block name="camera" level="apps" long-name="Camera Apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6613
    <collection name="camerauis" long-name="Camera UIs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6614
     <component name="activepalette" filter="s60" long-name="Active Palette">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6615
      <unit bldFile="app/camera/camerauis/activepalette/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6616
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6617
     <component name="cameraapp" filter="s60" long-name="Camera Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6618
      <unit bldFile="app/camera/camerauis/cameraapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6619
      <unit bldFile="app/camera/camerauis/cameraapp/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6620
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6621
    </collection>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6622
    <collection name="camera_info" long-name="Camera Apps Info">
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6623
     <component name="camera_plat" filter="s60" long-name="Camera Apps Platform Interfaces" class="api">
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6624
      <unit bldFile="app/camera/camera_plat/group"/>
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6625
     </component>
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6626
    </collection>
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6627
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6628
   <block name="imgeditor" level="apps" long-name="Image Editor Apps" levels="engine ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6629
    <collection name="imageeditor" long-name="Image Editor UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6630
     <component name="pb" filter="s60" long-name="Plugin Base">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6631
      <unit bldFile="app/imgeditor/imageeditor/pb/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6632
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6633
     <component name="iepb" filter="s60" long-name="Image Editor Plugin Base">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6634
      <unit bldFile="app/imgeditor/imageeditor/iepb/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6635
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6636
     <component name="imageeditorui" filter="s60" long-name="Image Editor UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6637
      <unit bldFile="app/imgeditor/imageeditor/imageeditorui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6638
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6639
     <component name="imageeditormanager" filter="s60" long-name="Image Editor Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6640
      <unit bldFile="app/imgeditor/imageeditor/imageeditormanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6641
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6642
     <component name="imageeditorapp" filter="s60" long-name="Image Editor Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6643
      <unit bldFile="app/imgeditor/imageeditor/imageeditorapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6644
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6645
     <component name="imageeditor_plugins" filter="s60" long-name="Image Editor Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6646
      <!-- can only have one unit. Need to include all from a single bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6647
      <unit bldFile="app/imgeditor/imageeditor/plugins/blackwhiteplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6648
      <unit bldFile="app/imgeditor/imageeditor/plugins/brightnessplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6649
      <unit bldFile="app/imgeditor/imageeditor/plugins/bubbleplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6650
      <unit bldFile="app/imgeditor/imageeditor/plugins/cartoonizeplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6651
      <unit bldFile="app/imgeditor/imageeditor/plugins/clipartplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6652
      <unit bldFile="app/imgeditor/imageeditor/plugins/contrastplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6653
      <unit bldFile="app/imgeditor/imageeditor/plugins/cropplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6654
      <unit bldFile="app/imgeditor/imageeditor/plugins/drawplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6655
      <unit bldFile="app/imgeditor/imageeditor/plugins/frameplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6656
      <unit bldFile="app/imgeditor/imageeditor/plugins/negativeplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6657
      <unit bldFile="app/imgeditor/imageeditor/plugins/redeyeplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6658
      <unit bldFile="app/imgeditor/imageeditor/plugins/resizeplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6659
      <unit bldFile="app/imgeditor/imageeditor/plugins/rotatelplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6660
      <unit bldFile="app/imgeditor/imageeditor/plugins/rotaterplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6661
      <unit bldFile="app/imgeditor/imageeditor/plugins/sepiaplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6662
      <unit bldFile="app/imgeditor/imageeditor/plugins/sharpnessplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6663
      <unit bldFile="app/imgeditor/imageeditor/plugins/textplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6664
      <!-- conditionally #included in imageeditor_build: need to fix
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6665
        <unit bldFile="imageeditor/plugins/drawplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6666
         -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6667
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6668
     <component name="editorprovider" filter="s60" long-name="Image Editor Provider">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6669
      <unit bldFile="app/imgeditor/imageeditor/editorprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6670
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6671
     <component name="imageeditor_build" filter="s60" long-name="Image Editor Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6672
      <!-- should distribute this to the other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6673
      <unit bldFile="app/imgeditor/imageeditor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6674
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6675
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6676
    <collection name="imageeditorengine" long-name="Image Editor Engine" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6677
     <component name="filters" filter="s60" long-name="Image Editor Filters">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6678
      <!-- can only have one unit. Need to include all from a single bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6679
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbrightness/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6680
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbubble/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6681
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterbuffer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6682
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercartoon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6683
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterclipart/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6684
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercontrast/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6685
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtercrop/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6686
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterdraw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6687
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterframe/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6688
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtergrayscale/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6689
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtericlsource/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6690
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterjpegsource/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6691
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterjpegtarget/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6692
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filternegate/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6693
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterredeye/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6694
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterrotate/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6695
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filterscale/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6696
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtersepia/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6697
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtersharpness/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6698
      <unit bldFile="app/imgeditor/imageeditorengine/filters/filtertext/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6699
      <!-- conditionally #included in imageeditor_build: need to fix
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6700
        <unit bldFile="imageeditorengine/filters/filterdraw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6701
         -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6702
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6703
     <component name="imageeditorutils" filter="s60" long-name="Image Editor Utilities">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6704
      <unit bldFile="app/imgeditor/imageeditorengine/imageeditorutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6705
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6706
     <component name="systemparameters" filter="s60" long-name="System Parameters">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6707
      <unit bldFile="app/imgeditor/imageeditorengine/systemparameters/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6708
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6709
     <component name="enginewrapper" filter="s60" long-name="Image Editor Engine Wrapper">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6710
      <unit bldFile="app/imgeditor/imageeditorengine/enginewrapper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6711
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6712
     <component name="imageeditorengine_build" filter="s60" long-name="Image Editor Engine Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6713
      <!-- should distribute this to the other components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6714
      <unit bldFile="app/imgeditor/imageeditorengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6715
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6716
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6717
    <collection name="imgeditor_info" long-name="Image Editor Apps Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6718
     <component name="imgeditor_plat" filter="s60" long-name="Image Editor Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6719
      <unit bldFile="app/imgeditor/imgeditor_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6720
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6721
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6722
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6723
   <block name="videoeditor" level="apps" long-name="Video Editor Apps" levels="engine ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6724
    <collection name="videditor" long-name="Video Editor" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6725
     <component name="videoeditorcommon" filter="s60" long-name="Video Editor Common" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6726
      <unit bldFile="app/videoeditor/videditor/videoeditorcommon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6727
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6728
     <component name="videoeditoruicomponents" filter="s60" long-name="Video Editor UI Components" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6729
      <unit bldFile="app/videoeditor/videditor/videoeditoruicomponents/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6730
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6731
     <component name="simplevideoeditor" filter="s60" long-name="Simple Video Editor" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6732
      <unit bldFile="app/videoeditor/videditor/simplevideoeditor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6733
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6734
     <component name="simplecutvideo" filter="s60" long-name="Simple Cut Video" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6735
      <unit bldFile="app/videoeditor/videditor/simplecutvideo/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6736
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6737
     <component name="videoprovider" filter="s60" long-name="Video Provider" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6738
      <unit bldFile="app/videoeditor/videditor/videoprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6739
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6740
     <component name="manualvideoeditor" filter="s60" long-name="Manual Video Editor" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6741
      <!--  uncomment when supported
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6742
      	<meta rel="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6743
      		<defined condition="__INCLUDE_MANUAL_VIDEO_EDITOR__"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6744
      	</meta>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6745
        <unit bldFile="videditor/manualvideoeditor/group"/> -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6746
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6747
     <component name="videditor_build" filter="s60" long-name="Video Editor Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6748
      <!-- can the exports be distributed to the other components? Or should this be collapsed into one component?-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6749
      <unit bldFile="app/videoeditor/videditor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6750
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6751
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6752
    <collection name="videoeditorengine" long-name="Video Editor Engine" level="engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6753
     <component name="audioeditorengine" filter="s60" long-name="Audio Editor Engine" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6754
      <unit bldFile="app/videoeditor/videoeditorengine/audioeditorengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6755
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6756
     <component name="avcedit" filter="s60" long-name="AVC Editing" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6757
      <unit bldFile="app/videoeditor/videoeditorengine/avcedit/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6758
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6759
     <component name="h263decoder" filter="s60" long-name="H.263 Decoder" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6760
      <unit bldFile="app/videoeditor/videoeditorengine/h263decoder/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6761
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6762
     <component name="mp3aacmaniplib" filter="s60" long-name="MP3 and AAC Manipulation Library" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6763
      <unit bldFile="app/videoeditor/videoeditorengine/mp3aacmaniplib/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6764
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6765
     <component name="vedtranscoder" filter="s60" long-name="Video Editor Transcoder" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6766
      <unit bldFile="app/videoeditor/videoeditorengine/vedtranscoder/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6767
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6768
     <component name="vedengine" filter="s60" long-name="Video Editor Engine" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6769
      <unit bldFile="app/videoeditor/videoeditorengine/vedengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6770
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6771
     <component name="videoeditorengine_build" filter="s60" long-name="Video Editor Engine Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6772
      <!-- can the exports be distributed to the other components? Or should this be collapsed into one component?-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6773
      <unit bldFile="app/videoeditor/videoeditorengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6774
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6775
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6776
    <collection name="videoeditor_info" long-name="Video Editor Apps Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6777
     <component name="videoeditor_plat" filter="s60" long-name="Video Editor Apps Platform Interfaces" introduced="^2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6778
      <unit bldFile="app/videoeditor/videoeditor_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6779
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6780
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6781
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6782
   <block name="videoplayer" level="apps" long-name="Video Player Apps" levels="support apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6783
    <collection name="videofeeds" long-name="Video Feeds" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6784
     <component name="iptv_utils" filter="s60" long-name="Iptv Util" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6785
      <unit bldFile="app/videoplayer/videofeeds/utils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6786
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6787
     <component name="viewmessageutility" filter="s60" long-name="View Message Utility" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6788
      <unit bldFile="app/videoplayer/videofeeds/viewmessageutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6789
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6790
     <component name="vcxnotifier" filter="s60" long-name="Video Connection Notifier" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6791
      <unit bldFile="app/videoplayer/videofeeds/vcxnotifier/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6792
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6793
     <component name="vccommon" filter="s60" long-name="Video Connection Common" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6794
      <unit bldFile="app/videoplayer/videofeeds/vccommon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6795
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6796
     <component name="clientapi" long-name="Server Client" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6797
      <unit bldFile="app/videoplayer/videofeeds/clientapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6798
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6799
     <component name="provisioningprocessor" long-name="Provisioning Processor" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6800
      <unit bldFile="app/videoplayer/videofeeds/provisioningprocessor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6801
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6802
     <component name="mrssplugin" long-name="RSS plugin" filter="s60" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6803
      <unit bldFile="app/videoplayer/videofeeds/mrssplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6804
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6805
     <component name="videofeeds_server" long-name="Server" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6806
      <unit bldFile="app/videoplayer/videofeeds/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6807
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6808
     <component name="livetvutils" long-name="LiveTV Utils" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6809
      <unit bldFile="app/videoplayer/videofeeds/livetvutils/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6810
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6811
     <component name="iptvprovisioningrecognizer" long-name="IP TV Provisioning Recognizer" filter="s60" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6812
      <unit bldFile="app/videoplayer/videofeeds/provisioningrecognizer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6813
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6814
     <component name="iptvprovisioningappui" long-name="IP TV Provisioning App UI" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6815
      <unit bldFile="app/videoplayer/videofeeds/provisioningappui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6816
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6817
     <component name="iptvomaprovisioning" long-name="IP TV OMA Provisioning" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6818
      <unit bldFile="app/videoplayer/videofeeds/omaprovisioning/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6819
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6820
     <component name="vcnsuiengine" long-name="VoD UI Engine" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6821
      <unit bldFile="app/videoplayer/videofeeds/vcnsuiengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6822
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6823
     <component name="hgvodui" long-name="Ganes UX2.0 VoD UI" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6824
      <unit bldFile="app/videoplayer/videofeeds/hgvodui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6825
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6826
     <component name="hgvodplugin" long-name="Ganes UX2.0 VoD UI Plugin" filter="s60" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6827
      <unit bldFile="app/videoplayer/videofeeds/hgvodplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6828
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6829
     <component name="vcnsscheduleview" long-name="Scheduled Download Settings View" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6830
      <unit bldFile="app/videoplayer/videofeeds/vcnsscheduleview/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6831
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6832
     <component name="vcnsscheduleplugin" long-name="Scheduled Download Settings Plugin" filter="s60" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6833
      <unit bldFile="app/videoplayer/videofeeds/vcnsscheduleplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6834
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6835
     <component name="scheduleddlplugin" long-name="Scheduled download plugin" filter="s60" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6836
      <unit bldFile="app/videoplayer/videofeeds/scheduleddlplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6837
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6838
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6839
    <collection name="videocollection" long-name="Video Collection" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6840
     <component name="mpxmyvideoscollection" filter="s60" long-name="MPX My Videos Collection" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6841
      <unit bldFile="app/videoplayer/videocollection/mpxmyvideoscollection/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6842
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6843
     <component name="myvideosindicatorplugin" filter="s60" long-name="My Videos Indicator Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6844
      <unit bldFile="app/videoplayer/videocollection/myvideosindicatorplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6845
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6846
     <component name="hgmyvideos" filter="s60" long-name="Huriganes My Videos" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6847
      <unit bldFile="app/videoplayer/videocollection/hgmyvideos/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6848
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6849
     <component name="hgmyvideosplugin" filter="s60" long-name="Huriganes My VideosPlugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6850
      <unit bldFile="app/videoplayer/videocollection/hgmyvideosplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6851
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6852
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6853
    <collection name="videoplayer_homescreenplugins" long-name="Videoplayer Homescreen Plugins" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6854
     <component name="videosuiteconf" filter="s60" long-name="Video Suite Configuration" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6855
      <unit bldFile="app/videoplayer/homescreenplugins/videosuiteconf/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6856
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6857
     <component name="videoahlplugin" filter="s60" long-name="Video Player Action Handler" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6858
      <unit bldFile="app/videoplayer/homescreenplugins/videoahlplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6859
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6860
     <component name="videochplugin" filter="s60" long-name="Video Player Content Harvester " introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6861
      <unit bldFile="app/videoplayer/homescreenplugins/videochplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6862
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6863
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6864
    <collection name="mediasettings" long-name="Media Settings" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6865
     <!--  this is really a component. Should be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6866
     <component name="mediasettings_build" filter="s60" long-name="Media Settings Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6867
      <unit bldFile="app/videoplayer/mediasettings/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6868
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6869
     <component name="videoplayer_test" filter="s60" purpose="development" long-name="Video Player Apps Test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6870
      <!--  can only have one unit. Can thes be #included from the above or another  bld.inf?-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6871
      <unit bldFile="app/videoplayer/tsrc/VCXTestCommon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6872
      <unit bldFile="app/videoplayer/tsrc/VCXTestUtilModule/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6873
      <unit bldFile="app/videoplayer/tsrc/VCXTestMyVideosCollectionClient/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6874
      <unit bldFile="app/videoplayer/mediasettings/mediasettingsengine/tsrc/mediasettingsenginetest/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6875
      <unit bldFile="app/videoplayer/mediasettings/videoplayersettingsengine/tsrc/vpsettingsenginetest/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6876
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6877
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6878
    <collection name="filedetails" long-name="File Details" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6879
     <component name="filedetailsplugin" filter="s60" long-name="File Details Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6880
      <unit bldFile="app/videoplayer/filedetails/filedetailsplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6881
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6882
     <component name="filedetailsdialog" filter="s60" long-name="File Details Dialog" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6883
      <unit bldFile="app/videoplayer/filedetails/filedetailsdialog/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6884
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6885
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6886
    <collection name="videoplayerapp" long-name="Video Player App" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6887
     <component name="lwplayer" long-name="Lightweight Player" filter="s60">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6888
      <unit bldFile="app/videoplayer/videoplayerapp/lwplayer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6889
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6890
     <component name="mpxvideoplayer" filter="s60" long-name="MPX Video Player" plugin="Y">
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6891
      <unit bldFile="app/videoplayer/videoplayerapp/mpxvideoplayer/group"/>
421
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6892
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6893
     <component name="videoplayerlauncher" filter="s60" long-name="Video Player Launcher">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6894
      <unit bldFile="app/videoplayer/videoplayerapp/videoplayerlauncher/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6895
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6896
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6897
    <collection name="videoplayback" long-name="Video Playback Plugins" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6898
     <component name="videohelix" long-name="Video Helix" filter="s60" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6899
      <unit bldFile="app/videoplayer/videoplayback/videohelix/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6900
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6901
     <component name="videopdlplaybackviewplugin" filter="s60" long-name="Video PDL Playback View Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6902
      <unit bldFile="app/videoplayer/videoplayback/videopdlplaybackviewplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6903
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6904
     <component name="videoplaybackcontrols" filter="s60" long-name="Video Playback Controls" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6905
      <unit bldFile="app/videoplayer/videoplayback/videoplaybackcontrols/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6906
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6907
     <component name="videoplaybackviewplugin" filter="s60" long-name="Video Playback View Plugin" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6908
      <unit bldFile="app/videoplayer/videoplayback/videoplaybackviewplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6909
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6910
     <component name="videoplaybackviews" filter="s60" long-name="Video Playback Views" introduced="^3" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6911
      <unit bldFile="app/videoplayer/videoplayback/videoplaybackviews/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6912
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6913
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6914
    <collection name="videoplayer_info" long-name="Video Player Apps Info" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6915
     <component name="videoplayer_plat" filter="s60" long-name="Video Player Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6916
      <unit bldFile="app/videoplayer/videoplayer_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6917
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6918
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6919
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6920
   <block name="photos" level="apps" long-name="Photos" levels="support fw ui app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6921
    <collection name="photosgallery" long-name="Photos Gallery" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6922
     <!-- consider splitting this collection into the application itself, and the frameworks behind it -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6923
     <component name="photosgallery_help" filter="s60" long-name="Photos Help" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6924
      <unit bldFile="app/photos/photosgallery/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6925
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6926
     <component name="logging" filter="s60" long-name="Photos Logging" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6927
      <unit bldFile="app/photos/photosgallery/logging/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6928
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6929
     <component name="photosgallery_common" filter="s60" long-name="Photos Common" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6930
      <unit bldFile="app/photos/photosgallery/common/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6931
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6932
     <component name="photosgallery_commonui" filter="s60" long-name="Photos Common UI" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6933
      <unit bldFile="app/photos/photosgallery/commonui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6934
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6935
     <component name="photosgalleryollectionfw" filter="s60" long-name="Photos Collection Framework" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6936
      <unit bldFile="app/photos/photosgallery/collectionframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6937
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6938
     <component name="galleryicons" filter="s60" long-name="Photos Icons" introduced="^2" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6939
      <unit bldFile="app/photos/photosgallery/icons"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6940
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6941
     <component name="imageviewer" filter="s60" long-name="Image Viewer" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6942
      <!-- this is really a part of controllers component, #include from there instead -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6943
      <unit bldFile="app/photos/photosgallery/controllers/imageviewer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6944
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6945
     <component name="photosgalleryviewfw" filter="s60" long-name="View Framework" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6946
      <unit bldFile="app/photos/photosgallery/viewframework/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6947
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6948
     <component name="controllers" filter="s60" long-name="Photos Controllers" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6949
      <unit bldFile="app/photos/photosgallery/controllers/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6950
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6951
     <component name="photogallery" filter="s60" long-name="Media Gallery" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6952
      <unit bldFile="app/photos/photosgallery/gallery/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6953
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6954
     <component name="slideshow" filter="s60" long-name="Slideshow" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6955
      <unit bldFile="app/photos/photosgallery/slideshow/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6956
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6957
     <component name="contentharvesterplugin" filter="s60" long-name="Gallery Content Harvester Plugin" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6958
      <unit bldFile="app/photos/photosgallery/contentharvesterplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6959
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6960
     <component name="photossuite" filter="s60" long-name="Photos Suite" introduced="^2" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6961
      <unit bldFile="app/photos/photosgallery/photossuite/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6962
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6963
     <component name="memoryplugin" long-name="Memory Plugin" filter="s60" introduced="^2" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6964
      <unit bldFile="app/photos/photosgallery/memoryplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6965
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6966
     <component name="imgvwr" filter="s60" long-name="Photos Image Viewer" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6967
      <unit bldFile="app/photos/photosgallery/imgvwr/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6968
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6969
     <component name="photosgallery_build" filter="s60" long-name="Photos Gallery Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6970
      <!--  need to remove the #included above bld.infs from this  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6971
      <unit bldFile="app/photos/photosgallery/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6972
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6973
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6974
    <collection name="photos_info" long-name="Photos Info" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6975
     <component name="photos_plat" filter="s60" long-name="Photos Platform Interfaces" introduced="^2" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6976
      <unit bldFile="app/photos/photos_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6977
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6978
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6979
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6980
   <block name="musicplayer" level="apps" long-name="Music Player Apps" levels="plugins support hs app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6981
    <collection name="mpxmusicplayer" long-name="MPX Music Player" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6982
     <component name="mpxmusicplayer_help" filter="s60" long-name="Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6983
      <unit bldFile="app/musicplayer/mpxmusicplayer/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6984
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6985
     <component name="mpxmusicplayer_commonui" filter="s60" long-name="MPX Common UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6986
      <unit bldFile="app/musicplayer/mpxmusicplayer/commonui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6987
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6988
     <component name="mpx_activeidle" filter="s60" long-name="MPX Active Idle">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6989
      <unit bldFile="app/musicplayer/mpxmusicplayer/activeidle/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6990
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6991
     <component name="mpx_metadatahandler" filter="s60" long-name="MPX Metadata Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6992
      <unit bldFile="app/musicplayer/mpxmusicplayer/metadatahandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6993
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6994
     <component name="mediakeyhandler" filter="s60" long-name="MPX Media Key Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6995
      <unit bldFile="app/musicplayer/mpxmusicplayer/mediakeyhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6996
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6997
     <component name="mpxmusicplayer_app" filter="s60" long-name="MPX Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6998
      <unit bldFile="app/musicplayer/mpxmusicplayer/app/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6999
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7000
     <component name="mpxmusicplayer_build" filter="s60" long-name="MPX Music Player Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7001
      <!--  can the exports be distributed to the above components?  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7002
      <unit bldFile="app/musicplayer/mpxmusicplayer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7003
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7004
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7005
    <collection name="musichomescreen_multiview" long-name="Music Home Screen Multiview" level="hs">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7006
     <!-- Uncomment all units when configuration is in place. All currently #included from musichomescreen_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7007
     <component name="mpxcollectionpublisher" filter="s60" long-name="MPX Collection Publisher" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7008
      <!--<unit bldFile="musichomescreen_multiview/mpxcollectionpublisher/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7009
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7010
     <component name="musiccontentpublisher" filter="s60" long-name="Music Content Publisher" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7011
      <!--<unit bldFile="musichomescreen_multiview/musiccontentpublisher/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7012
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7013
     <component name="mcpmusicplayer" filter="s60" long-name="Music Player MCP Plugin" introduced="^2" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7014
      <!--<unit bldFile="musichomescreen_multiview/mcpmusicplayer/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7015
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7016
     <component name="musicplayeractionhandlerplugin" filter="s60" long-name="Music Player Action Handler Plugin" introduced="^2" plugin="Y" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7017
      <!--<unit bldFile="musichomescreen_multiview/musicplayeractionhandlerplugin/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7018
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7019
     <component name="mpx_data" filter="s60" long-name="MPX Data" introduced="^2" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7020
      <!-- does this make sense to be a component? should it just be #include from musichomescreen_multiview/group? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7021
      <!--<unit bldFile="musichomescreen_multiview/data/themes/default/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7022
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7023
     <component name="musichomescreen_build" filter="s60" long-name="Music Homescreen Multiview Build" introduced="^2">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7024
      <unit bldFile="app/musicplayer/musichomescreen_multiview/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7025
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7026
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7027
    <collection name="mpxplugins" long-name="MPX Plugins" level="plugins">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7028
     <component name="serviceplugins" filter="s60" long-name="MPX Service Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7029
      <unit bldFile="app/musicplayer/mpxplugins/serviceplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7030
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7031
     <component name="viewplugins" filter="s60" long-name="MPX View Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7032
      <unit bldFile="app/musicplayer/mpxplugins/viewplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7033
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7034
     <component name="mpxplugins_build" filter="s60" long-name="MPX Plugins Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7035
      <!--  can the exports be distributed to the above components?  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7036
      <unit bldFile="app/musicplayer/mpxplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7037
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7038
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7039
    <collection name="musicplayer_info" long-name="Music Player Apps Info" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7040
     <component name="musicplayer_build" filter="s60" long-name="Music Player Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7041
      <!-- should explicitly #inlcude musicplayerbldvariant.hrh in each component  -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7042
      <unit bldFile="app/musicplayer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7043
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7044
     <component name="musicplayer_plat" filter="s60" long-name="Music Player Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7045
      <unit bldFile="app/musicplayer/musicplayer_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7046
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7047
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7048
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7049
   <block name="radio" level="apps" long-name="Radio Apps" levels="engine ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7050
    <collection name="fmradio" long-name="FM Radio" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7051
     <component name="activeidleengine" filter="s60" long-name="FM Radio Active Idle Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7052
      <unit bldFile="app/radio/fmradio/activeidleengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7053
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7054
     <component name="fmradioengine" filter="s60" long-name="FM Radio Engine">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7055
      <unit bldFile="app/radio/fmradio/fmradioengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7056
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7057
     <component name="fmradioactionhandler" filter="s60" long-name="FM Radio Action Handler" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7058
      <unit bldFile="app/radio/fmradio/fmradioactionhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7059
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7060
     <component name="fmradiomcpplugin" filter="s60" long-name="FM Radio Content Publisher Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7061
      <unit bldFile="app/radio/fmradio/fmradiomcpplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7062
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7063
     <component name="fmradio_build" filter="s60" long-name="FM Radio Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7064
      <unit bldFile="app/radio/fmradio/fmradio/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7065
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7066
     <component name="fmradio_help" filter="s60" long-name="FM Radio Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7067
      <unit bldFile="app/radio/fmradio/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7068
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7069
     <component name="fmradio_build" filter="s60" long-name="FM Radio ROM">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7070
      <!--  remove above #included bld.infs -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7071
      <unit bldFile="app/radio/fmradio/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7072
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7073
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7074
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7075
   <block name="internetradio" level="apps" long-name="Internet Radio Apps"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7076
   <block name="tv" level="services" long-name="TV Apps"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7077
   <block name="voicerec" level="apps" long-name="Voice Recorder Apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7078
    <!-- custom filter pref_test-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7079
    <collection name="voicerecorder" long-name="Voice Recorder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7080
     <!--this is really a component, move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7081
     <component name="voicerecorder_build" filter="s60" long-name="Voice Recorder Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7082
      <unit bldFile="app/voicerec/voicerecorder/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7083
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7084
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7085
    <collection name="voicerec_info" long-name="Voice Recorder Apps Info">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7086
     <component name="voicerec_plat" filter="s60" long-name="Voice Recorder Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7087
      <unit bldFile="app/voicerec/voicerec_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7088
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7089
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7090
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7091
   <block name="screensaver" level="apps" long-name="Screen Saver Apps" levels="plugin ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7092
    <!-- is this a user-facing application or a daemon? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7093
    <!-- units need to be commented out until configuration is in place. They are currently #included from screensaver_build-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7094
    <collection name="scrsaver" long-name="Screen Saver" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7095
     <component name="scrsaverplugins" filter="s60" long-name="Screen Saver Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7096
      <!-- must have only one component. #include from a common bld.inf, or move up a directory and make scrsaverplugins a collection -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7097
      <!--<unit bldFile="scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7098
        <unit bldFile="scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/group/"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7099
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7100
     <component name="scrsaver_slideshowplugin" filter="s60" long-name="Screen Saver Slideshow Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7101
      <!--<unit bldFile="scrsaver/scrsaverplugins/SlideshowPlugin/group"/>       -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7102
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7103
     <component name="screensaveraiwplugin" filter="s60" long-name="Screen Saver AIW Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7104
      <!-- <unit bldFile="scrsaver/screensaveraiwplugin/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7105
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7106
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7107
    <collection name="screensaver_info" long-name="Screen Saver Apps Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7108
     <component name="screensaver_build" filter="s60" long-name="Screen Saver Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7109
      <!--the app should be a separate component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7110
      <unit bldFile="app/screensaver/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7111
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7112
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7113
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7114
   <block name="homescreen" level="apps" long-name="Home Screen Apps" levels="fw apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7115
    <collection name="idlehomescreen" long-name="Idle Home Screen" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7116
     <component name="nativeuicontroller" filter="s60" long-name="Native UI Controller">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7117
      <unit bldFile="app/homescreen/idlehomescreen/nativeuicontroller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7118
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7119
     <component name="exths" filter="s60" long-name="Active Idle Container" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7120
      <!-- why is the ID so different from the name? Is one wrong? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7121
      <unit bldFile="app/homescreen/idlehomescreen/exths/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7122
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7123
     <component name="hscontentcontrol" filter="s60" long-name="Home Screen Content Control" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7124
      <unit bldFile="app/homescreen/idlehomescreen/hscontentcontrol/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7125
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7126
     <component name="hssapiwrapper" filter="s60" long-name="HS SAPI Wrapper" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7127
      <!--  can only have one unit. #include from a common bld.inf, or split into two components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7128
      <unit bldFile="app/homescreen/idlehomescreen/sapiwrapper/cpswrapper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7129
      <unit bldFile="app/homescreen/idlehomescreen/sapiwrapper/hspswrapper/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7130
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7131
     <component name="xmluirendering" filter="s60" long-name="XML UI Rendering" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7132
      <unit bldFile="app/homescreen/idlehomescreen/xmluirendering/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7133
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7134
     <component name="xmluicontroller" filter="s60" long-name="XML UI Controller" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7135
      <unit bldFile="app/homescreen/idlehomescreen/xmluicontroller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7136
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7137
     <component name="widgetmanager" filter="s60" long-name="Widget Manager" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7138
      <unit bldFile="app/homescreen/idlehomescreen/widgetmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7139
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7140
     <component name="idlehomescreen_help" filter="s60" long-name="Idle Home Screen Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7141
      <unit bldFile="app/homescreen/idlehomescreen/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7142
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7143
     <component name="idlehomescreen_data" filter="s60" long-name="Idle Home Screen Data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7144
      <unit bldFile="app/homescreen/idlehomescreen/data/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7145
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7146
     <component name="idlehomescreen_build" filter="s60" long-name="Idle Home Screen Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7147
      <!-- can the loc file be moved to another comopnent and this one removed? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7148
      <unit bldFile="app/homescreen/idlehomescreen/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7149
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7150
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7151
    <collection name="menufw" long-name="Menu Framework" level="fw">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7152
     <component name="hierarchynavigator" filter="s60" long-name="Hierarchy Navigator">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7153
      <unit bldFile="app/homescreen/menufw/hierarchynavigator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7154
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7155
     <component name="menufwui" filter="s60" long-name="Menu Framework UI">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7156
      <unit bldFile="app/homescreen/menufw/menufwui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7157
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7158
     <component name="menusuites" filter="s60" long-name="Menu Suites">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7159
      <unit bldFile="app/homescreen/menufw/menusuites/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7160
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7161
     <component name="menufw_build" filter="s60" long-name="Menu Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7162
      <!-- can the exports be exported by the other components? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7163
      <unit bldFile="app/homescreen/menufw/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7164
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7165
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7166
    <collection name="taskswitcher" long-name="Task Switcher" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7167
     <component name="contextengine" filter="s60" long-name="Context Engine" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7168
      <unit bldFile="app/homescreen/taskswitcher/contextengine/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7169
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7170
     <component name="taskswitcherui" filter="s60" long-name="Task Switcher UI" introduced="^3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7171
      <unit bldFile="app/homescreen/taskswitcher/taskswitcherui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7172
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7173
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7174
    <collection name="homescreen_info" long-name="Home Screen Apps Info" level="apps">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7175
     <component name="homescreen_plat" filter="s60" long-name="Home Screen Apps Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7176
      <unit bldFile="app/homescreen/homescreen_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7177
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7178
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7179
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7180
   <block name="graphicsuis" level="services" long-name="Graphics UIs" levels="util ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7181
    <collection name="graphicsuis_info" long-name="Graphics UIs Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7182
     <component name="graphicsuis_plat" filter="s60" long-name="Graphics UIs Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7183
      <unit bldFile="app/graphicsuis/graphicsuis_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7184
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7185
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7186
    <collection name="svgtviewer" long-name="SVG-T Viewer" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7187
     <component name="svgtviewerplugin" filter="s60" long-name="SVG-T Viewer Plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7188
      <unit bldFile="app/graphicsuis/svgtviewer/svgtviewerplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7189
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7190
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7191
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7192
   <block name="profile" level="apps" long-name="Profiles" levels="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7193
    <collection name="profilesapplication" long-name="Profiles Application" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7194
     <component name="profiles" filter="s60" long-name="Profiles">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7195
      <unit bldFile="app/profile/profilesapplication/profiles/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7196
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7197
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7198
    <collection name="profile_info" long-name="Profiles Info" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7199
     <component name="profile_plat" filter="s60" long-name="Profiles Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7200
      <unit bldFile="app/profile/profile_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7201
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7202
     <component name="profile_help" filter="s60" long-name="Profiles Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7203
      <unit bldFile="app/profile/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7204
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7205
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7206
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7207
   <block name="speechsrv" level="services" long-name="Speech Recognition UIs" levels="engine framework ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7208
    <collection name="voiceui" long-name="Voice UI" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7209
     <component name="vcommand" filter="s60" long-name="Voice Commands UI" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7210
      <unit bldFile="app/speechsrv/voiceui/vcommand/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7211
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7212
     <component name="voiceuivoicerecognition" filter="s60" long-name="Voice UI Recognition" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7213
      <unit bldFile="app/speechsrv/voiceui/voiceuivoicerecognition/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7214
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7215
     <component name="pbkinfoviewimpl" filter="s60" long-name="Phonebook Info View Implementation" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7216
      <unit bldFile="app/speechsrv/voiceui/pbkinfoviewimpl/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7217
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7218
     <component name="aiwpbkinfoviewprovider" filter="s60" long-name="AIW Phonebook Info View Provider" introduced="^1" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7219
      <unit bldFile="app/speechsrv/voiceui/aiwpbkinfoviewprovider/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7220
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7221
     <component name="vccontrolpanelplugin" filter="s60" long-name="Voice Commands Control Panel Plugin" introduced="^1" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7222
      <!-- component is commented out until configuration is in place. Currently #included from voiceui_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7223
      <!--<unit bldFile="voiceui/vccontrolpanelplugin/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7224
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7225
     <component name="voiceui_build" filter="s60" long-name="Voice UI Build" introduced="^1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7226
      <!--  can this be put into the other components? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7227
      <unit bldFile="app/speechsrv/voiceui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7228
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7229
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7230
    <collection name="srsf" long-name="Speech Recognition and Synthesis Framework" level="framework">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7231
     <component name="sispeechrecognitiondata" filter="s60" long-name="SI Speech Recognition Data">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7232
      <unit bldFile="app/speechsrv/srsf/sispeechrecognitiondata/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7233
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7234
     <component name="ttscommon" filter="s60" long-name="TTS Common">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7235
      <unit bldFile="app/speechsrv/srsf/ttscommon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7236
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7237
     <component name="devtts" filter="s60" long-name="Text to Speech">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7238
      <unit bldFile="app/speechsrv/srsf/devtts/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7239
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7240
     <component name="ttscustomcommands" filter="s60" long-name="TTS Custom Commands">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7241
      <unit bldFile="app/speechsrv/srsf/ttscustomcommands/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7242
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7243
     <component name="ttscontrollerplugin" filter="s60" long-name="TTS Controller Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7244
      <unit bldFile="app/speechsrv/srsf/ttscontrollerplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7245
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7246
     <component name="ttsutility" filter="s60" long-name="TTS Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7247
      <unit bldFile="app/speechsrv/srsf/ttsutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7248
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7249
     <component name="speechsynthesis" filter="s60" long-name="Speech Synthesis">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7250
      <!-- can only have one unit. #include these from a common bld.inf -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7251
      <unit bldFile="app/speechsrv/srsf/speechsynthesis/client/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7252
      <unit bldFile="app/speechsrv/srsf/speechsynthesis/server/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7253
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7254
     <component name="devasr" filter="s60" long-name="Audio Recording and Speech Recognition">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7255
      <unit bldFile="app/speechsrv/srsf/devasr/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7256
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7257
     <component name="sicc" filter="s60" long-name="Speaker Independent Custom Commands">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7258
      <unit bldFile="app/speechsrv/srsf/sicc/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7259
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7260
     <component name="sisrscontrollerplugin" filter="s60" long-name="SI SRS Controller Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7261
      <unit bldFile="app/speechsrv/srsf/sisrscontrollerplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7262
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7263
     <component name="siutility" filter="s60" long-name="Speaker Independent Utility">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7264
      <unit bldFile="app/speechsrv/srsf/siutility/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7265
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7266
     <component name="nssvasapi" filter="s60" long-name="NSS VAS API">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7267
      <unit bldFile="app/speechsrv/srsf/nssvasapi/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7268
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7269
     <component name="nssvascontacthdlr" filter="s60" long-name="NSS VAS Contact Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7270
      <unit bldFile="app/speechsrv/srsf/nssvascontacthdlr/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7271
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7272
     <component name="vcommandhandler" filter="s60" long-name="Voice Command Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7273
      <unit bldFile="app/speechsrv/srsf/vcommandhandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7274
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7275
     <component name="vuiphandler" filter="s60" long-name="Voice UI Plugin Handler">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7276
      <unit bldFile="app/speechsrv/srsf/vuiphandler/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7277
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7278
     <component name="vcommandexecutor" filter="s60" long-name="Voice Command Executor">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7279
      <unit bldFile="app/speechsrv/srsf/vcommandexecutor/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7280
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7281
     <component name="vcommandexecutorbearer" filter="s60" long-name="Voice Command Executor Bearer">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7282
      <unit bldFile="app/speechsrv/srsf/vcommandexecutorbearer/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7283
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7284
     <component name="vcommandmanager" filter="s60" long-name="Voice Command Manager">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7285
      <unit bldFile="app/speechsrv/srsf/vcommandmanager/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7286
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7287
     <component name="vcexecutorapp" filter="s60" long-name="Voice Command Executor Application">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7288
      <unit bldFile="app/speechsrv/srsf/vcexecutorapp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7289
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7290
     <component name="profileobserverplugin" filter="s60" long-name="Profile Observer Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7291
      <unit bldFile="app/speechsrv/srsf/profileobserverplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7292
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7293
     <component name="srsf_build" filter="s60" long-name="Speech Recognition and Synthesis Framework Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7294
      <!-- should distribute this into the above components -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7295
      <unit bldFile="app/speechsrv/srsf/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7296
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7297
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7298
    <collection name="speechsrv_info" long-name="Speech Recognition UIs Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7299
     <component name="speechsrv_plat" filter="s60" long-name="Speech Recognition UIs Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7300
      <unit bldFile="app/speechsrv/speechsrv_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7301
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7302
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7303
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7304
   <block name="homescreentools" level="services" long-name="Home Screen Tools" levels="tool install">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7305
    <collection name="dtdinstaller" long-name="DTD Installer" level="install">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7306
     <!-- collection is really a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7307
     <!-- this needs to be built first, does build order need to be forced with filters? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7308
     <component name="dtdinstaller_build" filter="s60" long-name="DTD Installer Build" class="tool PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7309
      <unit bldFile="tools/homescreentools/dtdinstaller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7310
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7311
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7312
    <collection name="themeinstaller" long-name="Theme Installer" level="install">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7313
     <!-- collection is really a component. Needs to be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7314
     <component name="themeinstaller_build" filter="s60" long-name="Theme Installer Build" class="tool PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7315
      <unit bldFile="tools/homescreentools/themeinstaller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7316
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7317
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7318
    <collection name="widgettools" long-name="Widget Tools" level="install">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7319
     <component name="hspluginpreinstaller" filter="s60" long-name="HS Plugin Preinstaller" introduced="^3" class="tool PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7320
      <unit bldFile="tools/homescreentools/widgettools/hspluginpreinstaller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7321
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7322
     <component name="wrtwidgetpreinstaller" filter="s60" long-name="WRT Widget Preinstaller" introduced="^3" class="tool PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7323
      <unit bldFile="tools/homescreentools/widgettools/wrtwidgetpreinstaller/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7324
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7325
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7326
    <collection name="themetool" long-name="Theme Tool" level="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7327
     <component name="themetool_build" filter="s60" long-name="Theme Tool Build" class="tool PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7328
      <unit bldFile="tools/homescreentools/themetool/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7329
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7330
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7331
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7332
   <block name="webuis" level="services" long-name="Web UIs" levels="plugin app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7333
    <collection name="browserui" long-name="Browser UI" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7334
     <component name="browser" filter="s60" long-name="Browser">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7335
      <unit bldFile="app/webuis/browserui/browser/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7336
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7337
     <component name="operatormenu" filter="s60" long-name="Browser Operator Menu">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7338
      <unit bldFile="app/webuis/browserui/operatormenu/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7339
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7340
     <component name="videoservices" filter="s60" long-name="Browser Video Services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7341
      <unit bldFile="app/webuis/browserui/videoservices/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7342
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7343
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7344
    <collection name="browserplugins" long-name="Browser Plugins" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7345
     <component name="browsersysteminfoplugin" filter="s60" long-name="Browser System Info Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7346
      <!-- uncomment the unit when configuration is in place, it's currently #included from browserplugins_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7347
      <!-- <unit bldFile="browserplugins/browsersysteminfoplugin/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7348
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7349
     <component name="browsergpsplugin" filter="s60" long-name="Browser GPS Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7350
      <!-- uncomment the unit when configuration is in place, it's currently #included from browserplugins_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7351
      <!-- <unit bldFile="browserplugins/browsergpsplugin/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7352
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7353
     <component name="browseraudiovideoplugin" filter="s60" long-name="Browser Audio Video Plugin" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7354
      <unit bldFile="app/webuis/browserplugins/browseraudiovideoplugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7355
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7356
     <component name="browserplugins_build" filter="s60" long-name="Browser Plugins Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7357
      <!-- when configuration is in place, the #ifdef is no longer needed and this component can be removed -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7358
      <unit bldFile="app/webuis/browserplugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7359
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7360
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7361
    <collection name="pushmtm" long-name="Push MTM" level="plugin">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7362
     <component name="pushmtm_help" filter="s60" long-name="Push MTM Help">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7363
      <unit bldFile="app/webuis/pushmtm/help/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7364
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7365
     <component name="plugins" filter="s60" long-name="Push MTM Plugins" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7366
      <unit bldFile="app/webuis/pushmtm/plugins/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7367
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7368
     <component name="pushmtm_build" filter="s60" long-name="Push MTM Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7369
      <!-- Some content is at collection level and some is at comopnent level. Either make this a single
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7370
			component and move it down a diretcory, or make separate independent components in this collection -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7371
      <unit bldFile="app/webuis/pushmtm/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7372
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7373
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7374
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7375
   <block name="jrt" level="services" long-name="Java Runtime" levels="util generic rt ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7376
    <collection name="java_stubs" long-name="Java Stubs" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7377
     <!-- uncomment all components when configuration is in place. Currently #included from jrt_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7378
     <component name="javadrmutils" long-name="Java DRM Utils" filter="s60,sf_build" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7379
      <!--<unit bldFile="java_stubs/jrtdrmutils/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7380
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7381
     <component name="javaenvinfo" long-name="Java Environment Info" filter="s60,sf_build" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7382
      <!--<unit bldFile="java_stubs/jrtenvinfo/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7383
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7384
     <component name="javaregistry" filter="s60,sf_build" long-name="Java Registry" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7385
      <!--<unit bldFile="java_stubs/jrtregistry/clientserver/client/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7386
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7387
     <component name="java_stubs_build" filter="s60,sf_build" long-name="Java Stubs ROM" class="placeholder">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7388
      <!-- Remove the #includes and rename JRT ROM-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7389
      <!--<unit bldFile="java_stubs/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7390
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7391
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7392
    <collection name="jrt_info" long-name="JRT Info" level="rt">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7393
     <component name="jrt_plat" filter="s60" long-name="JRT Platform Interfaces" class="api">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7394
      <unit bldFile="app/jrt/jrt_plat/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7395
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7396
     <component name="jrt_build" filter="s60" long-name="JRT Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7397
      <!--  needed for __JAVA_STUBS condition -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7398
      <unit bldFile="app/jrt/java_stubs/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7399
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7400
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7401
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7402
   <block name="conntools" level="services" long-name="Connectivity Tools" levels="config app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7403
    <collection name="nettools" long-name="Net Tools" level="app">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7404
     <component name="conntest" filter="s60" long-name="Connection Test" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7405
      <unit bldFile="app/conntools/nettools/conntest/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7406
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7407
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7408
    <collection name="emulatorlan" long-name="Emulator LAN" level="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7409
     <!-- component is actually a colleciton, should be moved down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7410
     <component name="emulatorlan_build" filter="s60" long-name="Emulator LAN Build" purpose="development" class="config">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7411
      <unit bldFile="app/conntools/emulatorlan/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7412
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7413
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7414
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7415
   <block name="rndtools" level="services" long-name="R&amp;D tools" levels="support generic test util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7416
    <collection name="creator" long-name="Creator" level="support">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7417
     <!-- collection is really a component. Should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7418
     <component name="creator_build" filter="s60" long-name="Creator Tool" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7419
      <unit bldFile="app/rndtools/creator/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7420
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7421
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7422
    <collection name="filebrowser" long-name="File Browser" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7423
     <!-- consider collapsing into a single component -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7424
     <component name="fileopserver" filter="s60" long-name="File Operations Server" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7425
      <!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7426
      <!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7427
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7428
     <component name="fileopclient" filter="s60" long-name="File Operations Client" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7429
      <!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7430
      <!--<unit bldFile="filebrowser/fileopclient/group"/>-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7431
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7432
     <component name="filebrowser_build" filter="s60" long-name="File Browser Application" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7433
      <!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7434
      <unit bldFile="app/rndtools/filebrowser/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7435
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7436
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7437
    <collection name="launcher" long-name="Launcher" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7438
     <!-- collection is really a component. Should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7439
     <component name="launcher_build" filter="s60" long-name="Launcher Utility" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7440
      <unit bldFile="app/rndtools/launcher/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7441
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7442
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7443
    <collection name="loadgen" long-name="Load Generator" level="test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7444
     <!-- collection is really a component. Should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7445
     <component name="loadgen_build" filter="s60" long-name="Load Generator Application" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7446
      <unit bldFile="app/rndtools/loadgen/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7447
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7448
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7449
    <collection name="perfmon" long-name="Performance Monitor" level="test">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7450
     <!-- collection is really a component. Should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7451
     <component name="perfmon_build" filter="s60" long-name="Performance Monitor Tool" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7452
      <unit bldFile="app/rndtools/perfmon/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7453
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7454
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7455
    <collection name="screengrabber" long-name="Screen Grabber" level="util">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7456
     <!-- collection is really a component. Should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7457
     <component name="screengrabber_build" filter="s60" long-name="ScreenGrabber" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7458
      <unit bldFile="app/rndtools/screengrabber/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7459
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7460
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7461
    <collection name="stifui" long-name="STIF UI" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7462
     <component name="stifui_stifui" filter="s60" long-name="STIF UI" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7463
      <unit bldFile="app/rndtools/stifui/stifui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7464
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7465
     <component name="uitestserverstarter" filter="s60" long-name="UI Test Server Starter" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7466
      <unit bldFile="app/rndtools/stifui/uitestserverstarter/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7467
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7468
     <component name="stifui_build" filter="s60" long-name="STIF UI Build" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7469
      <!-- can this be split up into the other components or made a ROM component? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7470
      <unit bldFile="app/rndtools/stifui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7471
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7472
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7473
    <collection name="memspyui" long-name="Memspy UI" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7474
     <!-- collection is really a component. Should move down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7475
     <component name="memspyui_build" filter="s60" long-name="Memspy UI Application" purpose="development" class="tool">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7476
      <unit bldFile="app/rndtools/memspyui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7477
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7478
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7479
    <collection name="htiui" long-name="Harmonized Test Interface UI" level="generic">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7480
     <component name="HtiCommPlugins" filter="s60" long-name="HTI Comm Plugins" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7481
      <unit bldFile="app/rndtools/htiui/HtiCommPlugins/HtiBtCommPlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7482
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7483
     <component name="HtiServicePlugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7484
      <!-- can only have a single unit. Should #include from a common bld.inf file -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7485
      <unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7486
      <unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7487
      <unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7488
      <unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7489
      <unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7490
      <unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7491
      <unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7492
      <unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7493
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7494
     <component name="htidevicereboot" filter="s60" long-name="HTI Device Reboot" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7495
      <unit bldFile="app/rndtools/htiui/htidevicereboot/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7496
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7497
     <component name="htistartupwait" filter="s60" long-name="HTI Startup Wait" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7498
      <unit bldFile="app/rndtools/htiui/htistartupwait/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7499
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7500
     <component name="htiadmin" filter="s60" long-name="HTI Admin" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7501
      <unit bldFile="app/rndtools/htiui/htiadmin/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7502
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7503
     <component name="htiui_build" filter="s60" long-name="HTI UI Build" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7504
      <!-- can this be split up into the other components or made a ROM component? -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7505
      <unit bldFile="app/rndtools/htiui/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7506
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7507
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7508
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7509
   <block name="helps" level="apps" span="2" long-name="Help Apps" levels="eng tools if ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7510
    <collection name="csxhelp" long-name="Context Sensitive Extended Help" level="if">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7511
     <!-- this is really a component. Should move it down a directory -->
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7512
     <component name="csxhelp_build" filter="s60" long-name="Context Sensitive Extended Help Build">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7513
      <unit bldFile="app/helps/csxhelp/group"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7514
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7515
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7516
    <collection name="symhelp" long-name="Symbian Help" level="eng">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7517
     <component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7518
      <unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7519
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7520
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7521
    <collection name="helps_info" long-name="Help Apps Info" level="ui">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7522
     <component name="helps_metadata" long-name="Help Apps Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7523
      <unit mrp="app/helps/helps_info/helps_metadata/helps_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7524
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7525
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7526
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7527
   <block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7528
    <collection name="buildverification" long-name="Build Verification" level="services">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7529
     <component name="autosmoketest" long-name="Auto Smoke Test" filter="gt" purpose="development" introduced="9.1">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7530
      <unit bldFile="app/techview/buildverification/autosmoketest/Group" mrp="app/techview/buildverification/autosmoketest/Group/testtools_autosmoketest.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7531
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7532
     <component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7533
      <unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7534
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7535
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7536
    <collection name="techviewplat" long-name="Techview Platform" level="services"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7537
    <collection name="techviewui" long-name="Techview UI" level="ui"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7538
    <collection name="controlpanel" long-name="Control Panel" level="ui"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7539
    <collection name="pimapps" long-name="PIM Apps" level="apps3"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7540
    <collection name="securityapps" long-name="Security Apps" level="apps3"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7541
    <collection name="utilityapps" long-name="Utility Apps" level="apps2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7542
    <collection name="installationapps" long-name="Installation Apps" level="apps2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7543
    <collection name="messagingapps" long-name="Messaging Apps" level="apps2"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7544
    <collection name="telephonyapps" long-name="Telephony Apps" level="apps1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7545
    <collection name="networkingapps" long-name="Networking Apps" level="apps1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7546
    <collection name="networkingutils" long-name="Networking Utils" level="utils"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7547
    <collection name="shortlinkapps" long-name="Shortlink Apps" level="apps1"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7548
    <collection name="testapps" long-name="Test Apps" level="utils"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7549
    <collection name="avapps" long-name="A/V Apps" level="apps3"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7550
    <collection name="toolkit" long-name="Toolkit" level="utils"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7551
    <collection name="techview_info" long-name="Techview Info" level="apps3">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7552
     <component name="techview_metadata" long-name="Techview Metadata" introduced="^2" purpose="development" class="config PC">
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7553
      <unit mrp="app/techview/techview_info/techview_metadata/techview_metadata.mrp"/>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7554
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7555
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7556
   </block>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7557
  </layer>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  7558
 </systemModel>
176
676cece1b361 Restructure projects for symbian2 and symbian3. Old ex-nokia project removed.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
  7559
</SystemDefinition>