symbian3/single/sysdefs/system_model.xml
author William Roberts <williamr@symbian.org>
Mon, 01 Mar 2010 14:27:29 +0000
changeset 426 68fb0a67506f
parent 422 904a95ca5c86
child 427 11b81595813f
permissions -rw-r--r--
Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
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">
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   100
      <unit bldFile="adaptation/stubs/srsfenginestub/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
   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="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
   292
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   296
     <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
   297
      <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
   298
     </component>
b07e89eb79e3 Add 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="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
   300
      <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
   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="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
   303
      <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
   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="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
   307
     <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
   308
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   312
     <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
   313
      <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
   314
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   317
     <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
   318
      <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
   319
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
   322
     <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
   323
      <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
   324
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
   327
   <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
   328
    <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
   329
     <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
   330
      <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
   331
     </component>
b07e89eb79e3 Add 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
     <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
   333
      <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
   334
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
   337
     <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
   338
      <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
   339
     </component>
b07e89eb79e3 Add 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
     <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
   341
      <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
   342
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   345
     <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
   346
      <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
   347
     </component>
b07e89eb79e3 Add 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 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
   349
      <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
   350
     </component>
b07e89eb79e3 Add 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="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
   352
      <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
   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="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
   355
      <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
   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
     <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
   358
      <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
   359
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   362
     <!-- 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
   363
     <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
   364
      <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
   365
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   368
     <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
   369
      <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
   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="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
   372
      <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
   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
     <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
   375
      <!-- 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
   376
            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
   377
      <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
   378
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
   381
     <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
   382
      <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
   383
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   386
     <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
   387
      <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
   388
     </component>
b07e89eb79e3 Add 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
     <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
   390
      <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
   391
     </component>
b07e89eb79e3 Add 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 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
   393
      <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
   394
     </component>
b07e89eb79e3 Add 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="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
   396
      <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
   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
     <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
   399
      <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
   400
     </component>
b07e89eb79e3 Add 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
     <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
   402
      <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
   403
     </component>
b07e89eb79e3 Add 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
     <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
   405
      <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
   406
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   409
    <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
   410
     <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
   411
      <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
   412
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   415
     <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
   416
      <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
   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="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
   419
      <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
   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
     <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
   422
      <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
   423
     </component>
b07e89eb79e3 Add 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="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
   425
      <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
   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="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
   429
     <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
   430
      <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
   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="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
   433
      <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
   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="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
   436
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   440
     <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
   441
      <!-- 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
   442
      <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
   443
     </component>
b07e89eb79e3 Add 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
     <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
   445
      <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
   446
     </component>
b07e89eb79e3 Add 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
     <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
   448
      <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
   449
     </component>
b07e89eb79e3 Add 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
     <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
   451
      <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
   452
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
   455
   <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
   456
    <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
   457
     <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
   458
      <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
   459
     </component>
b07e89eb79e3 Add 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 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
   461
      <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
   462
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   465
     <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
   466
      <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
   467
     </component>
b07e89eb79e3 Add 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
     <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
   469
      <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
   470
     </component>
b07e89eb79e3 Add 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="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
   472
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   476
     <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
   477
      <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
   478
     </component>
b07e89eb79e3 Add 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="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
   480
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   484
     <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
   485
      <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
   486
     </component>
b07e89eb79e3 Add 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 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
   488
      <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
   489
     </component>
b07e89eb79e3 Add 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="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
   491
      <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
   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="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
   494
      <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
   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
     <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
   497
      <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
   498
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   501
     <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
   502
      <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
   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
    </collection>
b07e89eb79e3 Add 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
   </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
   506
   <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
   507
    <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
   508
     <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
   509
      <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
   510
     </component>
b07e89eb79e3 Add 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
     <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
   512
      <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
   513
     </component>
b07e89eb79e3 Add 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
     <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
   515
      <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
   516
     </component>
b07e89eb79e3 Add 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 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
   518
      <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
   519
     </component>
b07e89eb79e3 Add 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
     <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
   521
      <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
   522
     </component>
b07e89eb79e3 Add 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
     <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
   524
      <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
   525
     </component>
b07e89eb79e3 Add 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
     <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
   527
      <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
   528
     </component>
b07e89eb79e3 Add 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
     <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
   530
      <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
   531
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   534
     <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
   535
      <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
   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="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
   538
      <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
   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="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
   541
      <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
   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="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
   544
      <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
   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
     <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
   547
      <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
   548
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   551
     <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
   552
      <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
   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="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
   555
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   559
     <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
   560
      <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
   561
     </component>
b07e89eb79e3 Add 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 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
   563
      <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
   564
     </component>
b07e89eb79e3 Add 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="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
   566
      <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
   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="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
   569
      <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
   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="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
   573
     <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
   574
      <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
   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="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
   577
      <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
   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="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
   580
      <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
   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="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
   583
      <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
   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
     <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
   586
      <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
   587
     </component>
b07e89eb79e3 Add 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
     <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
   589
      <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
   590
     </component>
b07e89eb79e3 Add 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
     <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
   592
      <!-- 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
   593
      <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
   594
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   597
     <!--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
   598
     <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
   599
      <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
   600
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   603
     <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
   604
      <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
   605
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   608
     <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
   609
      <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
   610
     </component>
b07e89eb79e3 Add 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
     <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
   612
      <!-- 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
   613
      		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
   614
      <!-- <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
   615
     </component>
b07e89eb79e3 Add 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
     <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
   617
      <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
   618
     </component>
b07e89eb79e3 Add 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 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
   620
      <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
   621
     </component>
b07e89eb79e3 Add 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="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
   623
      <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
   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="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
   626
      <!-- 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
   627
         	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
   628
      <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
   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="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
   631
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   635
     <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
   636
      <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
   637
     </component>
b07e89eb79e3 Add 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 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
   639
      <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
   640
     </component>
b07e89eb79e3 Add 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
     <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
   642
      <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
   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="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
   645
      <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
   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
     <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
   648
      <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
   649
     </component>
b07e89eb79e3 Add 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
     <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
   651
      <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
   652
     </component>
b07e89eb79e3 Add 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
     <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
   654
      <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
   655
     </component>
b07e89eb79e3 Add 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
     <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
   657
      <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
   658
     </component>
b07e89eb79e3 Add 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
     <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
   660
      <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
   661
     </component>
b07e89eb79e3 Add 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
     <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
   663
      <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
   664
     </component>
b07e89eb79e3 Add 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
     <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
   666
      <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
   667
     </component>
b07e89eb79e3 Add 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
     <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
   669
      <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
   670
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   673
     <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
   674
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   678
     <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
   679
      <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
   680
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   683
    <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
   684
     <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
   685
      <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
   686
     </component>
b07e89eb79e3 Add 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 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
   688
      <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
   689
      <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
   690
      <!-- 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
   691
     </component>
b07e89eb79e3 Add 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
     <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
   693
      <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
   694
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
   697
   <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
   698
    <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
   699
     <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
   700
      <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
   701
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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="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
   704
     <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
   705
      <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
   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="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
   708
      <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
   709
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   712
     <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
   713
      <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
   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
     <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
   716
      <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
   717
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
   720
     <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
   721
      <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
   722
     </component>
b07e89eb79e3 Add 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
     <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
   724
      <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
   725
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   728
     <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
   729
      <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
   730
     </component>
b07e89eb79e3 Add 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
     <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
   732
      <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
   733
     </component>
b07e89eb79e3 Add 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 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
   735
      <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
   736
     </component>
b07e89eb79e3 Add 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 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
   738
      <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
   739
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
   742
     <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
   743
      <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
   744
     </component>
b07e89eb79e3 Add 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 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
   746
      <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
   747
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
   750
     <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
   751
      <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
   752
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   755
     <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
   756
      <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
   757
     </component>
b07e89eb79e3 Add 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
     <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
   759
      <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
   760
     </component>
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   761
     <component name="Browser Root Certificates" 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
   762
      <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
   763
     </component>
b07e89eb79e3 Add 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
     <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
   765
      <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
   766
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   769
     <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
   770
      <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
   771
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
   774
   <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
   775
    <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
   776
     <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
   777
      <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
   778
     </component>
b07e89eb79e3 Add 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
     <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
   780
      <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
   781
     </component>
b07e89eb79e3 Add 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
     <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
   783
      <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
   784
     </component>
b07e89eb79e3 Add 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
     <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
   786
      <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
   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="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
   789
      <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
   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="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
   792
      <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
   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="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
   796
     <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
   797
      <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
   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
    <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
   801
     <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
   802
      <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
   803
     </component>
b07e89eb79e3 Add 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
     <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
   805
      <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
   806
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   809
     <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
   810
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   814
     <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
   815
      <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
   816
     </component>
b07e89eb79e3 Add 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 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
   818
      <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
   819
     </component>
b07e89eb79e3 Add 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 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
   821
      <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
   822
     </component>
b07e89eb79e3 Add 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 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
   824
      <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
   825
     </component>
b07e89eb79e3 Add 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
     <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
   827
      <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
   828
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
   831
     <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
   832
      <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
   833
     </component>
b07e89eb79e3 Add 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
     <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
   835
      <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
   836
     </component>
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   837
     <component name="suplprotocolmodule" long-name="SUPL Protocol Module" introduced="^2" deprecated="^2" purpose="optional" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   838
      <unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   839
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   840
     <component name="suplrrlpasn1" filter="sf_build" long-name="SUPL RRLP ASN1 parser">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   841
      <unit bldFile="os/lbs/networkprotocolmodules/common/suplrrlpasn1/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   842
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   843
     <component name="suplrrlpprotocol" filter="sf_build" long-name="SUPL RRLP Protocol Module">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   844
      <unit bldFile="os/lbs/networkprotocolmodules/suplcontrolplaneprotocols/common/suplrrlpprotocol/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
   845
     </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
   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="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
   848
    <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
   849
     <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
   850
      <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
   851
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
   854
   <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
   855
    <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
   856
     <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
   857
      <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
   858
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   861
     <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
   862
      <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
   863
     </component>
b07e89eb79e3 Add 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
     <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
   865
      <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
   866
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   869
     <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
   870
      <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
   871
     </component>
b07e89eb79e3 Add 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
     <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
   873
      <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
   874
     </component>
b07e89eb79e3 Add 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
     <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
   876
      <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
   877
     </component>
b07e89eb79e3 Add 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
     <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
   879
      <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
   880
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   883
     <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
   884
      <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
   885
     </component>
b07e89eb79e3 Add 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="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
   887
      <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
   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="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
   890
      <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
   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
     <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
   893
      <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
   894
     </component>
b07e89eb79e3 Add 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
     <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
   896
      <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
   897
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   900
     <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
   901
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   905
     <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
   906
      <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
   907
     </component>
b07e89eb79e3 Add 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="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
   909
      <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
   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
    </collection>
b07e89eb79e3 Add 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
    <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
   913
     <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
   914
      <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
   915
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   918
     <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
   919
      <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
   920
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   923
     <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
   924
      <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
   925
     </component>
b07e89eb79e3 Add 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
     <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
   927
      <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
   928
     </component>
b07e89eb79e3 Add 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
     <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
   930
      <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
   931
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
   934
   <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
   935
    <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
   936
     <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
   937
      <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
   938
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   941
     <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
   942
      <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
   943
     </component>
b07e89eb79e3 Add 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
     <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
   945
      <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
   946
     </component>
b07e89eb79e3 Add 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
     <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
   948
      <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
   949
     </component>
b07e89eb79e3 Add 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 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
   951
      <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
   952
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   955
     <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
   956
      <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
   957
     </component>
b07e89eb79e3 Add 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
     <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
   959
      <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
   960
     </component>
b07e89eb79e3 Add 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="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
   962
      <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
   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
     <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
   965
      <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
   966
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   969
     <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
   970
      <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
   971
     </component>
b07e89eb79e3 Add 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
     <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
   973
      <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
   974
     </component>
b07e89eb79e3 Add 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
     <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
   976
      <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
   977
     </component>
b07e89eb79e3 Add 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
     <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
   979
      <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
   980
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   983
     <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
   984
      <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
   985
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
   988
     <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
   989
      <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
   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="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
   992
      <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
   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="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
   995
      <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
   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
     <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
   998
      <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
   999
     </component>
b07e89eb79e3 Add 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
     <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
  1001
      <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
  1002
     </component>
b07e89eb79e3 Add 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
     <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
  1004
      <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
  1005
     </component>
b07e89eb79e3 Add 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
     <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
  1007
      <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
  1008
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1011
     <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
  1012
      <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
  1013
     </component>
b07e89eb79e3 Add 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
     <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
  1015
      <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
  1016
     </component>
b07e89eb79e3 Add 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
     <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
  1018
      <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
  1019
     </component>
b07e89eb79e3 Add 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 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
  1021
      <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
  1022
     </component>
b07e89eb79e3 Add 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 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
  1024
      <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
  1025
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1028
     <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
  1029
      <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
  1030
     </component>
b07e89eb79e3 Add 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
     <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
  1032
      <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
  1033
     </component>
b07e89eb79e3 Add 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
     <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
  1035
      <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
  1036
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1039
     <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
  1040
      <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
  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
     <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
  1043
      <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
  1044
     </component>
b07e89eb79e3 Add 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
     <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
  1046
      <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
  1047
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1050
     <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
  1051
      <!--  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
  1052
      <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
  1053
     </component>
b07e89eb79e3 Add 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
     <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
  1055
      <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
  1056
     </component>
b07e89eb79e3 Add 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
     <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
  1058
      <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
  1059
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  1062
     <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
  1063
      <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
  1064
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  1067
   <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
  1068
    <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
  1069
     <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
  1070
      <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
  1071
     </component>
b07e89eb79e3 Add 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="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
  1073
      <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
  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="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
  1076
      <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
  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
     <!-- 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
  1079
     <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
  1080
      <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
  1081
     </component>
b07e89eb79e3 Add 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
     <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
  1083
      <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
  1084
     </component>
b07e89eb79e3 Add 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
     <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
  1086
      <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
  1087
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1090
    <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
  1091
     <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
  1092
      <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
  1093
     </component>
b07e89eb79e3 Add 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
     <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
  1095
      <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
  1096
     </component>
b07e89eb79e3 Add 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 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
  1098
      <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
  1099
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  1102
   <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
  1103
    <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
  1104
     <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
  1105
      <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
  1106
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1109
     <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
  1110
      <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
  1111
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1114
     <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
  1115
      <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
  1116
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1119
     <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
  1120
      <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
  1121
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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="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
  1124
     <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
  1125
      <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
  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="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
  1128
      <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
  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="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
  1131
      <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
  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
     <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
  1134
      <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
  1135
     </component>
b07e89eb79e3 Add 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
     <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
  1137
      <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
  1138
     </component>
b07e89eb79e3 Add 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 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
  1140
      <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
  1141
     </component>
b07e89eb79e3 Add 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 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
  1143
      <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
  1144
     </component>
b07e89eb79e3 Add 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="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
  1146
      <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
  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
     <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
  1149
      <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
  1150
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1153
     <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
  1154
      <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
  1155
     </component>
b07e89eb79e3 Add 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
     <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
  1157
      <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
  1158
     </component>
b07e89eb79e3 Add 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
     <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
  1160
      <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
  1161
     </component>
b07e89eb79e3 Add 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 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
  1163
      <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
  1164
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1167
     <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
  1168
      <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
  1169
     </component>
b07e89eb79e3 Add 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
     <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
  1171
      <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
  1172
     </component>
b07e89eb79e3 Add 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
     <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
  1174
      <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
  1175
     </component>
b07e89eb79e3 Add 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
     <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
  1177
      <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
  1178
     </component>
b07e89eb79e3 Add 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
     <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
  1180
      <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
  1181
     </component>
b07e89eb79e3 Add 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
     <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
  1183
      <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
  1184
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1187
     <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
  1188
      <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
  1189
     </component>
b07e89eb79e3 Add 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
     <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
  1191
      <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
  1192
     </component>
b07e89eb79e3 Add 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
     <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
  1194
      <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
  1195
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1198
     <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
  1199
      <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
  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
     <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
  1202
      <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
  1203
     </component>
b07e89eb79e3 Add 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
     <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
  1205
      <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
  1206
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1209
     <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
  1210
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1214
   </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
  1215
   <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
  1216
    <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
  1217
     <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
  1218
      <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
  1219
     </component>
b07e89eb79e3 Add 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 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
  1221
      <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
  1222
     </component>
b07e89eb79e3 Add 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="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
  1224
      <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
  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="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
  1227
      <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
  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
     <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
  1230
      <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
  1231
     </component>
b07e89eb79e3 Add 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
     <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
  1233
      <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
  1234
     </component>
b07e89eb79e3 Add 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
     <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
  1236
      <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
  1237
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1240
     <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
  1241
      <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
  1242
     </component>
b07e89eb79e3 Add 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
     <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
  1244
      <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
  1245
     </component>
b07e89eb79e3 Add 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
     <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
  1247
      <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
  1248
     </component>
b07e89eb79e3 Add 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
     <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
  1250
      <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
  1251
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1254
     <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
  1255
      <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
  1256
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1259
     <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
  1260
      <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
  1261
     </component>
b07e89eb79e3 Add 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
     <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
  1263
      <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
  1264
     </component>
b07e89eb79e3 Add 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
     <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
  1266
      <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
  1267
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1270
     <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
  1271
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1275
    <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
  1276
     <!-- 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
  1277
     <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
  1278
      <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
  1279
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1282
     <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
  1283
      <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
  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
     <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
  1286
      <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
  1287
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  1290
   <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
  1291
    <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
  1292
     <!-- 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
  1293
    </collection>
b07e89eb79e3 Add 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
    <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
  1295
     <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
  1296
      <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
  1297
     </component>
b07e89eb79e3 Add 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 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
  1299
      <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
  1300
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1303
     <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
  1304
      <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
  1305
     </component>
b07e89eb79e3 Add 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="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
  1307
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  1311
   <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
  1312
    <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
  1313
     <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
  1314
      <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
  1315
     </component>
b07e89eb79e3 Add 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
     <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
  1317
      <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
  1318
     </component>
b07e89eb79e3 Add 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 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
  1320
      <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
  1321
     </component>
b07e89eb79e3 Add 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
     <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
  1323
      <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
  1324
     </component>
b07e89eb79e3 Add 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
     <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
  1326
      <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
  1327
     </component>
b07e89eb79e3 Add 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
     <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
  1329
      <!-- need to #include the lot from a single bld.inf
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  1330
      		Also move to a standard component location, not under effectspresets -->
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
  1331
      <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
  1332
      <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
  1333
      <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
  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
     <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
  1336
      <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
  1337
     </component>
b07e89eb79e3 Add 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
     <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
  1339
      <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
  1340
     </component>
b07e89eb79e3 Add 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
     <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
  1342
      <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
  1343
     </component>
b07e89eb79e3 Add 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 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
  1345
      <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
  1346
     </component>
b07e89eb79e3 Add 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 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
  1348
      <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
  1349
     </component>
b07e89eb79e3 Add 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="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
  1351
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <collection name="mdfdevvideoextensions" long-name="MDF Dev Video Extensions" level="device-fw">
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  1355
     <component name="nga_mdf_postprocessor" long-name="NGA MDF Postprocessor" filter="s60">
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
  1356
      <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
  1357
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  1360
     <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
  1361
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1365
     <!-- 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
  1366
    </collection>
b07e89eb79e3 Add 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
    <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
  1368
     <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
  1369
      <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
  1370
     </component>
b07e89eb79e3 Add 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 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
  1372
      <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
  1373
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1376
     <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
  1377
      <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
  1378
     </component>
b07e89eb79e3 Add 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
     <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
  1380
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1384
     <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
  1385
      <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
  1386
     </component>
b07e89eb79e3 Add 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 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
  1388
      <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
  1389
     </component>
b07e89eb79e3 Add 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 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
  1391
      <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
  1392
     </component>
b07e89eb79e3 Add 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 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
  1394
      <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
  1395
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1398
     <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
  1399
      <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
  1400
     </component>
b07e89eb79e3 Add 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
     <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
  1402
      <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
  1403
     </component>
b07e89eb79e3 Add 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 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
  1405
      <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
  1406
     </component>
b07e89eb79e3 Add 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 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
  1408
      <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
  1409
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1412
     <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
  1413
      <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
  1414
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  1417
     <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
  1418
      <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
  1419
     </component>
b07e89eb79e3 Add 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 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
  1421
      <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
  1422
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1425
     <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
  1426
      <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
  1427
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  1430
    <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
  1431
     <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
  1432
      <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
  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="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
  1435
      <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
  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
     <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
  1438
      <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
  1439
     </component>
b07e89eb79e3 Add 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
     <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
  1441
      <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
  1442
     </component>
b07e89eb79e3 Add 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
     <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
  1444
      <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
  1445
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1448
     <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
  1449
      <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
  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
     <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
  1452
      <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
  1453
     </component>
b07e89eb79e3 Add 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
     <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
  1455
      <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
  1456
     </component>
b07e89eb79e3 Add 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
     <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
  1458
      <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
  1459
     </component>
b07e89eb79e3 Add 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
     <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
  1461
      <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
  1462
     </component>
b07e89eb79e3 Add 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
     <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
  1464
      <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
  1465
     </component>
b07e89eb79e3 Add 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
     <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
  1467
      <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
  1468
     </component>
b07e89eb79e3 Add 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 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
  1470
      <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
  1471
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1474
     <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
  1475
      <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
  1476
     </component>
b07e89eb79e3 Add 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 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
  1478
      <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
  1479
     </component>
b07e89eb79e3 Add 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="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
  1481
      <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
  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
     <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
  1484
      <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
  1485
     </component>
b07e89eb79e3 Add 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="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
  1487
      <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
  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="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
  1490
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1494
     <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
  1495
      <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
  1496
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  1499
   <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
  1500
    <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
  1501
     <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
  1502
      <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
  1503
     </component>
b07e89eb79e3 Add 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
     <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
  1505
      <!--  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
  1506
      <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
  1507
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1510
     <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
  1511
      <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
  1512
     </component>
b07e89eb79e3 Add 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
     <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
  1514
      <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
  1515
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1518
     <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
  1519
      <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
  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="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
  1522
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  1526
   <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
  1527
    <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
  1528
     <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
  1529
      <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
  1530
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1533
     <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
  1534
      <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
  1535
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1538
     <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
  1539
      <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
  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="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
  1542
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1546
     <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
  1547
      <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
  1548
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1551
     <!-- 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
  1552
     <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
  1553
      <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
  1554
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  1557
     <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
  1558
      <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
  1559
     </component>
b07e89eb79e3 Add 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
     <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
  1561
      <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
  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
     <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
  1564
      <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
  1565
     </component>
b07e89eb79e3 Add 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
     <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
  1567
      <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
  1568
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1571
     <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
  1572
      <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
  1573
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1576
     <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
  1577
      <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
  1578
      <!-- 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
  1579
     </component>
b07e89eb79e3 Add 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
     <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
  1581
      <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
  1582
     </component>
b07e89eb79e3 Add 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="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
  1584
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1588
     <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
  1589
      <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
  1590
     </component>
b07e89eb79e3 Add 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 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
  1592
      <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
  1593
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1596
     <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
  1597
      <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
  1598
     </component>
b07e89eb79e3 Add 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="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
  1600
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1604
     <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
  1605
      <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
  1606
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1609
     <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
  1610
      <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
  1611
     </component>
b07e89eb79e3 Add 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
     <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
  1613
      <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
  1614
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  1617
     <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
  1618
      <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
  1619
     </component>
b07e89eb79e3 Add 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 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
  1621
      <!-- 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
  1622
      <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
  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="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
  1625
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1629
     <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
  1630
      <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
  1631
     </component>
b07e89eb79e3 Add 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="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
  1633
      <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
  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
     <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
  1636
      <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
  1637
     </component>
b07e89eb79e3 Add 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
     <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
  1639
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1643
     <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
  1644
      <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
  1645
     </component>
b07e89eb79e3 Add 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 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
  1647
      <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
  1648
     </component>
b07e89eb79e3 Add 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="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
  1650
      <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
  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="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
  1653
      <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
  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
     <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
  1656
      <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
  1657
     </component>
b07e89eb79e3 Add 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
     <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
  1659
      <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
  1660
     </component>
b07e89eb79e3 Add 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
     <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
  1662
      <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
  1663
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  1666
     <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
  1667
      <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
  1668
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  1671
   </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
  1672
   <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
  1673
    <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
  1674
     <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
  1675
      <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
  1676
     </component>
b07e89eb79e3 Add 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
     <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
  1678
      <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
  1679
     </component>
b07e89eb79e3 Add 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 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
  1681
      <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
  1682
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1685
     <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
  1686
      <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
  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
     <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
  1689
      <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
  1690
     </component>
b07e89eb79e3 Add 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
     <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
  1692
      <!-- 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
  1693
     </component>
b07e89eb79e3 Add 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
     <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
  1695
      <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
  1696
     </component>
b07e89eb79e3 Add 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
     <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
  1698
      <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
  1699
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1702
     <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
  1703
      <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
  1704
     </component>
b07e89eb79e3 Add 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
     <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
  1706
      <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
  1707
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1710
     <!-- 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
  1711
    		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
  1712
     <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
  1713
      <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
  1714
     </component>
b07e89eb79e3 Add 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 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
  1716
      <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
  1717
     </component>
b07e89eb79e3 Add 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 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
  1719
      <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
  1720
     </component>
b07e89eb79e3 Add 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 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
  1722
      <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
  1723
     </component>
b07e89eb79e3 Add 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 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
  1725
      <!-- 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
  1726
     </component>
b07e89eb79e3 Add 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="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
  1728
      <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
  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="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
  1732
     <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
  1733
      <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
  1734
     </component>
b07e89eb79e3 Add 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="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
  1736
      <!-- 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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1740
     <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
  1741
      <!-- 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
  1742
     </component>
b07e89eb79e3 Add 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 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
  1744
      <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
  1745
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1748
     <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
  1749
      <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
  1750
     </component>
b07e89eb79e3 Add 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 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
  1752
      <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
  1753
     </component>
b07e89eb79e3 Add 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 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
  1755
      <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
  1756
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  1759
   <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
  1760
    <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
  1761
     <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
  1762
      <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
  1763
     </component>
b07e89eb79e3 Add 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
     <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
  1765
      <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
  1766
     </component>
b07e89eb79e3 Add 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
     <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
  1768
      <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
  1769
     </component>
b07e89eb79e3 Add 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
     <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
  1771
      <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
  1772
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1775
     <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
  1776
      <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
  1777
     </component>
b07e89eb79e3 Add 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 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
  1779
      <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
  1780
     </component>
b07e89eb79e3 Add 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 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
  1782
      <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
  1783
     </component>
b07e89eb79e3 Add 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 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
  1785
      <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
  1786
     </component>
b07e89eb79e3 Add 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 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
  1788
      <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
  1789
     </component>
b07e89eb79e3 Add 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 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
  1791
      <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
  1792
     </component>
b07e89eb79e3 Add 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="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
  1794
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1798
     <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
  1799
      <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
  1800
     </component>
b07e89eb79e3 Add 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="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
  1802
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  1806
   <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
  1807
    <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
  1808
     <!-- 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
  1809
     <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
  1810
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1814
     <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
  1815
      <!-- 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
  1816
      <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
  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
     <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
  1819
      <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
  1820
     </component>
b07e89eb79e3 Add 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
     <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
  1822
      <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
  1823
     </component>
b07e89eb79e3 Add 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 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
  1825
      <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
  1826
     </component>
b07e89eb79e3 Add 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 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
  1828
      <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
  1829
     </component>
b07e89eb79e3 Add 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 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
  1831
      <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
  1832
     </component>
b07e89eb79e3 Add 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 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
  1834
      <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
  1835
     </component>
b07e89eb79e3 Add 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
     <!-- 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
  1837
     <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
  1838
      <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
  1839
     </component>
b07e89eb79e3 Add 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
     <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
  1841
      <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
  1842
     </component>
b07e89eb79e3 Add 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
     <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
  1844
      <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
  1845
     </component>
b07e89eb79e3 Add 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
     <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
  1847
      <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
  1848
     </component>
b07e89eb79e3 Add 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
     <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
  1850
      <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
  1851
     </component>
b07e89eb79e3 Add 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
     <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
  1853
      <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
  1854
     </component>
b07e89eb79e3 Add 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
     <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
  1856
      <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
  1857
     </component>
b07e89eb79e3 Add 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
     <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
  1859
      <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
  1860
     </component>
b07e89eb79e3 Add 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 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
  1862
      <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
  1863
     </component>
b07e89eb79e3 Add 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 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
  1865
      <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
  1866
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  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="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
  1871
      <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
  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="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
  1875
     <!-- 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
  1876
     <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
  1877
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  1881
     <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
  1882
     <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
  1883
      <!-- 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
  1884
      <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
  1885
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <!-- 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
  1888
    <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
  1889
      <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
  1890
        <unit bldFile="/tools/buildplatforms/group"/>
337
ba054d5c5c33 First drop of single model for symbian3
Dario Sestito <darios@symbian.org>
parents: 296
diff changeset
  1891
      </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
  1892
    </collection>-->
b07e89eb79e3 Add 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
    <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
  1894
     <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
  1895
      <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
  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
     <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
  1898
      <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
  1899
     </component>
b07e89eb79e3 Add 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 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
  1901
      <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
  1902
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1905
     <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
  1906
      <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
  1907
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1910
     <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
  1911
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  1915
   <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
  1916
    <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
  1917
     <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
  1918
      <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
  1919
     </component>
b07e89eb79e3 Add 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
     <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
  1921
      <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
  1922
     </component>
b07e89eb79e3 Add 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
     <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
  1924
      <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
  1925
     </component>
b07e89eb79e3 Add 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
     <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
  1927
      <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
  1928
     </component>
b07e89eb79e3 Add 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
     <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
  1930
      <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
  1931
     </component>
b07e89eb79e3 Add 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
     <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
  1933
      <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
  1934
     </component>
b07e89eb79e3 Add 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
     <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
  1936
      <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
  1937
     </component>
b07e89eb79e3 Add 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
     <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
  1939
      <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
  1940
     </component>
b07e89eb79e3 Add 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
     <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
  1942
      <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
  1943
     </component>
b07e89eb79e3 Add 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
     <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
  1945
      <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
  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
     <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
  1948
      <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
  1949
     </component>
b07e89eb79e3 Add 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 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
  1951
      <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
  1952
     </component>
b07e89eb79e3 Add 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
     <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
  1954
      <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
  1955
     </component>
b07e89eb79e3 Add 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
     <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
  1957
      <!-- 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
  1958
      <!-- <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
  1959
     </component>
b07e89eb79e3 Add 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 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
  1961
      <!--  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
  1962
      <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
  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="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
  1966
     <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
  1967
      <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
  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
     <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
  1970
      <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
  1971
     </component>
b07e89eb79e3 Add 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
     <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
  1973
      <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
  1974
     </component>
b07e89eb79e3 Add 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
     <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
  1976
      <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
  1977
     </component>
b07e89eb79e3 Add 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="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
  1979
      <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
  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="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
  1982
      <!--  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
  1983
      <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
  1984
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  1987
     <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
  1988
      <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
  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="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
  1991
      <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
  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="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
  1994
      <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
  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="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
  1997
      <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
  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="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
  2000
      <!-- 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
  2001
      <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
  2002
      <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
  2003
      <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
  2004
      <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
  2005
     </component>
b07e89eb79e3 Add 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
     <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
  2007
      <!-- 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
  2008
      <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
  2009
      <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
  2010
      <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
  2011
      <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
  2012
      <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
  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="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
  2015
      <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
  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="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
  2018
      <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
  2019
     </component>
b07e89eb79e3 Add 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 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
  2021
      <!--  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
  2022
      <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
  2023
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  2026
     <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
  2027
      <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
  2028
      <!-- 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
  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="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
  2031
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  2035
  </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
  2036
  <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
  2037
   <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
  2038
    <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
  2039
     <!-- 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
  2040
		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
  2041
     <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
  2042
      <!--<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
  2043
     </component>
b07e89eb79e3 Add 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
     <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
  2045
      <!--<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
  2046
     </component>
b07e89eb79e3 Add 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
     <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
  2048
      <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
  2049
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2052
     <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
  2053
      <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
  2054
     </component>
b07e89eb79e3 Add 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
     <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
  2056
      <!-- 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
  2057
      <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
  2058
     </component>
b07e89eb79e3 Add 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 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
  2060
      <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
  2061
     </component>
b07e89eb79e3 Add 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
     <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
  2063
      <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
  2064
     </component>
b07e89eb79e3 Add 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
     <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
  2066
      <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
  2067
     </component>
b07e89eb79e3 Add 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
     <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
  2069
      <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
  2070
     </component>
b07e89eb79e3 Add 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
     <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
  2072
      <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
  2073
     </component>
b07e89eb79e3 Add 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 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
  2075
      <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
  2076
     </component>
b07e89eb79e3 Add 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 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
  2078
      <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
  2079
     </component>
b07e89eb79e3 Add 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 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
  2081
      <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
  2082
     </component>
b07e89eb79e3 Add 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
     <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
  2084
      <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
  2085
     </component>
b07e89eb79e3 Add 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
     <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
  2087
      <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
  2088
     </component>
b07e89eb79e3 Add 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 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
  2090
      <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
  2091
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  2094
     <!--  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
  2095
     <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
  2096
    </collection>
b07e89eb79e3 Add 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
    <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
  2098
     <!--  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
  2099
     <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
  2100
      <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
  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
    <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
  2104
     <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
  2105
      <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
  2106
     </component>
b07e89eb79e3 Add 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
     <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
  2108
      <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
  2109
     </component>
b07e89eb79e3 Add 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="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
  2111
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2115
     <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
  2116
      <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
  2117
     </component>
b07e89eb79e3 Add 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 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
  2119
      <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
  2120
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2123
     <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
  2124
      <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
  2125
     </component>
b07e89eb79e3 Add 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
     <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
  2127
      <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
  2128
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2131
     <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
  2132
      <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
  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="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
  2135
      <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
  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="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
  2138
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2142
     <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
  2143
      <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
  2144
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2147
     <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
  2148
      <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
  2149
     </component>
b07e89eb79e3 Add 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
     <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
  2151
      <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
  2152
     </component>
b07e89eb79e3 Add 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
     <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
  2154
      <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
  2155
     </component>
b07e89eb79e3 Add 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
     <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
  2157
      <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
  2158
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2161
     <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
  2162
      <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
  2163
     </component>
b07e89eb79e3 Add 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="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
  2165
      <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
  2166
     </component>
b07e89eb79e3 Add 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
     <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
  2168
      <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
  2169
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  2172
     <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
  2173
      <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
  2174
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2177
     <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
  2178
      <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
  2179
     </component>
b07e89eb79e3 Add 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
     <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
  2181
      <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
  2182
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  2185
     <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
  2186
      <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
  2187
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2190
     <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
  2191
      <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
  2192
     </component>
b07e89eb79e3 Add 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
     <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
  2194
      <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
  2195
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2198
     <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
  2199
      <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
  2200
     </component>
b07e89eb79e3 Add 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
     <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
  2202
      <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
  2203
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2206
     <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
  2207
      <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
  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="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
  2211
     <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
  2212
      <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
  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
     <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
  2215
      <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
  2216
     </component>
b07e89eb79e3 Add 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
     <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
  2218
      <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
  2219
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  2222
   <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
  2223
    <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
  2224
     <!-- 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
  2225
     <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
  2226
      <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
  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="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
  2230
     <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
  2231
      <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
  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="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
  2234
      <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
  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="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
  2237
      <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
  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
     <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
  2240
      <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
  2241
     </component>
b07e89eb79e3 Add 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
     <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
  2243
      <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
  2244
     </component>
b07e89eb79e3 Add 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
     <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
  2246
      <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
  2247
     </component>
b07e89eb79e3 Add 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 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
  2249
      <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
  2250
     </component>
b07e89eb79e3 Add 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 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
  2252
      <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
  2253
     </component>
b07e89eb79e3 Add 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="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
  2255
      <!-- 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
  2256
      <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
  2257
     </component>
b07e89eb79e3 Add 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
     <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
  2259
      <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
  2260
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2263
     <!-- 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
  2264
     <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
  2265
      <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
  2266
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2269
     <!-- 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
  2270
     <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
  2271
      <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
  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="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
  2275
     <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
  2276
      <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
  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
     <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
  2279
      <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
  2280
     </component>
b07e89eb79e3 Add 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
     <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
  2282
      <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
  2283
     </component>
b07e89eb79e3 Add 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
     <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
  2285
      <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
  2286
     </component>
b07e89eb79e3 Add 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
     <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
  2288
      <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
  2289
     </component>
b07e89eb79e3 Add 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
     <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
  2291
      <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
  2292
     </component>
b07e89eb79e3 Add 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
     <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
  2294
      <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
  2295
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  2298
     <!-- 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
  2299
     <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
  2300
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2304
     <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
  2305
      <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
  2306
     </component>
b07e89eb79e3 Add 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 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
  2308
      <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
  2309
     </component>
b07e89eb79e3 Add 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 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
  2311
      <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
  2312
     </component>
b07e89eb79e3 Add 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 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
  2314
      <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
  2315
     </component>
b07e89eb79e3 Add 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 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
  2317
      <!-- 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
  2318
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2322
     <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
  2323
      <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
  2324
     </component>
b07e89eb79e3 Add 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
     <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
  2326
      <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
  2327
     </component>
b07e89eb79e3 Add 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
     <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
  2329
      <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
  2330
     </component>
b07e89eb79e3 Add 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
     <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
  2332
      <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
  2333
     </component>
b07e89eb79e3 Add 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
     <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
  2335
      <!-- 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
  2336
      <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
  2337
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  2340
     <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
  2341
      <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
  2342
     </component>
b07e89eb79e3 Add 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
     <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
  2344
      <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
  2345
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  2348
   <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
  2349
    <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
  2350
     <!-- 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
  2351
     <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
  2352
      <!-- 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
  2353
     </component>
b07e89eb79e3 Add 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
     <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
  2355
      <!-- 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
  2356
     </component>
b07e89eb79e3 Add 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
     <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
  2358
      <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
  2359
     </component>
b07e89eb79e3 Add 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
     <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
  2361
      <!-- 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
  2362
      <!--<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
  2363
     </component>
b07e89eb79e3 Add 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 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
  2365
      <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
  2366
     </component>
b07e89eb79e3 Add 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
     <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
  2368
      <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
  2369
     </component>
b07e89eb79e3 Add 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 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
  2371
      <!-- 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
  2372
      <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
  2373
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2376
     <!-- 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
  2377
     <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
  2378
      <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
  2379
     </component>
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2380
     <component name="foundationcerts" filter="sf_build" long-name="Foundation Certificates">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2381
      <unit bldFile="mw/drm/omadrm/foundationcerts/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2382
     </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
  2383
    </collection>
b07e89eb79e3 Add 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
    <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
  2385
     <!-- 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
  2386
     <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
  2387
      <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
  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="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
  2391
     <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
  2392
      <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
  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="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
  2395
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  2399
   <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
  2400
    <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
  2401
     <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
  2402
      <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
  2403
     </component>
b07e89eb79e3 Add 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
     <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
  2405
      <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
  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
     <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
  2408
      <!-- 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
  2409
      <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
  2410
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2413
     <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
  2414
      <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
  2415
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2418
     <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
  2419
      <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
  2420
     </component>
b07e89eb79e3 Add 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
     <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
  2422
      <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
  2423
     </component>
b07e89eb79e3 Add 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
     <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
  2425
      <!-- 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
  2426
      <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
  2427
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2430
     <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
  2431
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2435
     <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
  2436
      <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
  2437
     </component>
b07e89eb79e3 Add 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 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
  2439
      <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
  2440
     </component>
b07e89eb79e3 Add 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
     <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
  2442
      <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
  2443
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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 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
  2446
     <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
  2447
      <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
  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
     <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
  2450
      <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
  2451
     </component>
b07e89eb79e3 Add 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="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
  2453
      <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
  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
     <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
  2456
      <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
  2457
     </component>
b07e89eb79e3 Add 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
     <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
  2459
      <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
  2460
     </component>
b07e89eb79e3 Add 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
     <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
  2462
      <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
  2463
     </component>
b07e89eb79e3 Add 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
     <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
  2465
      <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
  2466
     </component>
b07e89eb79e3 Add 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="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
  2468
      <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
  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="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
  2471
      <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
  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="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
  2474
      <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
  2475
     </component>
b07e89eb79e3 Add 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 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
  2477
      <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
  2478
     </component>
b07e89eb79e3 Add 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="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
  2480
      <!--  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
  2481
      <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
  2482
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  2485
     <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
  2486
      <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
  2487
     </component>
b07e89eb79e3 Add 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
     <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
  2489
      <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
  2490
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  2493
   <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
  2494
    <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
  2495
     <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
  2496
      <!-- 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
  2497
      <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
  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
     <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
  2500
      <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
  2501
     </component>
b07e89eb79e3 Add 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
     <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
  2503
      <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
  2504
     </component>
b07e89eb79e3 Add 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
     <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
  2506
      <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
  2507
     </component>
b07e89eb79e3 Add 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
     <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
  2509
      <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
  2510
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  2513
     <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
  2514
      <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
  2515
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2518
     <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
  2519
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  2523
   <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
  2524
    <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
  2525
     <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
  2526
      <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
  2527
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2530
     <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
  2531
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2535
     <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
  2536
      <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
  2537
     </component>
b07e89eb79e3 Add 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 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
  2539
      <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
  2540
     </component>
b07e89eb79e3 Add 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 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
  2542
      <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
  2543
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2546
     <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
  2547
      <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
  2548
     </component>
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2549
     <component name="extendedconnpref" filter="s60" long-name="Extended Connection Preferences">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2550
      <unit bldFile="mw/ipconnmgmt/bearermanagement/extendedconnpref/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2551
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2552
     <component name="s60mcpr" filter="s60" long-name="S60 Meta-Connection Provider" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2553
      <unit bldFile="mw/ipconnmgmt/bearermanagement/S60MCPR/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
  2554
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2557
     <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
  2558
      <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
  2559
     </component>
b07e89eb79e3 Add 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
     <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
  2561
      <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
  2562
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2565
     <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
  2566
      <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
  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="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
  2569
      <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
  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="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
  2572
      <!-- 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
  2573
      <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
  2574
      <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
  2575
     </component>
b07e89eb79e3 Add 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 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
  2577
      <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
  2578
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2581
     <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
  2582
      <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
  2583
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2586
     <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
  2587
      <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
  2588
     </component>
b07e89eb79e3 Add 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
     <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
  2590
      <!-- 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
  2591
      <!-- <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
  2592
     </component>
b07e89eb79e3 Add 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 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
  2594
      <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
  2595
     </component>
b07e89eb79e3 Add 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="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
  2597
      <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
  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
     <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
  2600
      <!-- 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
  2601
      <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
  2602
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2605
     <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
  2606
      <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
  2607
     </component>
b07e89eb79e3 Add 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
     <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
  2609
      <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
  2610
     </component>
b07e89eb79e3 Add 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
     <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
  2612
      <!-- 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
  2613
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  2617
   <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
  2618
    <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
  2619
     <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
  2620
      <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
  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
     <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
  2623
      <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
  2624
     </component>
b07e89eb79e3 Add 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
     <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
  2626
      <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
  2627
     </component>
b07e89eb79e3 Add 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
     <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
  2629
      <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
  2630
     </component>
b07e89eb79e3 Add 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
     <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
  2632
      <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
  2633
     </component>
b07e89eb79e3 Add 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 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
  2635
      <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
  2636
     </component>
b07e89eb79e3 Add 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 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
  2638
      <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
  2639
     </component>
b07e89eb79e3 Add 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
     <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
  2641
      <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
  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="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
  2644
      <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
  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="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
  2648
     <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
  2649
      <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
  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
     <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
  2652
      <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
  2653
     </component>
b07e89eb79e3 Add 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
     <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
  2655
      <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
  2656
     </component>
b07e89eb79e3 Add 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
     <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
  2658
      <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
  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="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
  2661
      <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
  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="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
  2664
      <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
  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="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
  2667
      <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
  2668
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  2671
     <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
  2672
      <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
  2673
     </component>
b07e89eb79e3 Add 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 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
  2675
      <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
  2676
     </component>
b07e89eb79e3 Add 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 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
  2678
      <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
  2679
     </component>
b07e89eb79e3 Add 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
     <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
  2681
      <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
  2682
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2685
     <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
  2686
      <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
  2687
     </component>
b07e89eb79e3 Add 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 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
  2689
      <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
  2690
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  2693
   <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
  2694
    <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
  2695
     <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
  2696
      <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
  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="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
  2699
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2703
     <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
  2704
      <!-- 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
  2705
      <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
  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="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
  2708
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2712
     <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
  2713
      <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
  2714
     </component>
b07e89eb79e3 Add 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="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
  2716
      <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
  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="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
  2719
      <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
  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="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
  2722
      <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
  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="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
  2725
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2729
     <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
  2730
      <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
  2731
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2734
     <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
  2735
      <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
  2736
     </component>
b07e89eb79e3 Add 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
     <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
  2738
      <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
  2739
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  2742
   <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
  2743
    <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
  2744
     <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
  2745
      <!-- 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
  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="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
  2748
      <!-- 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
  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
     <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
  2751
      <!-- 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
  2752
      <!-- <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
  2753
     </component>
b07e89eb79e3 Add 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 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
  2755
      <!-- 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
  2756
      <!-- <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
  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
     <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
  2759
      <!-- 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
  2760
      <!-- <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
  2761
     </component>
b07e89eb79e3 Add 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="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
  2763
      <!-- 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
  2764
      <!-- <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
  2765
     </component>
b07e89eb79e3 Add 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
     <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
  2767
      <!--  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
  2768
      <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
  2769
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2772
     <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
  2773
      <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
  2774
     </component>
b07e89eb79e3 Add 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
     <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
  2776
      <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
  2777
     </component>
b07e89eb79e3 Add 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
     <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
  2779
      <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
  2780
     </component>
b07e89eb79e3 Add 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 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
  2782
      <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
  2783
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2786
     <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
  2787
      <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
  2788
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  2791
   <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
  2792
    <!-- 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
  2793
    <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
  2794
     <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
  2795
      <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
  2796
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2799
     <!-- 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
  2800
    		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
  2801
    		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
  2802
     <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
  2803
      <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
  2804
     </component>
b07e89eb79e3 Add 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
     <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
  2806
      <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
  2807
     </component>
b07e89eb79e3 Add 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
     <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
  2809
      <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
  2810
     </component>
b07e89eb79e3 Add 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="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
  2812
      <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
  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="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
  2815
      <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
  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="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
  2818
      <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
  2819
     </component>
b07e89eb79e3 Add 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 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
  2821
      <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
  2822
     </component>
b07e89eb79e3 Add 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
     <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
  2824
      <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
  2825
     </component>
b07e89eb79e3 Add 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
     <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
  2827
      <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
  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="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
  2830
      <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
  2831
     </component>
b07e89eb79e3 Add 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 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
  2833
      <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
  2834
     </component>
b07e89eb79e3 Add 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
     <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
  2836
      <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
  2837
     </component>
b07e89eb79e3 Add 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
     <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
  2839
      <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
  2840
     </component>
b07e89eb79e3 Add 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 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
  2842
      <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
  2843
     </component>
b07e89eb79e3 Add 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 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
  2845
      <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
  2846
     </component>
b07e89eb79e3 Add 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 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
  2848
      <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
  2849
     </component>
b07e89eb79e3 Add 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 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
  2851
      <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
  2852
     </component>
b07e89eb79e3 Add 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="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
  2854
      <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
  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
     <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
  2857
      <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
  2858
     </component>
b07e89eb79e3 Add 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
     <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
  2860
      <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
  2861
     </component>
b07e89eb79e3 Add 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
     <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
  2863
      <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
  2864
     </component>
b07e89eb79e3 Add 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
     <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
  2866
      <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
  2867
     </component>
b07e89eb79e3 Add 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
     <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
  2869
      <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
  2870
     </component>
b07e89eb79e3 Add 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 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
  2872
      <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
  2873
     </component>
b07e89eb79e3 Add 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 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
  2875
      <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
  2876
     </component>
b07e89eb79e3 Add 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 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
  2878
      <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
  2879
     </component>
b07e89eb79e3 Add 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 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
  2881
      <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
  2882
     </component>
b07e89eb79e3 Add 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 name="ikesocket" filter="s60" long-name="IKE Socket" introduced="^3">
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  2884
      <unit bldFile="mw/vpnclient/vpnengine/ikesocket/group" filter="!oem_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
  2885
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2888
     <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
  2889
      <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
  2890
     </component>
b07e89eb79e3 Add 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
     <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
  2892
      <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
  2893
     </component>
b07e89eb79e3 Add 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
     <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
  2895
      <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
  2896
     </component>
b07e89eb79e3 Add 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
     <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
  2898
      <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
  2899
     </component>
b07e89eb79e3 Add 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
     <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
  2901
      <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
  2902
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2905
     <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
  2906
      <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
  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="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
  2909
      <!-- 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
  2910
      <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
  2911
     </component>
b07e89eb79e3 Add 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
     <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
  2913
      <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
  2914
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  2917
   <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
  2918
    <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
  2919
     <!-- 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
  2920
     <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
  2921
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2925
     <!-- 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
  2926
     <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
  2927
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2931
     <!-- 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
  2932
     <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
  2933
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2937
     <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
  2938
      <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
  2939
     </component>
b07e89eb79e3 Add 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 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
  2941
      <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
  2942
     </component>
b07e89eb79e3 Add 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 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
  2944
      <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
  2945
     </component>
b07e89eb79e3 Add 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 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
  2947
      <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
  2948
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2951
     <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
  2952
      <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
  2953
     </component>
b07e89eb79e3 Add 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
     <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
  2955
      <!-- 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
  2956
      <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
  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="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
  2959
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  2963
   <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
  2964
    <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
  2965
     <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
  2966
      <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
  2967
     </component>
b07e89eb79e3 Add 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
     <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
  2969
      <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
  2970
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  2973
     <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
  2974
      <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
  2975
     </component>
b07e89eb79e3 Add 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
     <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
  2977
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  2981
     <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
  2982
      <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
  2983
     </component>
b07e89eb79e3 Add 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
     <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
  2985
      <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
  2986
     </component>
b07e89eb79e3 Add 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="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
  2988
      <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
  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
     <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
  2991
      <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
  2992
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  2995
     <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
  2996
      <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
  2997
     </component>
b07e89eb79e3 Add 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
     <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
  2999
      <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
  3000
     </component>
b07e89eb79e3 Add 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 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
  3002
      <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
  3003
     </component>
b07e89eb79e3 Add 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="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
  3005
      <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
  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="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
  3008
      <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
  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="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
  3011
      <!--  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
  3012
      <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
  3013
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3016
     <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
  3017
      <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
  3018
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3021
     <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
  3022
      <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
  3023
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3026
     <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
  3027
      <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
  3028
     </component>
b07e89eb79e3 Add 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
     <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
  3030
      <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
  3031
     </component>
b07e89eb79e3 Add 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="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
  3033
      <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
  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="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
  3036
      <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
  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
     <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
  3039
      <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
  3040
     </component>
b07e89eb79e3 Add 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
     <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
  3042
      <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
  3043
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3046
     <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
  3047
      <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
  3048
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3051
     <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
  3052
      <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
  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="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
  3055
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3059
     <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
  3060
      <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
  3061
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3064
     <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
  3065
      <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
  3066
     </component>
b07e89eb79e3 Add 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 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
  3068
      <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
  3069
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3072
   <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
  3073
    <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
  3074
     <!-- 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
  3075
     <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
  3076
      <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
  3077
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3080
     <!-- 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
  3081
     <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
  3082
      <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
  3083
     </component>
b07e89eb79e3 Add 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
     <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
  3085
      <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
  3086
     </component>
b07e89eb79e3 Add 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
     <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
  3088
      <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
  3089
     </component>
b07e89eb79e3 Add 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 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
  3091
      <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
  3092
     </component>
b07e89eb79e3 Add 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="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
  3094
      <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
  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="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
  3097
      <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
  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="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
  3100
      <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
  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="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
  3103
      <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
  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="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
  3106
      <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
  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="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
  3109
      <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
  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
     <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
  3112
      <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
  3113
     </component>
b07e89eb79e3 Add 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
     <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
  3115
      <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
  3116
     </component>
b07e89eb79e3 Add 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
     <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
  3118
      <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
  3119
     </component>
b07e89eb79e3 Add 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 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
  3121
      <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
  3122
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  3125
     <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
  3126
      <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
  3127
     </component>
b07e89eb79e3 Add 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 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
  3129
      <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
  3130
     </component>
b07e89eb79e3 Add 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="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
  3132
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  3136
   <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
  3137
    <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
  3138
     <!-- 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
  3139
     <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
  3140
      <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
  3141
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3144
     <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
  3145
      <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
  3146
     </component>
b07e89eb79e3 Add 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
     <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
  3148
      <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
  3149
     </component>
b07e89eb79e3 Add 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 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
  3151
      <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
  3152
     </component>
b07e89eb79e3 Add 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 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
  3154
      <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
  3155
     </component>
b07e89eb79e3 Add 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 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
  3157
      <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
  3158
     </component>
b07e89eb79e3 Add 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 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
  3160
      <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
  3161
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3164
     <!-- 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
  3165
     <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
  3166
      <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
  3167
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3170
     <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
  3171
      <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
  3172
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3175
   <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
  3176
    <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
  3177
     <!-- 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
  3178
     <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
  3179
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3183
     <!-- 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
  3184
     <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
  3185
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3189
     <!-- 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
  3190
     <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
  3191
      <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
  3192
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3195
     <!-- 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
  3196
     <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
  3197
      <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
  3198
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3201
     <!-- 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
  3202
     <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
  3203
      <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
  3204
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  3207
     <!-- 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
  3208
     <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
  3209
      <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
  3210
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3213
     <!-- 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
  3214
     <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
  3215
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3219
     <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
  3220
      <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
  3221
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3224
     <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
  3225
      <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
  3226
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3229
   <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
  3230
    <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
  3231
     <!-- 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
  3232
     <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
  3233
      <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
  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="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
  3237
     <!-- 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
  3238
     <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
  3239
      <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
  3240
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3243
     <!-- 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
  3244
     <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
  3245
      <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
  3246
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  3249
     <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
  3250
      <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
  3251
     </component>
b07e89eb79e3 Add 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
     <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
  3253
      <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
  3254
     </component>
b07e89eb79e3 Add 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
     <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
  3256
      <!-- 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
  3257
      <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
  3258
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  3261
     <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
  3262
      <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
  3263
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3266
   <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
  3267
    <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
  3268
     <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
  3269
      <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
  3270
     </component>
b07e89eb79e3 Add 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 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
  3272
      <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
  3273
     </component>
b07e89eb79e3 Add 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
     <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
  3275
      <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
  3276
     </component>
b07e89eb79e3 Add 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 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
  3278
      <!--  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
  3279
      <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
  3280
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3283
     <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
  3284
      <!--  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
  3285
      <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
  3286
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3289
     <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
  3290
      <!-- 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
  3291
      <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
  3292
      <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
  3293
      <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
  3294
      <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
  3295
      <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
  3296
      <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
  3297
      <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
  3298
      <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
  3299
     </component>
b07e89eb79e3 Add 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
     <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
  3301
      <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
  3302
     </component>
b07e89eb79e3 Add 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
     <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
  3304
      <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
  3305
     </component>
b07e89eb79e3 Add 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
     <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
  3307
      <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
  3308
     </component>
b07e89eb79e3 Add 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
     <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
  3310
      <!--  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
  3311
      <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
  3312
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  3315
     <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
  3316
      <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
  3317
     </component>
b07e89eb79e3 Add 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 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
  3319
      <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
  3320
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3323
     <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
  3324
      <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
  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
     <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
  3327
      <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
  3328
     </component>
b07e89eb79e3 Add 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
     <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
  3330
      <!--  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
  3331
      <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
  3332
      <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
  3333
     </component>
b07e89eb79e3 Add 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
     <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
  3335
      <!--  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
  3336
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3340
     <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
  3341
      <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
  3342
     </component>
b07e89eb79e3 Add 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 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
  3344
      <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
  3345
     </component>
b07e89eb79e3 Add 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
     <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
  3347
      <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
  3348
     </component>
b07e89eb79e3 Add 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
     <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
  3350
      <!--  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
  3351
      <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
  3352
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  3355
     <component name="fotaapplication_build" filter="s60" long-name="FOTA Application Build">
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3356
      <!-- remove this component when configuration is in place and the #ifdefs have been worked out -->
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3357
      <unit bldFile="mw/remotemgmt/fotaapplication/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
  3358
     </component>
b07e89eb79e3 Add 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
     <component name="fotaserver" filter="s60" long-name="FOTA Server">
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3360
      <!-- uncomment when #ifdefs are resolved -->
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3361
      <!--<unit bldFile="fotaapplication/fotaserver/group"/>-->
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3362
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3363
     <component name="fotacustcmds" filter="s60" long-name="FOTA Custom Commands" class="placeholder">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3364
      <!-- uncomment when #ifdefs are resolved. Need to put a config meta here-->
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3365
      <!--<unit bldFile="fotaapplication/fotaserver/fotacustcmds/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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3369
     <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
  3370
      <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
  3371
     </component>
b07e89eb79e3 Add 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 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
  3373
      <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
  3374
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3377
   <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
  3378
    <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
  3379
     <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
  3380
      <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
  3381
     </component>
b07e89eb79e3 Add 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="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
  3383
      <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
  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="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
  3386
      <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
  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
     <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
  3389
      <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
  3390
     </component>
b07e89eb79e3 Add 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
     <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
  3392
      <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
  3393
     </component>
b07e89eb79e3 Add 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
     <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
  3395
      <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
  3396
     </component>
b07e89eb79e3 Add 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
     <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
  3398
      <!-- 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
  3399
      <!-- <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
  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="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
  3402
      <!-- 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
  3403
      <!--   <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
  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
     <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
  3406
      <!-- 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
  3407
				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
  3408
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3412
     <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
  3413
      <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
  3414
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3417
   <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
  3418
    <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
  3419
     <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
  3420
      <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
  3421
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3424
     <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
  3425
      <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
  3426
     </component>
b07e89eb79e3 Add 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
     <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
  3428
      <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
  3429
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3432
     <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
  3433
      <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
  3434
     </component>
b07e89eb79e3 Add 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
     <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
  3436
      <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
  3437
     </component>
b07e89eb79e3 Add 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
     <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
  3439
      <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
  3440
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3443
     <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
  3444
      <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
  3445
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3448
     <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
  3449
      <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
  3450
     </component>
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3451
     <component name="mtpimagedp" long-name="MTP Image Data Provider" filter="gt" introduced="^3" purpose="optional" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3452
      <unit bldFile="mw/remoteconn/mtpdataproviders/mtpimagedp/group" mrp="mw/remoteconn/mtpdataproviders/mtpimagedp/group/mtp_imagedp.mrp"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3453
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3454
     <component name="mtppictbridgedp" long-name="MTP PictBridge Data Provider" filter="gt" introduced="^3" purpose="optional" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3455
      <unit bldFile="mw/remoteconn/mtpdataproviders/mtppictbridgedp/group" mrp="mw/remoteconn/mtpdataproviders/mtppictbridgedp/group/mtp_pictbridgedp.mrp"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  3456
     </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
  3457
    </collection>
b07e89eb79e3 Add 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
    <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
  3459
     <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
  3460
      <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
  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="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
  3463
      <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
  3464
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3467
     <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
  3468
      <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
  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="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
  3471
      <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
  3472
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3475
   <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
  3476
    <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
  3477
     <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
  3478
      <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
  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
    <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
  3482
     <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
  3483
      <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
  3484
     </component>
b07e89eb79e3 Add 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
     <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
  3486
      <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
  3487
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  3490
     <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
  3491
      <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
  3492
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3495
   <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
  3496
    <!-- 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
  3497
    <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
  3498
     <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
  3499
      <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
  3500
     </component>
b07e89eb79e3 Add 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
     <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
  3502
      <!-- 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
  3503
      <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
  3504
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  3507
     <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
  3508
      <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
  3509
     </component>
b07e89eb79e3 Add 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 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
  3511
      <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
  3512
     </component>
b07e89eb79e3 Add 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="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
  3514
      <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
  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
     <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
  3517
      <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
  3518
     </component>
b07e89eb79e3 Add 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
     <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
  3520
      <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
  3521
     </component>
b07e89eb79e3 Add 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
     <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
  3523
      <!-- 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
  3524
      <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
  3525
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3528
     <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
  3529
      <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
  3530
     </component>
b07e89eb79e3 Add 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 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
  3532
      <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
  3533
     </component>
b07e89eb79e3 Add 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
     <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
  3535
      <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
  3536
     </component>
b07e89eb79e3 Add 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
     <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
  3538
      <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
  3539
     </component>
b07e89eb79e3 Add 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
     <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
  3541
      <!-- 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
  3542
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3546
     <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
  3547
      <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
  3548
     </component>
b07e89eb79e3 Add 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="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
  3550
      <!-- <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
  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
     <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
  3553
      <!-- <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
  3554
     </component>
b07e89eb79e3 Add 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
     <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
  3556
      <!--<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
  3557
     </component>
b07e89eb79e3 Add 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
     <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
  3559
      <!--<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
  3560
     </component>
b07e89eb79e3 Add 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
     <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
  3562
      <!--<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
  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
     <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
  3565
      <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
  3566
     </component>
b07e89eb79e3 Add 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
     <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
  3568
      <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
  3569
     </component>
b07e89eb79e3 Add 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
     <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
  3571
      <!-- 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
  3572
      <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
  3573
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3576
     <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
  3577
      <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
  3578
     </component>
b07e89eb79e3 Add 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
     <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
  3580
      <!--<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
  3581
     </component>
b07e89eb79e3 Add 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
     <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
  3583
      <!--<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
  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
     <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
  3586
      <!--<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
  3587
     </component>
b07e89eb79e3 Add 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
     <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
  3589
      <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
  3590
     </component>
b07e89eb79e3 Add 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
     <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
  3592
      <!-- 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
  3593
      <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
  3594
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3597
     <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
  3598
      <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
  3599
     </component>
b07e89eb79e3 Add 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
     <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
  3601
      <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
  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
     <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
  3604
      <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
  3605
     </component>
b07e89eb79e3 Add 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
     <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
  3607
      <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
  3608
     </component>
b07e89eb79e3 Add 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
     <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
  3610
      <!-- 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
  3611
      <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
  3612
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3615
     <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
  3616
      <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
  3617
     </component>
b07e89eb79e3 Add 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
     <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
  3619
      <!-- 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
  3620
      <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
  3621
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3624
     <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
  3625
      <!-- 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
  3626
      <!--<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
  3627
        <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
  3628
        <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
  3629
        <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
  3630
     </component>
b07e89eb79e3 Add 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
     <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
  3632
      <!-- <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
  3633
     </component>
b07e89eb79e3 Add 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
     <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
  3635
      <!--<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
  3636
     </component>
b07e89eb79e3 Add 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 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
  3638
      <!-- 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
  3639
      <!--<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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3643
     <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
  3644
      <!-- <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
  3645
      <!-- 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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3649
     <!-- 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
  3650
     <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
  3651
      <!-- <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
  3652
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  3655
     <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
  3656
      <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
  3657
     </component>
b07e89eb79e3 Add 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 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
  3659
      <!-- 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
  3660
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  3664
   <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
  3665
    <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
  3666
     <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
  3667
      <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
  3668
     </component>
b07e89eb79e3 Add 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
     <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
  3670
      <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
  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
     <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
  3673
      <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
  3674
     </component>
b07e89eb79e3 Add 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
     <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
  3676
      <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
  3677
     </component>
b07e89eb79e3 Add 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
     <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
  3679
      <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
  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
     <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
  3682
      <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
  3683
     </component>
b07e89eb79e3 Add 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
     <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
  3685
      <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
  3686
     </component>
b07e89eb79e3 Add 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
     <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
  3688
      <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
  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="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
  3691
      <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
  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="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
  3694
      <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
  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="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
  3697
      <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
  3698
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  3701
     <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
  3702
      <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
  3703
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3706
     <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
  3707
      <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
  3708
     </component>
b07e89eb79e3 Add 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="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
  3710
      <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
  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
     <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
  3713
      <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
  3714
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3717
   <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
  3718
    <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
  3719
     <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
  3720
      <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
  3721
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3724
     <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
  3725
      <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
  3726
     </component>
b07e89eb79e3 Add 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 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
  3728
      <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
  3729
     </component>
b07e89eb79e3 Add 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 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
  3731
      <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
  3732
     </component>
b07e89eb79e3 Add 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 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
  3734
      <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
  3735
     </component>
b07e89eb79e3 Add 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 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
  3737
      <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
  3738
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3741
     <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
  3742
      <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
  3743
     </component>
b07e89eb79e3 Add 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
     <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
  3745
      <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
  3746
     </component>
b07e89eb79e3 Add 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
     <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
  3748
      <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
  3749
     </component>
b07e89eb79e3 Add 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
     <!--	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
  3751
  <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
  3752
        <unit bldFile="usbclasses/ptpstack/group"/>
337
ba054d5c5c33 First drop of single model for symbian3
Dario Sestito <darios@symbian.org>
parents: 296
diff changeset
  3753
      </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
  3754
      <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
  3755
        <unit bldFile="usbclasses/sicdusbplugin/group"/>
360
1990f981895e adding changes for updated mm package_definition.xml
andy simpson <andrews@symbian.org>
parents: 353
diff changeset
  3756
      </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
  3757
      <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
  3758
        <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
  3759
      </component>-->
b07e89eb79e3 Add 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="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
  3761
      <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
  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
     <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
  3764
      <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
  3765
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3768
     <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
  3769
      <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
  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="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
  3772
      <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
  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
     <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
  3775
      <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
  3776
     </component>
b07e89eb79e3 Add 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
     <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
  3778
      <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
  3779
     </component>
b07e89eb79e3 Add 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 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
  3781
      <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
  3782
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3785
   <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
  3786
    <!-- 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
  3787
    <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
  3788
     <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
  3789
      <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
  3790
     </component>
b07e89eb79e3 Add 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 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
  3792
      <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
  3793
     </component>
b07e89eb79e3 Add 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 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
  3795
      <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
  3796
     </component>
b07e89eb79e3 Add 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 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
  3798
      <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
  3799
     </component>
b07e89eb79e3 Add 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="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
  3801
      <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
  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="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
  3804
      <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
  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="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
  3807
      <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
  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
     <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
  3810
      <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
  3811
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3812
     <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
  3813
      <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
  3814
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  3815
     <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
  3816
      <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
  3817
     </component>
b07e89eb79e3 Add 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 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
  3819
      <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
  3820
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3823
     <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
  3824
      <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
  3825
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
  3828
   <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
  3829
    <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
  3830
     <!-- 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
  3831
     <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
  3832
      <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
  3833
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3836
     <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
  3837
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3841
     <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
  3842
      <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
  3843
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  3846
   <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
  3847
    <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
  3848
     <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
  3849
      <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
  3850
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3853
     <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
  3854
      <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
  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="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
  3857
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  3861
   <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
  3862
    <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
  3863
     <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
  3864
      <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
  3865
     </component>
b07e89eb79e3 Add 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
     <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
  3867
      <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
  3868
     </component>
b07e89eb79e3 Add 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
     <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
  3870
      <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
  3871
     </component>
b07e89eb79e3 Add 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
     <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
  3873
      <!--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
  3874
      <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
  3875
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3878
     <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
  3879
      <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
  3880
     </component>
b07e89eb79e3 Add 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
     <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
  3882
      <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
  3883
     </component>
b07e89eb79e3 Add 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 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
  3885
      <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
  3886
     </component>
b07e89eb79e3 Add 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
     <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
  3888
      <!--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
  3889
      <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
  3890
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3893
     <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
  3894
      <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
  3895
     </component>
b07e89eb79e3 Add 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
     <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
  3897
      <!--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
  3898
      <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
  3899
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3902
     <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
  3903
      <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
  3904
     </component>
b07e89eb79e3 Add 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
     <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
  3906
      <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
  3907
     </component>
b07e89eb79e3 Add 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
     <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
  3909
      <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
  3910
     </component>
b07e89eb79e3 Add 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
     <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
  3912
      <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
  3913
     </component>
b07e89eb79e3 Add 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 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
  3915
      <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
  3916
     </component>
b07e89eb79e3 Add 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 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
  3918
      <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
  3919
     </component>
b07e89eb79e3 Add 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
     <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
  3921
      <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
  3922
     </component>
b07e89eb79e3 Add 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
     <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
  3924
      <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
  3925
     </component>
b07e89eb79e3 Add 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
     <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
  3927
      <!-- 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
  3928
      <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
  3929
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3932
     <!-- 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
  3933
     <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
  3934
      <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
  3935
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  3938
     <!-- 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
  3939
     <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
  3940
      <!-- 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
  3941
      <!--<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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  3945
     <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
  3946
      <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
  3947
     </component>
b07e89eb79e3 Add 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
     <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
  3949
      <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
  3950
     </component>
b07e89eb79e3 Add 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
     <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
  3952
      <!-- 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
  3953
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  3957
   <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
  3958
    <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
  3959
     <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
  3960
      <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
  3961
     </component>
b07e89eb79e3 Add 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
     <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
  3963
      <!-- 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
  3964
      <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
  3965
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3968
     <!-- 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
  3969
     <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
  3970
      <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
  3971
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3974
     <!-- 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
  3975
     <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
  3976
      <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
  3977
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3980
     <!-- 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
  3981
     <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
  3982
      <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
  3983
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  3986
     <!-- 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
  3987
     <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
  3988
      <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
  3989
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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 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
  3992
     <!-- 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
  3993
     <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
  3994
      <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
  3995
     </component>
b07e89eb79e3 Add 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
     <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
  3997
      <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
  3998
     </component>
b07e89eb79e3 Add 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
     <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
  4000
      <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
  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
     <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
  4003
      <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
  4004
     </component>
b07e89eb79e3 Add 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
     <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
  4006
      <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
  4007
     </component>
b07e89eb79e3 Add 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
     <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
  4009
      <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
  4010
     </component>
b07e89eb79e3 Add 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
     <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
  4012
      <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
  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
     <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
  4015
      <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
  4016
     </component>
b07e89eb79e3 Add 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
     <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
  4018
      <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
  4019
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4022
   <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
  4023
    <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
  4024
     <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
  4025
      <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
  4026
     </component>
b07e89eb79e3 Add 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
     <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
  4028
      <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
  4029
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  4032
     <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
  4033
      <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
  4034
     </component>
b07e89eb79e3 Add 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
     <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
  4036
      <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
  4037
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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 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
  4040
     <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
  4041
      <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
  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
   </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
  4045
   <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
  4046
    <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
  4047
     <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
  4048
      <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
  4049
     </component>
b07e89eb79e3 Add 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
     <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
  4051
      <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
  4052
     </component>
b07e89eb79e3 Add 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
     <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
  4054
      <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
  4055
     </component>
b07e89eb79e3 Add 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
     <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
  4057
      <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
  4058
     </component>
b07e89eb79e3 Add 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
     <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
  4060
      <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
  4061
     </component>
b07e89eb79e3 Add 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
     <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
  4063
      <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
  4064
     </component>
b07e89eb79e3 Add 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
     <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
  4066
      <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
  4067
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4070
     <!-- 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
  4071
     <!-- 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
  4072
    </collection>
b07e89eb79e3 Add 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
    <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
  4074
     <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
  4075
      <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
  4076
     </component>
b07e89eb79e3 Add 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
     <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
  4078
      <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
  4079
     </component>
b07e89eb79e3 Add 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
     <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
  4081
      <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
  4082
     </component>
b07e89eb79e3 Add 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="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
  4084
      <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
  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="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
  4087
      <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
  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
     <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
  4090
      <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
  4091
     </component>
b07e89eb79e3 Add 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
     <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
  4093
      <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
  4094
     </component>
b07e89eb79e3 Add 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
     <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
  4096
      <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
  4097
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  4100
     <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
  4101
      <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
  4102
     </component>
b07e89eb79e3 Add 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
     <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
  4104
      <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
  4105
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4108
   <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
  4109
    <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
  4110
     <!-- 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
  4111
     <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
  4112
      <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
  4113
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4116
   <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
  4117
    <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
  4118
     <!-- 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
  4119
     <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
  4120
      <!-- 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
  4121
      <!-- <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
  4122
     </component>
b07e89eb79e3 Add 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 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
  4124
      <!-- 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
  4125
      <!-- <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
  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
     <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
  4128
      <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
  4129
     </component>
b07e89eb79e3 Add 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
     <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
  4131
      <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
  4132
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4135
     <!-- 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
  4136
     <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
  4137
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  4141
     <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
  4142
      <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
  4143
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4146
     <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
  4147
      <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
  4148
     </component>
b07e89eb79e3 Add 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
     <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
  4150
      <!-- 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
  4151
      <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
  4152
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4155
   <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
  4156
    <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
  4157
     <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
  4158
      <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
  4159
     </component>
b07e89eb79e3 Add 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
     <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
  4161
      <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
  4162
     </component>
b07e89eb79e3 Add 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
     <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
  4164
      <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
  4165
     </component>
b07e89eb79e3 Add 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
     <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
  4167
      <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
  4168
     </component>
b07e89eb79e3 Add 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
     <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
  4170
      <!--  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
  4171
      <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
  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
    <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
  4175
     <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
  4176
      <!-- 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
  4177
      		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
  4178
      <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
  4179
     </component>
b07e89eb79e3 Add 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
     <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
  4181
      <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
  4182
     </component>
b07e89eb79e3 Add 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
     <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
  4184
      <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
  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="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
  4187
      <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
  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="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
  4190
      <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
  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
     <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
  4193
      <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
  4194
     </component>
b07e89eb79e3 Add 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="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
  4196
      <!-- 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
  4197
      <!-- <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
  4198
     </component>
b07e89eb79e3 Add 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
     <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
  4200
      <!-- 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
  4201
      <!-- <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
  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
     <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
  4204
      <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
  4205
     </component>
b07e89eb79e3 Add 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
     <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
  4207
      <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
  4208
     </component>
b07e89eb79e3 Add 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
     <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
  4210
      <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
  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
    <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
  4214
     <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
  4215
      <!--  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
  4216
      <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
  4217
     </component>
b07e89eb79e3 Add 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 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
  4219
     <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
  4220
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  4224
   <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
  4225
    <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
  4226
     <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
  4227
      <!--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
  4228
      <!--  <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
  4229
     </component>
b07e89eb79e3 Add 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
     <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
  4231
      <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
  4232
     </component>
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4233
     <component name="ptihangulcore" filter="s60" long-name="PIT Hangul Core" introduced="^3">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4234
      <unit bldFile="mw/inputmethods/textinput/ptihangulcore/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4235
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4236
     <component name="ptikoreanqwertycore" filter="s60" long-name="PTI Korean QWERTY Core" introduced="^3">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4237
      <unit bldFile="mw/inputmethods/textinput/ptikoreanqwertycore/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4238
     </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
  4239
     <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
  4240
      <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
  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="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
  4243
      <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
  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="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
  4246
      <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
  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="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
  4249
      <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
  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="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
  4252
      <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
  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="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
  4255
      <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
  4256
     </component>
b07e89eb79e3 Add 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 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
  4258
      <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
  4259
     </component>
b07e89eb79e3 Add 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
     <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
  4261
      <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
  4262
     </component>
b07e89eb79e3 Add 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
     <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
  4264
      <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
  4265
     </component>
b07e89eb79e3 Add 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
     <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
  4267
      <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
  4268
     </component>
b07e89eb79e3 Add 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
     <component name="gslangplugin" filter="s60" long-name="GS Language Plugin" plugin="Y">
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4270
      <unit bldFile="mw/inputmethods/textinput/GSLangPlugin"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4271
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4272
     <component name="peninputgenericitut" filter="s60" long-name="Pen Input Generic ITU-T" introduced="^3" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4273
      <unit bldFile="mw/inputmethods/textinput/peninputgenericitut/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4274
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4275
     <component name="peninputhwrtrui" filter="s60" long-name="Pen Input Handwriting Recognition Training UI" introduced="^3" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4276
      <unit bldFile="mw/inputmethods/textinput/peninputhwrtrui/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4277
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4278
     <component name="peninputhwrfscn" filter="s60" long-name="Pen Input Chinese Full Screen Handwriting Recognition" introduced="^3" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4279
      <unit bldFile="mw/inputmethods/textinput/peninputhwrfscn/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4280
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4281
     <component name="peninputvkbkr" filter="s60" long-name="Pen Input Korean Virtual Keyboard" introduced="^3" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4282
      <unit bldFile="mw/inputmethods/textinput/peninputvkbkr/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4283
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4284
     <component name="peninputfingerhwr" filter="s60" long-name="Pen Input Finger Handwriting Recognition" introduced="^3" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4285
      <unit bldFile="mw/inputmethods/textinput/peninputfingerhwr/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4286
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4287
     <component name="peninputsplititut" filter="s60" long-name="Pen Input Split ITU-T" introduced="^3" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4288
      <unit bldFile="mw/inputmethods/textinput/peninputsplititut/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4289
     </component>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4290
     <component name="peninputsplitqwerty" filter="s60" long-name="Pen Input Split QWERTY" introduced="^3" plugin="Y">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4291
      <unit bldFile="mw/inputmethods/textinput/peninputsplitqwerty/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
  4292
     </component>
b07e89eb79e3 Add 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
     <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
  4294
      <!--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
  4295
      <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
  4296
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4299
     <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
  4300
      <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
  4301
     </component>
b07e89eb79e3 Add 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
     <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
  4303
      <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
  4304
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4307
     <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
  4308
      <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
  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="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
  4311
      <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
  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="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
  4314
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  4318
   <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
  4319
   <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
  4320
    <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
  4321
     <!-- 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
  4322
     <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
  4323
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  4327
     <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
  4328
      <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
  4329
     </component>
b07e89eb79e3 Add 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
     <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
  4331
      <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
  4332
     </component>
b07e89eb79e3 Add 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 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
  4334
      <!-- 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
  4335
      <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
  4336
      <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
  4337
      <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
  4338
     </component>
b07e89eb79e3 Add 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="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
  4340
      <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
  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="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
  4343
      <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
  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="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
  4346
      <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
  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
    <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
  4350
     <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
  4351
      <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
  4352
     </component>
b07e89eb79e3 Add 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
     <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
  4354
      <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
  4355
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  4358
     <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
  4359
      <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
  4360
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4363
     <!-- 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
  4364
     <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
  4365
      <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
  4366
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4369
     <!-- 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
  4370
     <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
  4371
      <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
  4372
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4375
     <!-- 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
  4376
     <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
  4377
      <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
  4378
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  4381
     <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
  4382
      <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
  4383
     </component>
b07e89eb79e3 Add 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 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
  4385
      <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
  4386
     </component>
b07e89eb79e3 Add 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 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
  4388
      <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
  4389
     </component>
b07e89eb79e3 Add 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="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
  4391
      <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
  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="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
  4395
     <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
  4396
      <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
  4397
     </component>
b07e89eb79e3 Add 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 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
  4399
      <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
  4400
     </component>
b07e89eb79e3 Add 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
     <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
  4402
      <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
  4403
     </component>
b07e89eb79e3 Add 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 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
  4405
      <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
  4406
     </component>
b07e89eb79e3 Add 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
     <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
  4408
      <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
  4409
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  4412
     <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
  4413
      <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
  4414
     </component>
b07e89eb79e3 Add 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 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
  4416
      <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
  4417
     </component>
b07e89eb79e3 Add 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 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
  4419
      <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
  4420
     </component>
b07e89eb79e3 Add 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 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
  4422
      <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
  4423
     </component>
b07e89eb79e3 Add 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 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
  4425
      <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
  4426
     </component>
b07e89eb79e3 Add 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="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
  4428
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  4432
     <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
  4433
      <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
  4434
     </component>
b07e89eb79e3 Add 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 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
  4436
      <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
  4437
     </component>
b07e89eb79e3 Add 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
     <!-- 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
  4439
     <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
  4440
      <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
  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
   </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
  4444
   <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
  4445
    <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
  4446
     <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
  4447
      <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
  4448
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4451
     <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
  4452
      <!-- 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
  4453
      <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
  4454
     </component>
b07e89eb79e3 Add 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 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
  4456
      <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
  4457
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4460
   <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
  4461
    <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
  4462
     <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
  4463
      <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
  4464
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4467
     <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
  4468
      <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
  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
     <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
  4471
      <!-- 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
  4472
      <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
  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="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
  4477
    <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
  4478
     <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
  4479
      <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
  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
     <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
  4482
      <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
  4483
     </component>
b07e89eb79e3 Add 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 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
  4485
     <!-- 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
  4486
     <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
  4487
      <!-- 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
  4488
     </component>
b07e89eb79e3 Add 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 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
  4490
      <!-- 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
  4491
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  4494
     <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
  4495
      <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
  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
     <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
  4498
      <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
  4499
     </component>
b07e89eb79e3 Add 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
     <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
  4501
      <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
  4502
     </component>
b07e89eb79e3 Add 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
     <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
  4504
      <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
  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
     <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
  4507
      <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
  4508
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  4511
     <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
  4512
      <!-- 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
  4513
      <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
  4514
      <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
  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="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
  4517
      <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
  4518
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4521
     <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
  4522
      <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
  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
     <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
  4525
      <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
  4526
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4529
     <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
  4530
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  4534
     <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
  4535
      <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
  4536
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4539
     <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
  4540
      <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
  4541
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  4544
     <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
  4545
      <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
  4546
     </component>
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4547
     <!-- R&D materials, should be Nokia only: exports S60 fonts, removes freetype
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4548
      <component id="s6_fonts" filter="s60" name="S60 Fonts">
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  4549
        <unit bldFile="fontsupport/fontutils/group"/>
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  4550
      </component>
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  4551
-->
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4552
     <component name="fontutils" filter="sf_build" long-name="Font Utils">
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4553
      <unit bldFile="mw/uiresources/fontsupport/fontutils/FontUtils/group"/>
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  4554
     </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
  4555
    </collection>
b07e89eb79e3 Add 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
    <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
  4557
     <!-- 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
  4558
     <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
  4559
      <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
  4560
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4563
   <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
  4564
    <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
  4565
     <!-- 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
  4566
     <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
  4567
      <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
  4568
      <!-- 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
  4569
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  4572
     <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
  4573
      <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
  4574
     </component>
b07e89eb79e3 Add 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
     <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
  4576
      <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
  4577
     </component>
b07e89eb79e3 Add 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 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
  4579
      <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
  4580
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  4581
     <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
  4582
      <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
  4583
     </component>
b07e89eb79e3 Add 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
     <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
  4585
      <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
  4586
     </component>
b07e89eb79e3 Add 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="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
  4588
      <!-- 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
  4589
      <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
  4590
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4593
     <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
  4594
      <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
  4595
     </component>
b07e89eb79e3 Add 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
     <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
  4597
      <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
  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
   </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
  4601
   <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
  4602
    <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
  4603
     <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
  4604
      <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
  4605
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4608
     <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
  4609
      <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
  4610
     </component>
b07e89eb79e3 Add 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
     <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
  4612
      <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
  4613
     </component>
b07e89eb79e3 Add 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
     <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
  4615
      <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
  4616
     </component>
b07e89eb79e3 Add 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
     <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
  4618
      <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
  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="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
  4622
     <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
  4623
      <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
  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="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
  4626
      <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
  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="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
  4631
    <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
  4632
     <!-- 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
  4633
     <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
  4634
      <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
  4635
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  4638
     <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
  4639
      <!-- <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
  4640
     </component>
b07e89eb79e3 Add 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
     <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
  4642
      <!-- <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
  4643
     </component>
b07e89eb79e3 Add 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
     <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
  4645
      <!-- <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
  4646
     </component>
b07e89eb79e3 Add 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
     <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
  4648
      <!-- <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
  4649
     </component>
b07e89eb79e3 Add 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
     <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
  4651
      <!-- <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
  4652
     </component>
b07e89eb79e3 Add 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 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
  4654
      <!-- <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
  4655
     </component>
b07e89eb79e3 Add 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 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
  4657
      <!-- <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
  4658
     </component>
b07e89eb79e3 Add 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
     <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
  4660
      <!-- <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
  4661
     </component>
b07e89eb79e3 Add 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="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
  4663
      <!-- <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
  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
     <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
  4666
      <!-- 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
  4667
      <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
  4668
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4671
     <!-- 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
  4672
     <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
  4673
      <!--<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
  4674
     </component>
b07e89eb79e3 Add 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 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
  4676
      <!--<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
  4677
     </component>
b07e89eb79e3 Add 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 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
  4679
      <!--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
  4680
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  4684
     <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
  4685
      <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
  4686
     </component>
b07e89eb79e3 Add 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 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
  4688
      <!--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
  4689
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  4693
     <!-- 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
  4694
     <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
  4695
      <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
  4696
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  4699
     <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
  4700
      <!-- <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
  4701
     </component>
b07e89eb79e3 Add 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
     <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
  4703
      <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
  4704
      <!-- 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
  4705
      <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
  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="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
  4708
      <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
  4709
     </component>
b07e89eb79e3 Add 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 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
  4711
      <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
  4712
     </component>
b07e89eb79e3 Add 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="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
  4714
      <!-- 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
  4715
      		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
  4716
      <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
  4717
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4720
     <!-- 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
  4721
     <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
  4722
      <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
  4723
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4726
     <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
  4727
      <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
  4728
     </component>
b07e89eb79e3 Add 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
     <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
  4730
      <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
  4731
     </component>
b07e89eb79e3 Add 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
     <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
  4733
      <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
  4734
     </component>
b07e89eb79e3 Add 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 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
  4736
      <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
  4737
     </component>
b07e89eb79e3 Add 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 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
  4739
      <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
  4740
     </component>
b07e89eb79e3 Add 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 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
  4742
      <!-- 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
  4743
      		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
  4744
      <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
  4745
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  4748
     <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
  4749
      <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
  4750
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4753
   <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
  4754
    <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
  4755
     <!-- 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
  4756
     <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
  4757
      <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
  4758
     </component>
b07e89eb79e3 Add 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
     <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
  4760
      <!-- <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
  4761
     </component>
b07e89eb79e3 Add 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
     <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
  4763
      <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
  4764
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4767
     <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
  4768
      <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
  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="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
  4771
      <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
  4772
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4775
     <!-- 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
  4776
     <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
  4777
      <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
  4778
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  4781
     <!-- 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
  4782
     <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
  4783
      <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
  4784
     </component>
b07e89eb79e3 Add 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="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
  4786
      <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
  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="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
  4789
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  4793
     <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
  4794
      <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
  4795
     </component>
b07e89eb79e3 Add 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="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
  4797
      <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
  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="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
  4800
      <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
  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="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
  4804
     <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
  4805
      <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
  4806
     </component>
b07e89eb79e3 Add 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 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
  4808
      <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
  4809
     </component>
b07e89eb79e3 Add 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
     <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
  4811
      <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
  4812
     </component>
b07e89eb79e3 Add 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 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
  4814
      <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
  4815
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4818
     <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
  4819
      <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
  4820
     </component>
b07e89eb79e3 Add 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
     <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
  4822
      <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
  4823
     </component>
b07e89eb79e3 Add 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 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
  4825
      <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
  4826
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4829
   <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
  4830
    <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
  4831
     <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
  4832
      <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
  4833
     </component>
b07e89eb79e3 Add 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
     <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
  4835
      <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
  4836
     </component>
b07e89eb79e3 Add 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
     <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
  4838
      <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
  4839
     </component>
b07e89eb79e3 Add 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
     <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
  4841
      <!-- 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
  4842
      <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
  4843
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  4846
     <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
  4847
      <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
  4848
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4851
     <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
  4852
      <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
  4853
     </component>
b07e89eb79e3 Add 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
     <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
  4855
      <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
  4856
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   <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
  4860
    <!-- 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
  4861
    <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
  4862
     <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
  4863
      <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
  4864
     </component>
b07e89eb79e3 Add 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 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
  4866
      <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
  4867
     </component>
b07e89eb79e3 Add 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 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
  4869
      <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
  4870
     </component>
b07e89eb79e3 Add 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
     <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
  4872
      <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
  4873
     </component>
b07e89eb79e3 Add 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
     <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
  4875
      <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
  4876
     </component>
b07e89eb79e3 Add 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 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
  4878
      <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
  4879
     </component>
b07e89eb79e3 Add 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="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
  4881
      <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
  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="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
  4884
      <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
  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
     <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
  4887
      <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
  4888
     </component>
b07e89eb79e3 Add 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
     <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
  4890
      <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
  4891
     </component>
b07e89eb79e3 Add 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
     <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
  4893
      <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
  4894
     </component>
b07e89eb79e3 Add 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
     <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
  4896
      <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
  4897
     </component>
b07e89eb79e3 Add 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
     <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
  4899
      <!--  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
  4900
      <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
  4901
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  4904
   <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
  4905
    <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
  4906
     <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
  4907
      <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
  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="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
  4910
      <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
  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="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
  4913
      <!-- 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
  4914
      <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
  4915
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  4918
     <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
  4919
      <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
  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="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
  4922
      <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
  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="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
  4925
      <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
  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="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
  4928
      <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
  4929
     </component>
b07e89eb79e3 Add 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 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
  4931
      <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
  4932
     </component>
b07e89eb79e3 Add 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
     <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
  4934
      <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
  4935
     </component>
b07e89eb79e3 Add 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
     <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
  4937
      <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
  4938
     </component>
b07e89eb79e3 Add 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
     <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
  4940
      <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
  4941
     </component>
b07e89eb79e3 Add 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
     <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
  4943
      <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
  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
     <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
  4946
      <!-- 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
  4947
      <!-- <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
  4948
     </component>
b07e89eb79e3 Add 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 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
  4950
      <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
  4951
     </component>
b07e89eb79e3 Add 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 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
  4953
      <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
  4954
     </component>
b07e89eb79e3 Add 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 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
  4956
      <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
  4957
     </component>
b07e89eb79e3 Add 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 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
  4959
      <!-- 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
  4960
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  4964
     <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
  4965
      <!-- 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
  4966
      <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
  4967
      <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
  4968
      <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
  4969
      <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
  4970
      <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
  4971
     </component>
b07e89eb79e3 Add 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
     <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
  4973
      <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
  4974
     </component>
b07e89eb79e3 Add 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
     <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
  4976
      <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
  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="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
  4979
      <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
  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="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
  4982
      <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
  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="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
  4985
      <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
  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="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
  4988
      <!-- 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
  4989
      <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
  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
     <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
  4992
      <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
  4993
     </component>
b07e89eb79e3 Add 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
     <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
  4995
      <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
  4996
     </component>
b07e89eb79e3 Add 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
     <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
  4998
      <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
  4999
     </component>
b07e89eb79e3 Add 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 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
  5001
      <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
  5002
     </component>
b07e89eb79e3 Add 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 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
  5004
      <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
  5005
     </component>
b07e89eb79e3 Add 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 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
  5007
      <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
  5008
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5011
     <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
  5012
      <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
  5013
     </component>
b07e89eb79e3 Add 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
     <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
  5015
      <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
  5016
     </component>
b07e89eb79e3 Add 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
     <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
  5018
      <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
  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="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
  5021
      <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
  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="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
  5024
      <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
  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="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
  5027
      <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
  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="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
  5030
      <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
  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="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
  5033
      <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
  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="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
  5036
      <!-- 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
  5037
      		#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
  5038
      <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
  5039
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5042
     <!-- 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
  5043
     <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
  5044
      <!--<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
  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="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
  5047
      <!--<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
  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="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
  5050
      <!-- <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
  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="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
  5053
      <!--<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
  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="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
  5056
      <!--<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
  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="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
  5059
      <!--<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
  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="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
  5062
      <!--<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
  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="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
  5065
      <!-- 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
  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/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
  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
   </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
  5071
   <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
  5072
    <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
  5073
     <!-- 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
  5074
     <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
  5075
      <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
  5076
     </component>
b07e89eb79e3 Add 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 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
  5078
      <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
  5079
     </component>
b07e89eb79e3 Add 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 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
  5081
      <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
  5082
     </component>
b07e89eb79e3 Add 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 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
  5084
      <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
  5085
     </component>
b07e89eb79e3 Add 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 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
  5087
      <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
  5088
     </component>
b07e89eb79e3 Add 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 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
  5090
      <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
  5091
     </component>
b07e89eb79e3 Add 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 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
  5093
      <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
  5094
     </component>
b07e89eb79e3 Add 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
     <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
  5096
      <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
  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
     <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
  5099
      <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
  5100
     </component>
b07e89eb79e3 Add 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
     <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
  5102
      <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
  5103
     </component>
b07e89eb79e3 Add 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
     <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
  5105
      <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
  5106
     </component>
b07e89eb79e3 Add 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
     <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
  5108
      <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
  5109
     </component>
b07e89eb79e3 Add 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
     <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
  5111
      <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
  5112
     </component>
b07e89eb79e3 Add 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
     <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
  5114
      <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
  5115
     </component>
b07e89eb79e3 Add 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
     <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
  5117
      <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
  5118
     </component>
b07e89eb79e3 Add 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
     <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
  5120
      <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
  5121
     </component>
b07e89eb79e3 Add 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
     <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
  5123
      <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
  5124
     </component>
b07e89eb79e3 Add 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
     <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
  5126
      <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
  5127
     </component>
b07e89eb79e3 Add 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
     <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
  5129
      <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
  5130
     </component>
b07e89eb79e3 Add 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
     <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
  5132
      <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
  5133
     </component>
b07e89eb79e3 Add 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
     <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
  5135
      <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
  5136
     </component>
b07e89eb79e3 Add 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
     <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
  5138
      <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
  5139
     </component>
b07e89eb79e3 Add 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
     <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
  5141
      <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
  5142
     </component>
b07e89eb79e3 Add 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
     <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
  5144
      <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
  5145
     </component>
b07e89eb79e3 Add 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
     <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
  5147
      <!-- 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
  5148
      <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
  5149
      <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
  5150
      <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
  5151
     </component>
b07e89eb79e3 Add 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
     <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
  5153
      <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
  5154
     </component>
b07e89eb79e3 Add 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
     <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
  5156
      <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
  5157
     </component>
b07e89eb79e3 Add 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
     <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
  5159
      <!-- 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
  5160
      <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
  5161
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5164
     <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
  5165
      <!-- 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
  5166
      <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
  5167
     </component>
b07e89eb79e3 Add 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 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
  5169
      <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
  5170
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  5173
   <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
  5174
    <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
  5175
     <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
  5176
      <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
  5177
     </component>
b07e89eb79e3 Add 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
     <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
  5179
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  5183
   <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
  5184
    <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
  5185
     <!-- 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
  5186
     <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
  5187
      <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
  5188
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5191
     <!-- 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
  5192
     <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
  5193
      <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
  5194
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5197
     <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
  5198
      <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
  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
     <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
  5201
      <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
  5202
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5205
     <!-- 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
  5206
     <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
  5207
      <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
  5208
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  5211
     <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
  5212
      <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
  5213
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5216
     <!-- 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
  5217
     <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
  5218
      <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
  5219
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5222
    <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
  5223
     <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
  5224
      <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
  5225
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5228
     <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
  5229
      <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
  5230
     </component>
b07e89eb79e3 Add 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 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
  5232
      <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
  5233
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
  5236
  </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
  5237
  <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
  5238
   <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
  5239
    <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
  5240
     <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
  5241
      <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
  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="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
  5245
     <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
  5246
      <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
  5247
     </component>
b07e89eb79e3 Add 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 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
  5249
      <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
  5250
     </component>
b07e89eb79e3 Add 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
     <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
  5252
      <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
  5253
     </component>
b07e89eb79e3 Add 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 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
  5255
      <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
  5256
     </component>
b07e89eb79e3 Add 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="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
  5258
      <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
  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="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
  5261
      <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
  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
     <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
  5264
      <!-- 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
  5265
      <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
  5266
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  5269
     <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
  5270
      <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
  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
     <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
  5273
      <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
  5274
     </component>
b07e89eb79e3 Add 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
     <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
  5276
      <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
  5277
     </component>
b07e89eb79e3 Add 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
     <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
  5279
      <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
  5280
     </component>
b07e89eb79e3 Add 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
     <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
  5282
      <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
  5283
     </component>
b07e89eb79e3 Add 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
     <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
  5285
      <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
  5286
     </component>
b07e89eb79e3 Add 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
     <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
  5288
      <!-- 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
  5289
      <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
  5290
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5293
     <!-- 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
  5294
     <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
  5295
      <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
  5296
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5299
     <!-- 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
  5300
     <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
  5301
      <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
  5302
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5305
     <!-- 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
  5306
     <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
  5307
      <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
  5308
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5311
     <!-- 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
  5312
     <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
  5313
      <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
  5314
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5317
     <!-- 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
  5318
     <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
  5319
      <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
  5320
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5323
     <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
  5324
      <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
  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
     <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
  5327
      <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
  5328
     </component>
b07e89eb79e3 Add 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="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
  5330
      <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
  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
     <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
  5333
      <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
  5334
     </component>
b07e89eb79e3 Add 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="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
  5336
      <!-- 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
  5337
      <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
  5338
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5341
     <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
  5342
      <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
  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
     <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
  5345
      <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
  5346
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  5349
   <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
  5350
    <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
  5351
     <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
  5352
      <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
  5353
     </component>
b07e89eb79e3 Add 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 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
  5355
      <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
  5356
     </component>
b07e89eb79e3 Add 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
     <!-- 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
  5358
     <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
  5359
      <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
  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="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
  5362
      <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
  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="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
  5365
      <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
  5366
     </component>
b07e89eb79e3 Add 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 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
  5368
      <!-- 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
  5369
      <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
  5370
      <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
  5371
     </component>
b07e89eb79e3 Add 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 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
  5373
      <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
  5374
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  5377
     <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
  5378
      <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
  5379
     </component>
b07e89eb79e3 Add 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="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
  5381
      <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
  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="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
  5384
      <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
  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
     <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
  5387
      <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
  5388
     </component>
b07e89eb79e3 Add 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 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
  5390
      <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
  5391
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5394
     <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
  5395
      <!--  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
  5396
      <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
  5397
     </component>
b07e89eb79e3 Add 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
     <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
  5399
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  5403
   <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
  5404
    <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
  5405
     <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
  5406
      <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
  5407
     </component>
b07e89eb79e3 Add 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 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
  5409
      <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
  5410
     </component>
b07e89eb79e3 Add 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 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
  5412
      <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
  5413
     </component>
b07e89eb79e3 Add 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 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
  5415
      <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
  5416
     </component>
b07e89eb79e3 Add 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 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
  5418
      <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
  5419
     </component>
b07e89eb79e3 Add 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 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
  5421
      <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
  5422
     </component>
b07e89eb79e3 Add 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="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
  5424
      <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
  5425
     </component>
b07e89eb79e3 Add 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 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
  5427
      <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
  5428
     </component>
b07e89eb79e3 Add 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 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
  5430
      <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
  5431
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  5434
     <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
  5435
      <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
  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="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
  5438
      <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
  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="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
  5441
      <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
  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="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
  5444
      <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
  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="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
  5447
      <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
  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="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
  5450
      <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
  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="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
  5453
      <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
  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="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
  5456
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  5460
     <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
  5461
      <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
  5462
     </component>
b07e89eb79e3 Add 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="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
  5464
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  5468
     <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
  5469
      <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
  5470
     </component>
b07e89eb79e3 Add 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 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
  5472
      <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
  5473
     </component>
b07e89eb79e3 Add 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 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
  5475
      <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
  5476
     </component>
b07e89eb79e3 Add 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 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
  5478
      <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
  5479
     </component>
b07e89eb79e3 Add 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 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
  5481
      <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
  5482
     </component>
b07e89eb79e3 Add 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 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
  5484
      <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
  5485
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  5488
     <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
  5489
      <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
  5490
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5493
     <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
  5494
      <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
  5495
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
  5498
   <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
  5499
    <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
  5500
     <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
  5501
      <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
  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="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
  5504
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  5508
     <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
  5509
      <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
  5510
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5513
     <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
  5514
      <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
  5515
     </component>
b07e89eb79e3 Add 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
     <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
  5517
      <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
  5518
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  5521
     <!--  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
  5522
     <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
  5523
      <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
  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
    <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
  5527
     <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
  5528
      <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
  5529
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  5532
   <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
  5533
    <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
  5534
     <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
  5535
      <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
  5536
     </component>
b07e89eb79e3 Add 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="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
  5538
      <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
  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
     <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
  5541
      <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
  5542
     </component>
b07e89eb79e3 Add 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
     <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
  5544
      <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
  5545
     </component>
b07e89eb79e3 Add 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
     <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
  5547
      <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
  5548
     </component>
b07e89eb79e3 Add 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
     <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
  5550
      <!--  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
  5551
      <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
  5552
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  5555
     <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
  5556
      <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
  5557
     </component>
b07e89eb79e3 Add 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 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
  5559
      <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
  5560
     </component>
b07e89eb79e3 Add 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
     <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
  5562
      <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
  5563
     </component>
b07e89eb79e3 Add 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
     <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
  5565
      <!--  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
  5566
      		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
  5567
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  5571
     <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
  5572
      <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
  5573
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5576
     <!-- 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
  5577
     <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
  5578
      <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
  5579
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5582
     <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
  5583
      <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
  5584
     </component>
b07e89eb79e3 Add 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
     <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
  5586
      <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
  5587
      <!-- 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
  5588
      <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
  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="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
  5591
      <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
  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="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
  5594
      <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
  5595
     </component>
b07e89eb79e3 Add 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
     <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
  5597
      <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
  5598
     </component>
b07e89eb79e3 Add 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
     <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
  5600
      <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
  5601
     </component>
b07e89eb79e3 Add 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 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
  5603
      <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
  5604
     </component>
b07e89eb79e3 Add 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
     <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
  5606
      <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
  5607
     </component>
b07e89eb79e3 Add 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 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
  5609
      <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
  5610
     </component>
b07e89eb79e3 Add 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="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
  5612
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  5616
     <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
  5617
      <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
  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="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
  5620
      <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
  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="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
  5623
      <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
  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="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
  5626
      <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
  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="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
  5629
      <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
  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="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
  5632
      <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
  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="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
  5635
      <!--  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
  5636
      <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
  5637
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5640
     <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
  5641
      <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
  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
   </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
  5645
   <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
  5646
    <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
  5647
     <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
  5648
      <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
  5649
     </component>
b07e89eb79e3 Add 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 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
  5651
      <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
  5652
     </component>
b07e89eb79e3 Add 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 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
  5654
      <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
  5655
     </component>
b07e89eb79e3 Add 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 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
  5657
      <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
  5658
     </component>
b07e89eb79e3 Add 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 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
  5660
      <!-- 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
  5661
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  5665
     <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
  5666
      <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
  5667
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5670
     <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
  5671
      <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
  5672
     </component>
b07e89eb79e3 Add 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
     <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
  5674
      <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
  5675
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  5678
   <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
  5679
    <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
  5680
     <!-- 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
  5681
     <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
  5682
      <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
  5683
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5686
     <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
  5687
      <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
  5688
     </component>
b07e89eb79e3 Add 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
     <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
  5690
      <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
  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="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
  5694
     <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
  5695
      <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
  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
   </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
  5699
   <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
  5700
    <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
  5701
     <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
  5702
      <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
  5703
     </component>
b07e89eb79e3 Add 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 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
  5705
      <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
  5706
     </component>
b07e89eb79e3 Add 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
     <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
  5708
      <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
  5709
     </component>
b07e89eb79e3 Add 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="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
  5711
      <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
  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
     <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
  5714
      <!-- 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
  5715
			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
  5716
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  5720
     <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
  5721
      <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
  5722
     </component>
b07e89eb79e3 Add 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="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
  5724
      <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
  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
     <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
  5727
      <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
  5728
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5731
     <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
  5732
      <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
  5733
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5736
     <!-- 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
  5737
     <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
  5738
      <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
  5739
     </component>
b07e89eb79e3 Add 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
     <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
  5741
      <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
  5742
     </component>
b07e89eb79e3 Add 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
     <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
  5744
      <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
  5745
     </component>
b07e89eb79e3 Add 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 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
  5747
      <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
  5748
     </component>
b07e89eb79e3 Add 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="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
  5750
      <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
  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="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
  5753
      <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
  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="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
  5756
      <!-- 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
  5757
      <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
  5758
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  5761
     <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
  5762
      <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
  5763
     </component>
b07e89eb79e3 Add 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
     <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
  5765
      <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
  5766
     </component>
b07e89eb79e3 Add 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
     <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
  5768
      <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
  5769
     </component>
b07e89eb79e3 Add 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
     <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
  5771
      <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
  5772
     </component>
b07e89eb79e3 Add 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
     <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
  5774
      <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
  5775
     </component>
b07e89eb79e3 Add 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
     <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
  5777
      <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
  5778
     </component>
b07e89eb79e3 Add 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
     <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
  5780
      <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
  5781
     </component>
b07e89eb79e3 Add 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
     <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
  5783
      <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
  5784
     </component>
b07e89eb79e3 Add 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
     <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
  5786
      <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
  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
     <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
  5789
      <!-- 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
  5790
      <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
  5791
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5794
     <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
  5795
      <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
  5796
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  5799
   <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
  5800
    <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
  5801
     <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
  5802
      <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
  5803
     </component>
b07e89eb79e3 Add 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 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
  5805
      <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
  5806
     </component>
b07e89eb79e3 Add 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 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
  5808
      <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
  5809
     </component>
b07e89eb79e3 Add 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 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
  5811
      <!--  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
  5812
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  5816
   <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
  5817
    <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
  5818
     <!-- 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
  5819
     <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
  5820
      <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
  5821
     </component>
b07e89eb79e3 Add 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
     <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
  5823
      <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
  5824
     </component>
b07e89eb79e3 Add 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 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
  5826
      <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
  5827
     </component>
b07e89eb79e3 Add 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
     <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
  5829
      <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
  5830
     </component>
b07e89eb79e3 Add 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
     <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
  5832
      <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
  5833
     </component>
b07e89eb79e3 Add 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
     <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
  5835
      <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
  5836
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5839
     <!-- 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
  5840
     <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
  5841
      <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
  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
    <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
  5845
     <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
  5846
      <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
  5847
     </component>
b07e89eb79e3 Add 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="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
  5849
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  5853
     <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
  5854
      <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
  5855
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  5858
   <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
  5859
    <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
  5860
     <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
  5861
      <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
  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="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
  5864
      <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
  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
     <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
  5867
      <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
  5868
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  5871
   <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
  5872
    <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
  5873
     <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
  5874
      <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
  5875
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5878
     <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
  5879
      <!-- 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
  5880
      <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
  5881
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5884
     <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
  5885
      <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
  5886
     </component>
b07e89eb79e3 Add 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
     <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
  5888
      <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
  5889
     </component>
b07e89eb79e3 Add 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
     <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
  5891
      <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
  5892
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5895
     <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
  5896
      <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
  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
     <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
  5899
      <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
  5900
     </component>
b07e89eb79e3 Add 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
     <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
  5902
      <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
  5903
     </component>
b07e89eb79e3 Add 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 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
  5905
      <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
  5906
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5909
     <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
  5910
      <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
  5911
     </component>
b07e89eb79e3 Add 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
     <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
  5913
      <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
  5914
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5917
     <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
  5918
      <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
  5919
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5922
     <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
  5923
      <!-- <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
  5924
     </component>
b07e89eb79e3 Add 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
     <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
  5926
      <!-- <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
  5927
     </component>
b07e89eb79e3 Add 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
     <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
  5929
      <!-- <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
  5930
     </component>
b07e89eb79e3 Add 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
     <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
  5932
      <!-- 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
  5933
      <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
  5934
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  5937
     <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
  5938
      <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
  5939
     </component>
b07e89eb79e3 Add 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 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
  5941
      <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
  5942
     </component>
b07e89eb79e3 Add 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 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
  5944
      <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
  5945
     </component>
b07e89eb79e3 Add 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="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
  5947
      <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
  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
     <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
  5950
      <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
  5951
     </component>
b07e89eb79e3 Add 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
     <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
  5953
      <!-- 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
  5954
      <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
  5955
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5958
     <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
  5959
      <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
  5960
     </component>
b07e89eb79e3 Add 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
     <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
  5962
      <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
  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
     <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
  5965
      <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
  5966
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  5969
   <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
  5970
    <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
  5971
     <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
  5972
      <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
  5973
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5976
     <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
  5977
      <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
  5978
     </component>
b07e89eb79e3 Add 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
     <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
  5980
      <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
  5981
     </component>
b07e89eb79e3 Add 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
     <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
  5983
      <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
  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
     <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
  5986
      <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
  5987
     </component>
b07e89eb79e3 Add 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
     <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
  5989
      <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
  5990
     </component>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  5991
     <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
  5992
      <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
  5993
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  5996
     <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
  5997
      <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
  5998
     </component>
b07e89eb79e3 Add 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
     <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
  6000
      <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
  6001
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  6004
     <!-- 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
  6005
     <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
  6006
      <!--<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
  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="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
  6009
      <!--<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
  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="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
  6012
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6016
     <!-- 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
  6017
     <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
  6018
      <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
  6019
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6020
    </collection>
b07e89eb79e3 Add 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
    <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
  6022
     <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
  6023
      <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
  6024
     </component>
b07e89eb79e3 Add 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="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
  6026
      <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
  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="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
  6029
      <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
  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
     <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
  6032
      <!-- 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
  6033
      <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
  6034
      <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
  6035
     </component>
b07e89eb79e3 Add 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 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
  6037
      <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
  6038
     </component>
b07e89eb79e3 Add 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 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
  6040
      <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
  6041
     </component>
b07e89eb79e3 Add 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 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
  6043
      <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
  6044
     </component>
b07e89eb79e3 Add 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
     <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
  6046
      <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
  6047
     </component>
b07e89eb79e3 Add 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 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
  6049
      <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
  6050
     </component>
b07e89eb79e3 Add 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_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
  6052
      <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
  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="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
  6055
      <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
  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="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
  6058
      <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
  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="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
  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/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
  6063
      <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
  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="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
  6066
      <!-- 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
  6067
      <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
  6068
      <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
  6069
      <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
  6070
      <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
  6071
     </component>
b07e89eb79e3 Add 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
     <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
  6073
      <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
  6074
     </component>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6075
     <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
  6076
      <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
  6077
     </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
  6078
     <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
  6079
      <!-- 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
  6080
      <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
  6081
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6084
     <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
  6085
      <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
  6086
     </component>
b07e89eb79e3 Add 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
     <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
  6088
      <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
  6089
     </component>
b07e89eb79e3 Add 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
     <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
  6091
      <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
  6092
     </component>
b07e89eb79e3 Add 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 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
  6094
      <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
  6095
     </component>
b07e89eb79e3 Add 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
     <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
  6097
      <!-- 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
  6098
      <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
  6099
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6102
     <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
  6103
      <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
  6104
     </component>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6105
     <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
  6106
      <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
  6107
     </component>
b07e89eb79e3 Add 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
     <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
  6109
      <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
  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
     <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
  6112
      <!-- 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
  6113
      <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
  6114
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6117
     <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
  6118
      <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
  6119
     </component>
b07e89eb79e3 Add 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
     <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
  6121
      <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
  6122
     </component>
b07e89eb79e3 Add 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
     <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
  6124
      <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
  6125
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6128
     <!-- 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
  6129
     <!-- 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
  6130
     <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
  6131
      <!--<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
  6132
     </component>
b07e89eb79e3 Add 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 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
  6134
      <!--<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
  6135
     </component>
b07e89eb79e3 Add 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 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
  6137
      <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
  6138
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6141
     <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
  6142
      <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
  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
     <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
  6145
      <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
  6146
     </component>
b07e89eb79e3 Add 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
     <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
  6148
      <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
  6149
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6152
     <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
  6153
      <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
  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
     <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
  6156
      <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
  6157
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6160
     <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
  6161
      <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
  6162
     </component>
b07e89eb79e3 Add 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
     <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
  6164
      <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
  6165
     </component>
b07e89eb79e3 Add 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
     <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
  6167
      <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
  6168
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
  6171
   <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
  6172
    <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
  6173
     <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
  6174
      <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
  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="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
  6177
      <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
  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
     <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
  6180
      <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
  6181
     </component>
b07e89eb79e3 Add 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
     <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
  6183
      <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
  6184
     </component>
b07e89eb79e3 Add 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
     <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
  6186
      <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
  6187
     </component>
b07e89eb79e3 Add 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
     <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
  6189
      <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
  6190
     </component>
b07e89eb79e3 Add 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 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
  6192
      <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
  6193
     </component>
b07e89eb79e3 Add 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 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
  6195
      <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
  6196
     </component>
b07e89eb79e3 Add 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 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
  6198
      <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
  6199
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  6202
     <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
  6203
      <!-- <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
  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="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
  6206
      <!-- <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
  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="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
  6209
      <!-- <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
  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="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
  6212
      <!-- <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
  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="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
  6215
      <!-- <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
  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="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
  6218
      <!-- <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
  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="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
  6221
      <!-- <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
  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="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
  6224
      <!-- <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
  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="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
  6227
      <!-- <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
  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
     <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
  6230
      <!-- <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
  6231
     </component>
b07e89eb79e3 Add 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
     <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
  6233
      <!-- <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
  6234
     </component>
b07e89eb79e3 Add 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
     <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
  6236
      <!-- <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
  6237
     </component>
b07e89eb79e3 Add 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
     <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
  6239
      <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
  6240
     </component>
b07e89eb79e3 Add 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
     <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
  6242
      <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
  6243
     </component>
b07e89eb79e3 Add 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
     <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
  6245
      <!-- 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
  6246
      <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
  6247
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6250
     <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
  6251
      <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
  6252
     </component>
b07e89eb79e3 Add 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
     <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
  6254
      <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
  6255
     </component>
b07e89eb79e3 Add 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
     <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
  6257
      <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
  6258
     </component>
b07e89eb79e3 Add 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
     <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
  6260
      <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
  6261
     </component>
b07e89eb79e3 Add 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
     <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
  6263
      <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
  6264
     </component>
b07e89eb79e3 Add 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
     <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
  6266
      <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
  6267
     </component>
b07e89eb79e3 Add 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
     <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
  6269
      <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
  6270
     </component>
b07e89eb79e3 Add 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
     <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
  6272
      <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
  6273
     </component>
b07e89eb79e3 Add 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
     <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
  6275
      <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
  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
     <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
  6278
      <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
  6279
     </component>
b07e89eb79e3 Add 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
     <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
  6281
      <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
  6282
     </component>
b07e89eb79e3 Add 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
     <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
  6284
      <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
  6285
     </component>
b07e89eb79e3 Add 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
     <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
  6287
      <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
  6288
     </component>
b07e89eb79e3 Add 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
     <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
  6290
      <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
  6291
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6294
     <!-- 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
  6295
     <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
  6296
      <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
  6297
     </component>
b07e89eb79e3 Add 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
     <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
  6299
      <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
  6300
     </component>
b07e89eb79e3 Add 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
     <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
  6302
      <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
  6303
     </component>
b07e89eb79e3 Add 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
     <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
  6305
      <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
  6306
     </component>
b07e89eb79e3 Add 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
     <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
  6308
      <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
  6309
     </component>
b07e89eb79e3 Add 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
     <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
  6311
      <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
  6312
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6315
     <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
  6316
      <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
  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="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
  6319
      <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
  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
     <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
  6322
      <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
  6323
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  6326
   <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
  6327
    <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
  6328
     <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
  6329
      <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
  6330
     </component>
b07e89eb79e3 Add 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
     <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
  6332
      <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
  6333
     </component>
b07e89eb79e3 Add 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
     <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
  6335
      <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
  6336
     </component>
b07e89eb79e3 Add 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
     <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
  6338
      <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
  6339
     </component>
b07e89eb79e3 Add 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
     <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
  6341
      <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
  6342
     </component>
b07e89eb79e3 Add 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
     <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
  6344
      <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
  6345
     </component>
b07e89eb79e3 Add 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 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
  6347
      <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
  6348
     </component>
b07e89eb79e3 Add 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 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
  6350
      <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
  6351
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  6354
     <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
  6355
      <!-- 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
  6356
      <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
  6357
     </component>
b07e89eb79e3 Add 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
     <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
  6359
      <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
  6360
     </component>
b07e89eb79e3 Add 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
     <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
  6362
      <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
  6363
     </component>
b07e89eb79e3 Add 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
     <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
  6365
      <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
  6366
      <!-- 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
  6367
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6370
     <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
  6371
      <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
  6372
     </component>
b07e89eb79e3 Add 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
     <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
  6374
      <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
  6375
     </component>
b07e89eb79e3 Add 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
     <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
  6377
      <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
  6378
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6381
     <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
  6382
      <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
  6383
     </component>
b07e89eb79e3 Add 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
     <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
  6385
      <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
  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="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
  6388
      <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
  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="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
  6391
      <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
  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="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
  6394
      <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
  6395
     </component>
b07e89eb79e3 Add 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 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
  6397
      <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
  6398
     </component>
b07e89eb79e3 Add 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="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
  6400
      <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
  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="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
  6403
      <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
  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="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
  6406
      <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
  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
     <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
  6409
      <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
  6410
     </component>
b07e89eb79e3 Add 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
     <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
  6412
      <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
  6413
     </component>
b07e89eb79e3 Add 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
     <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
  6415
      <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
  6416
     </component>
b07e89eb79e3 Add 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
     <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
  6418
      <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
  6419
     </component>
b07e89eb79e3 Add 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
     <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
  6421
      <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
  6422
     </component>
b07e89eb79e3 Add 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
     <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
  6424
      <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
  6425
     </component>
b07e89eb79e3 Add 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
     <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
  6427
      <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
  6428
     </component>
b07e89eb79e3 Add 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
     <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
  6430
      <!-- 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
  6431
			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
  6432
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6436
     <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
  6437
      <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
  6438
     </component>
b07e89eb79e3 Add 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 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
  6440
      <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
  6441
     </component>
b07e89eb79e3 Add 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 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
  6443
      <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
  6444
     </component>
b07e89eb79e3 Add 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 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
  6446
      <!-- 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
  6447
      <!--<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
  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="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
  6450
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6454
     <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
  6455
      <!-- 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
  6456
      <!-- <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
  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="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
  6459
      <!-- 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
  6460
      <!-- <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
  6461
     </component>
b07e89eb79e3 Add 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 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
  6463
      <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
  6464
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  6467
   <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
  6468
    <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
  6469
     <!-- 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
  6470
     <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
  6471
      <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
  6472
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6475
     <!-- 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
  6476
     <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
  6477
      <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
  6478
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6481
     <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
  6482
      <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
  6483
     </component>
b07e89eb79e3 Add 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
     <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
  6485
      <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
  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="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
  6488
      <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
  6489
     </component>
b07e89eb79e3 Add 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 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
  6491
      <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
  6492
     </component>
b07e89eb79e3 Add 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 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
  6494
      <!-- 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
  6495
      <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
  6496
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  6499
     <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
  6500
      <!-- 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
  6501
      <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
  6502
     </component>
b07e89eb79e3 Add 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
     <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
  6504
      <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
  6505
     </component>
b07e89eb79e3 Add 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
     <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
  6507
      <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
  6508
     </component>
b07e89eb79e3 Add 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
     <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
  6510
      <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
  6511
     </component>
b07e89eb79e3 Add 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 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
  6513
      <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
  6514
     </component>
b07e89eb79e3 Add 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 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
  6516
      <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
  6517
     </component>
b07e89eb79e3 Add 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 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
  6519
      <!-- 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
  6520
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6524
     <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
  6525
      <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
  6526
     </component>
b07e89eb79e3 Add 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
     <component name="themes" filter="s60" long-name="Service Widget Themes" class="config">
426
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  6528
      <!-- does this really need to have that number in the directory name? -->
68fb0a67506f Update system_model.xml from revised package_definition.xml files (Bob's fixes + "no rule to make" fixes)
William Roberts <williamr@symbian.org>
parents: 422
diff changeset
  6529
      <unit bldFile="app/conversations/servicewidget/themes/install-themes/install/servicewidget_20021383/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
  6530
     </component>
b07e89eb79e3 Add 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 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
  6532
      <!-- 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
  6533
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6537
     <!--  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
  6538
     <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
  6539
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6543
     <!--  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
  6544
     <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
  6545
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6549
     <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
  6550
      <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
  6551
     </component>
b07e89eb79e3 Add 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
     <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
  6553
      <!-- 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
  6554
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  6558
   <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
  6559
    <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
  6560
     <!-- 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
  6561
     <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
  6562
      <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
  6563
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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 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
  6566
     <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
  6567
      <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
  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
   </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
  6571
   <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
  6572
    <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
  6573
     <!-- 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
  6574
     <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
  6575
      <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
  6576
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6579
     <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
  6580
      <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
  6581
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  6584
   <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
  6585
    <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
  6586
     <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
  6587
      <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
  6588
     </component>
b07e89eb79e3 Add 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="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
  6590
      <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
  6591
      <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
  6592
     </component>
b07e89eb79e3 Add 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>
422
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6594
    <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
  6595
     <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
  6596
      <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
  6597
     </component>
904a95ca5c86 Update models with tweaks identified in build 310
William Roberts <williamr@symbian.org>
parents: 421
diff changeset
  6598
    </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
  6599
   </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
  6600
   <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
  6601
    <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
  6602
     <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
  6603
      <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
  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
     <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
  6606
      <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
  6607
     </component>
b07e89eb79e3 Add 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
     <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
  6609
      <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
  6610
     </component>
b07e89eb79e3 Add 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
     <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
  6612
      <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
  6613
     </component>
b07e89eb79e3 Add 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="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
  6615
      <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
  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="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
  6618
      <!-- 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
  6619
      <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
  6620
      <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
  6621
      <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
  6622
      <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
  6623
      <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
  6624
      <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
  6625
      <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
  6626
      <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
  6627
      <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
  6628
      <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
  6629
      <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
  6630
      <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
  6631
      <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
  6632
      <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
  6633
      <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
  6634
      <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
  6635
      <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
  6636
      <!-- 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
  6637
        <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
  6638
         -->
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
     <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
  6641
      <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
  6642
     </component>
b07e89eb79e3 Add 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
     <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
  6644
      <!-- 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
  6645
      <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
  6646
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6649
     <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
  6650
      <!-- 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
  6651
      <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
  6652
      <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
  6653
      <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
  6654
      <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
  6655
      <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
  6656
      <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
  6657
      <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
  6658
      <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
  6659
      <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
  6660
      <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
  6661
      <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
  6662
      <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
  6663
      <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
  6664
      <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
  6665
      <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
  6666
      <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
  6667
      <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
  6668
      <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
  6669
      <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
  6670
      <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
  6671
      <!-- 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
  6672
        <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
  6673
         -->
b07e89eb79e3 Add 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
     <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
  6676
      <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
  6677
     </component>
b07e89eb79e3 Add 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
     <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
  6679
      <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
  6680
     </component>
b07e89eb79e3 Add 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
     <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
  6682
      <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
  6683
     </component>
b07e89eb79e3 Add 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
     <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
  6685
      <!-- 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
  6686
      <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
  6687
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6690
     <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
  6691
      <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
  6692
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  6695
   <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
  6696
    <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
  6697
     <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
  6698
      <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
  6699
     </component>
b07e89eb79e3 Add 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
     <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
  6701
      <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
  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="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
  6704
      <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
  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="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
  6707
      <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
  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="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
  6710
      <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
  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="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
  6713
      <!--  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
  6714
      	<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
  6715
      		<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
  6716
      	</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
  6717
        <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
  6718
     </component>
b07e89eb79e3 Add 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
     <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
  6720
      <!-- 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
  6721
      <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
  6722
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  6725
     <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
  6726
      <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
  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="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
  6729
      <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
  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="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
  6732
      <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
  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="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
  6735
      <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
  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="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
  6738
      <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
  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="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
  6741
      <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
  6742
     </component>
b07e89eb79e3 Add 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
     <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
  6744
      <!-- 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
  6745
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6749
     <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
  6750
      <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
  6751
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
  6754
   <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
  6755
    <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
  6756
     <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
  6757
      <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
  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="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
  6760
      <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
  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="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
  6763
      <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
  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="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
  6766
      <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
  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="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
  6769
      <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
  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="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
  6772
      <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
  6773
     </component>
b07e89eb79e3 Add 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 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
  6775
      <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
  6776
     </component>
b07e89eb79e3 Add 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="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
  6778
      <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
  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
     <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
  6781
      <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
  6782
     </component>
b07e89eb79e3 Add 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
     <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
  6784
      <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
  6785
     </component>
b07e89eb79e3 Add 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 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
  6787
      <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
  6788
     </component>
b07e89eb79e3 Add 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 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
  6790
      <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
  6791
     </component>
b07e89eb79e3 Add 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 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
  6793
      <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
  6794
     </component>
b07e89eb79e3 Add 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 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
  6796
      <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
  6797
     </component>
b07e89eb79e3 Add 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 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
  6799
      <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
  6800
     </component>
b07e89eb79e3 Add 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 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
  6802
      <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
  6803
     </component>
b07e89eb79e3 Add 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 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
  6805
      <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
  6806
     </component>
b07e89eb79e3 Add 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 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
  6808
      <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
  6809
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6812
     <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
  6813
      <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
  6814
     </component>
b07e89eb79e3 Add 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
     <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
  6816
      <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
  6817
     </component>
b07e89eb79e3 Add 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
     <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
  6819
      <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
  6820
     </component>
b07e89eb79e3 Add 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
     <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
  6822
      <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
  6823
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6826
     <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
  6827
      <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
  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="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
  6830
      <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
  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="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
  6833
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6837
     <!--  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
  6838
     <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
  6839
      <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
  6840
     </component>
b07e89eb79e3 Add 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
     <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
  6842
      <!--  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
  6843
      <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
  6844
      <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
  6845
      <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
  6846
      <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
  6847
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6851
     <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
  6852
      <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
  6853
     </component>
b07e89eb79e3 Add 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="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
  6855
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6859
     <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
  6860
      <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
  6861
     </component>
b07e89eb79e3 Add 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 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
  6863
      <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
  6864
     </component>
b07e89eb79e3 Add 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
     <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
  6866
      <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
  6867
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6870
     <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
  6871
      <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
  6872
     </component>
b07e89eb79e3 Add 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
     <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
  6874
      <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
  6875
     </component>
b07e89eb79e3 Add 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 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
  6877
      <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
  6878
     </component>
b07e89eb79e3 Add 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="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
  6880
      <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
  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="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
  6883
      <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
  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="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
  6887
     <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
  6888
      <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
  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
    </collection>
b07e89eb79e3 Add full_system_model_3.0.xml made by joining the HighFidelity models from project/packages
William Roberts <williamr@symbian.org>
parents: 408
diff changeset
  6891
   </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
  6892
   <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
  6893
    <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
  6894
     <!-- 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
  6895
     <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
  6896
      <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
  6897
     </component>
b07e89eb79e3 Add 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="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
  6899
      <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
  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="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
  6902
      <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
  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="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
  6905
      <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
  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="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
  6908
      <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
  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="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
  6911
      <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
  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
     <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
  6914
      <!-- 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
  6915
      <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
  6916
     </component>
b07e89eb79e3 Add 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 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
  6918
      <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
  6919
     </component>
b07e89eb79e3 Add 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
     <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
  6921
      <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
  6922
     </component>
b07e89eb79e3 Add 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="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
  6924
      <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
  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="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
  6927
      <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
  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="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
  6930
      <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
  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="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
  6933
      <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
  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="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
  6936
      <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
  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="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
  6939
      <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
  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="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
  6942
      <!--  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
  6943
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  6947
     <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
  6948
      <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
  6949
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  6952
   <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
  6953
    <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
  6954
     <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
  6955
      <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
  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="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
  6958
      <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
  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="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
  6961
      <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
  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="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
  6964
      <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
  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="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
  6967
      <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
  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="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
  6970
      <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
  6971
     </component>
b07e89eb79e3 Add 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 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
  6973
      <!--  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
  6974
      <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
  6975
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  6978
     <!-- 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
  6979
     <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
  6980
      <!--<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
  6981
     </component>
b07e89eb79e3 Add 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="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
  6983
      <!--<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
  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="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
  6986
      <!--<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
  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="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
  6989
      <!--<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
  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_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
  6992
      <!-- 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
  6993
      <!--<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
  6994
     </component>
b07e89eb79e3 Add 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
     <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
  6996
      <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
  6997
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7000
     <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
  7001
      <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
  7002
     </component>
b07e89eb79e3 Add 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 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
  7004
      <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
  7005
     </component>
b07e89eb79e3 Add 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
     <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
  7007
      <!--  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
  7008
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  7012
     <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
  7013
      <!-- 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
  7014
      <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
  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="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
  7017
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  7021
   <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
  7022
    <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
  7023
     <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
  7024
      <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
  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
     <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
  7027
      <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
  7028
     </component>
b07e89eb79e3 Add 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
     <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
  7030
      <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
  7031
     </component>
b07e89eb79e3 Add 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
     <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
  7033
      <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
  7034
     </component>
b07e89eb79e3 Add 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
     <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
  7036
      <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
  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
     <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
  7039
      <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
  7040
     </component>
b07e89eb79e3 Add 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
     <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
  7042
      <!--  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
  7043
      <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
  7044
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7047
   <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
  7048
   <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
  7049
   <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
  7050
    <!-- 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
  7051
    <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
  7052
     <!--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
  7053
     <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
  7054
      <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
  7055
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7058
     <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
  7059
      <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
  7060
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7063
   <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
  7064
    <!-- 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
  7065
    <!-- 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
  7066
    <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
  7067
     <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
  7068
      <!-- 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
  7069
      <!--<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
  7070
        <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
  7071
     </component>
b07e89eb79e3 Add 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 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
  7073
      <!--<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
  7074
     </component>
b07e89eb79e3 Add 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
     <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
  7076
      <!-- <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
  7077
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  7080
     <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
  7081
      <!--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
  7082
      <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
  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
   </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
  7086
   <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
  7087
    <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
  7088
     <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
  7089
      <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
  7090
     </component>
b07e89eb79e3 Add 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
     <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
  7092
      <!-- 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
  7093
      <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
  7094
     </component>
b07e89eb79e3 Add 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="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
  7096
      <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
  7097
     </component>
b07e89eb79e3 Add 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
     <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
  7099
      <!--  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
  7100
      <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
  7101
      <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
  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="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
  7104
      <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
  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
     <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
  7107
      <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
  7108
     </component>
b07e89eb79e3 Add 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
     <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
  7110
      <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
  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
     <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
  7113
      <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
  7114
     </component>
b07e89eb79e3 Add 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
     <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
  7116
      <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
  7117
     </component>
b07e89eb79e3 Add 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 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
  7119
      <!-- 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
  7120
      <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
  7121
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7124
     <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
  7125
      <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
  7126
     </component>
b07e89eb79e3 Add 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
     <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
  7128
      <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
  7129
     </component>
b07e89eb79e3 Add 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 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
  7131
      <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
  7132
     </component>
b07e89eb79e3 Add 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 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
  7134
      <!-- 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
  7135
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  7139
     <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
  7140
      <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
  7141
     </component>
b07e89eb79e3 Add 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 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
  7143
      <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
  7144
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7147
     <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
  7148
      <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
  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
   </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
  7152
   <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
  7153
    <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
  7154
     <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
  7155
      <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
  7156
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7159
     <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
  7160
      <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
  7161
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7164
   <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
  7165
    <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
  7166
     <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
  7167
      <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
  7168
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7171
     <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
  7172
      <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
  7173
     </component>
b07e89eb79e3 Add 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
     <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
  7175
      <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
  7176
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7179
   <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
  7180
    <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
  7181
     <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
  7182
      <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
  7183
     </component>
b07e89eb79e3 Add 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 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
  7185
      <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
  7186
     </component>
b07e89eb79e3 Add 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="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
  7188
      <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
  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
     <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
  7191
      <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
  7192
     </component>
b07e89eb79e3 Add 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
     <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
  7194
      <!-- 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
  7195
      <!--<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
  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
     <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
  7198
      <!--  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
  7199
      <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
  7200
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7203
     <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
  7204
      <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
  7205
     </component>
b07e89eb79e3 Add 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
     <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
  7207
      <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
  7208
     </component>
b07e89eb79e3 Add 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="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
  7210
      <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
  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="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
  7213
      <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
  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="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
  7216
      <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
  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="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
  7219
      <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
  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="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
  7222
      <!-- 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
  7223
      <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
  7224
      <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
  7225
     </component>
b07e89eb79e3 Add 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
     <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
  7227
      <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
  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
     <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
  7230
      <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
  7231
     </component>
b07e89eb79e3 Add 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
     <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
  7233
      <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
  7234
     </component>
b07e89eb79e3 Add 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
     <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
  7236
      <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
  7237
     </component>
b07e89eb79e3 Add 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
     <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
  7239
      <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
  7240
     </component>
b07e89eb79e3 Add 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
     <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
  7242
      <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
  7243
     </component>
b07e89eb79e3 Add 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
     <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
  7245
      <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
  7246
     </component>
b07e89eb79e3 Add 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
     <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
  7248
      <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
  7249
     </component>
b07e89eb79e3 Add 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
     <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
  7251
      <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
  7252
     </component>
b07e89eb79e3 Add 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 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
  7254
      <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
  7255
     </component>
b07e89eb79e3 Add 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 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
  7257
      <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
  7258
     </component>
b07e89eb79e3 Add 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 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
  7260
      <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
  7261
     </component>
b07e89eb79e3 Add 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 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
  7263
      <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
  7264
     </component>
b07e89eb79e3 Add 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 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
  7266
      <!-- 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
  7267
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  7271
     <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
  7272
      <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
  7273
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7276
   <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
  7277
    <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
  7278
     <!-- 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
  7279
     <!-- 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
  7280
     <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
  7281
      <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
  7282
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7285
     <!-- 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
  7286
     <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
  7287
      <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
  7288
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7291
     <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
  7292
      <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
  7293
     </component>
b07e89eb79e3 Add 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
     <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
  7295
      <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
  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="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
  7299
     <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
  7300
      <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
  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="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
  7305
    <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
  7306
     <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
  7307
      <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
  7308
     </component>
b07e89eb79e3 Add 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
     <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
  7310
      <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
  7311
     </component>
b07e89eb79e3 Add 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
     <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
  7313
      <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
  7314
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7317
     <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
  7318
      <!-- 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
  7319
      <!-- <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
  7320
     </component>
b07e89eb79e3 Add 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 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
  7322
      <!-- 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
  7323
      <!-- <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
  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
     <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
  7326
      <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
  7327
     </component>
b07e89eb79e3 Add 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
     <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
  7329
      <!-- 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
  7330
      <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
  7331
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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="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
  7334
     <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
  7335
      <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
  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="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
  7338
      <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
  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="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
  7341
      <!-- 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
  7342
			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
  7343
      <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
  7344
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7347
   <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
  7348
    <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
  7349
     <!-- 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
  7350
     <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
  7351
      <!--<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
  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="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
  7354
      <!--<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
  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="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
  7357
      <!--<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
  7358
     </component>
b07e89eb79e3 Add 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 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
  7360
      <!-- 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
  7361
      <!--<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
  7362
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7365
     <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
  7366
      <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
  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="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
  7369
      <!--  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
  7370
      <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
  7371
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7374
   <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
  7375
    <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
  7376
     <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
  7377
      <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
  7378
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7381
     <!-- 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
  7382
     <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
  7383
      <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
  7384
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7387
   <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
  7388
    <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
  7389
     <!-- 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
  7390
     <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
  7391
      <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
  7392
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7395
     <!-- 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
  7396
     <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
  7397
      <!-- 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
  7398
      <!-- <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
  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
     <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
  7401
      <!-- 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
  7402
      <!--<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
  7403
     </component>
b07e89eb79e3 Add 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="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
  7405
      <!-- 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
  7406
      <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
  7407
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  7410
     <!-- 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
  7411
     <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
  7412
      <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
  7413
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7416
     <!-- 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
  7417
     <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
  7418
      <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
  7419
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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 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
  7422
     <!-- 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
  7423
     <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
  7424
      <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
  7425
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7428
     <!-- 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
  7429
     <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
  7430
      <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
  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
    </collection>
b07e89eb79e3 Add 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
    <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
  7434
     <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
  7435
      <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
  7436
     </component>
b07e89eb79e3 Add 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
     <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
  7438
      <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
  7439
     </component>
b07e89eb79e3 Add 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
     <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
  7441
      <!-- 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
  7442
      <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
  7443
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  7446
     <!-- 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
  7447
     <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
  7448
      <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
  7449
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
    <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
  7452
     <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
  7453
      <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
  7454
     </component>
b07e89eb79e3 Add 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
     <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
  7456
      <!-- 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
  7457
      <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
  7458
      <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
  7459
      <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
  7460
      <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
  7461
      <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
  7462
      <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
  7463
      <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
  7464
      <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
  7465
     </component>
b07e89eb79e3 Add 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
     <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
  7467
      <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
  7468
     </component>
b07e89eb79e3 Add 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
     <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
  7470
      <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
  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
     <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
  7473
      <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
  7474
     </component>
b07e89eb79e3 Add 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="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
  7476
      <!-- 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
  7477
      <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
  7478
     </component>
b07e89eb79e3 Add 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>
b07e89eb79e3 Add 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
   </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
  7481
   <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
  7482
    <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
  7483
     <!-- 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
  7484
     <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
  7485
      <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
  7486
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7489
     <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
  7490
      <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
  7491
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
    <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
  7494
     <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
  7495
      <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
  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
    </collection>
b07e89eb79e3 Add 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
   </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
  7499
   <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
  7500
    <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
  7501
     <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
  7502
      <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
  7503
     </component>
b07e89eb79e3 Add 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
     <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
  7505
      <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
  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
    <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
  7509
    <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
  7510
    <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
  7511
    <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
  7512
    <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
  7513
    <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
  7514
    <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
  7515
    <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
  7516
    <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
  7517
    <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
  7518
    <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
  7519
    <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
  7520
    <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
  7521
    <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
  7522
    <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
  7523
    <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
  7524
     <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
  7525
      <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
  7526
     </component>
b07e89eb79e3 Add 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
    </collection>
b07e89eb79e3 Add 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
   </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
  7529
  </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
  7530
 </systemModel>
176
676cece1b361 Restructure projects for symbian2 and symbian3. Old ex-nokia project removed.
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
  7531
</SystemDefinition>