symbian3/mw/appsupport/package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 03 Mar 2010 18:02:54 +0000
branchHighFidelityModel
changeset 125 e78162015bd1
parent 98 a05c7187a0db
child 141 27d9d356efbf
permissions -rw-r--r--
catchup from default branch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
98
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
     2
<!DOCTYPE SystemDefinition [
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
     4
<!ATTLIST SystemDefinition
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
     5
  name CDATA #REQUIRED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
     6
  schema CDATA #REQUIRED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
     7
>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
     9
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    10
<!-- System Model Section of DTD -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    11
<!ELEMENT systemModel (layer+)>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    12
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    15
<!ATTLIST layer
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    16
  name CDATA #REQUIRED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    17
  long-name CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    18
  levels NMTOKENS #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    19
  span CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    20
>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    21
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    24
<!ATTLIST block
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    25
  levels NMTOKENS #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    26
  span CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    27
  level NMTOKEN #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    28
  name CDATA #REQUIRED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    29
  long-name CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    30
>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    31
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    32
<!ELEMENT subblock (collection)*>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    34
<!ATTLIST subblock
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    35
  name CDATA #REQUIRED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    36
  long-name CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    37
>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    38
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    39
<!ELEMENT collection (component)*>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    41
<!ATTLIST collection
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    42
  name CDATA #REQUIRED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    43
  long-name CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    44
  level NMTOKEN #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    45
>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    46
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    47
<!ELEMENT component (unit)*>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    49
<!ATTLIST component
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    50
  name CDATA #REQUIRED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    51
  long-name CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    52
  deprecated CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    53
  introduced CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    54
  contract CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    55
  plugin (Y|N) "N"
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    56
  filter CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    57
  class NMTOKENS #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    58
  supports CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    60
>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    61
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    62
<!ELEMENT unit EMPTY >
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    63
<!-- must be buildable (bld.inf) -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    65
<!ATTLIST unit
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    66
  mrp CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    67
  filter CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    68
  bldFile CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    69
  root CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    70
  version NMTOKEN #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    72
  late (Y|N) #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    73
  priority CDATA #IMPLIED
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    74
>
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    75
]>
43
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    77
  <systemModel>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    78
    <layer name="mw" long-name="Middleware" levels="generic specific">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    79
      <block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    80
        <collection name="contextframework" long-name="Context Framework" level="framework">
98
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    81
          <!-- the units that are commented out need to be put back when configuration is in place.
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 43
diff changeset
    82
		They're currently #included by contextframework_build, which should be removed when the other units are uncommented -->
43
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    83
          <component name="cfw" filter="s60" long-name="Context Framework">
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 43
diff changeset
    84
            <!--<unit bldFile="contextframework/cfw/group"/> -->
43
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    85
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    86
          <component name="cfwplugins" filter="s60" long-name="Context Framework Plugins" plugin="Y">
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 43
diff changeset
    87
            <!--<unit bldFile="contextframework/cfwplugins/group"/>-->
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 43
diff changeset
    88
          </component>
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 43
diff changeset
    89
          <component name="contextframework_build" filter="s60" long-name="Context Framework Build">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 43
diff changeset
    90
            <unit bldFile="/sf/mw/appsupport/contextframework/group"/>
43
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    91
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    92
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    93
        <collection name="coreapplicationuis" long-name="Core Application UIs" level="server">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    94
          <component name="dbrecovery" filter="s60" long-name="Database Recovery">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    95
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/dbrecovery/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    96
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    97
          <component name="nspswsplugin" filter="s60" long-name="NSPS WS Plugin" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    98
            <!-- No Service Power Save? Window Server? Please elaborate-->
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    99
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/nspswsplugin/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   100
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   101
          <component name="rfs" filter="s60" long-name="Restore Factory Settings">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   102
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/rfs/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   103
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   104
          <component name="rfsplugins" filter="s60" long-name="Restore Factory Settings Plugins" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   105
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/rfsplugins/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   106
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   107
          <component name="sysap" filter="s60" long-name="System Application">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   108
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/sysap/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   109
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   110
          <component name="variatedsettings" filter="s60" long-name="Variated Settings" class="config">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   111
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/variatedsettings/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   112
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   113
          <component name="accfwuinotifier" filter="s60" long-name="Accessory Framework UI Notifier" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   114
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/accfwuinotifier/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   115
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   116
          <component name="kefmapper" filter="s60" long-name="Key Event Framework">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   117
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/kefmapper/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   118
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   119
          <component name="advancedtspcontroller" filter="s60" long-name="Advanced TSP Controller">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   120
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/advancedtspcontroller/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   121
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   122
          <component name="powersaveutilities" filter="s60" long-name="Power Save Utilities">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   123
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/powersaveutilities/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   124
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   125
          <component name="gsserverenginestub" filter="s60" long-name="GS Server Engine Stub">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   126
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/gsserverenginestub/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   127
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   128
          <component name="gsserverengine" filter="s60" long-name="GS Server Engine">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   129
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/gsserverengine/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   130
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   131
          <component name="sensordatacompensatorplugin" filter="s60" long-name="Sensor Data Compensator Plugin" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   132
            <unit bldFile="/sf/mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   133
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   134
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   135
        <collection name="flashliteapi_3_1" long-name="Flash Lite API 3.1" level="specific">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   136
          <!--  collection is really a component. Move down a directory -->
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   137
          <component name="flashliteapi_3_1_build" long-name="Flash Lite API Build" filter="s60" introduced="^2"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   138
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   139
        <collection name="mediakeys" long-name="Media Keys" level="plugin">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   140
          <!--  collection is really a component. Move down a directory -->
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   141
          <component name="mediakeys_build" filter="s60" long-name="Media Keys Build">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   142
            <unit bldFile="/sf/mw/appsupport/mediakeys/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   143
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   144
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   145
        <collection name="startupservices" long-name="Startup Services" level="system">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   146
          <component name="splashscreen" filter="s60" long-name="Splash Screen">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   147
            <unit bldFile="/sf/mw/appsupport/startupservices/splashscreen/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   148
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   149
          <component name="startupanimation" filter="s60" long-name="Startup Animation">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   150
            <unit bldFile="/sf/mw/appsupport/startupservices/startupanimation/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   151
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   152
          <component name="startup" long-name="Startup Application" filter="s60">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   153
            <unit bldFile="/sf/mw/appsupport/startupservices/startup/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   154
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   155
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   156
        <collection name="sysresmonitoring" long-name="System Resource Monitoring" level="system">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   157
          <component name="oodmonitor" filter="s60" long-name="OOD Monitor" introduced="7.0s">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   158
            <unit bldFile="/sf/mw/appsupport/sysresmonitoring/oodmonitor/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   159
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   160
          <component name="oommonitor" filter="s60" long-name="OOM Monitor" introduced="7.0s">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   161
            <unit bldFile="/sf/mw/appsupport/sysresmonitoring/oommonitor/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   162
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   163
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   164
        <collection name="systemsettings" long-name="System Settings" level="system">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   165
          <component name="gssensorplugin" filter="s60" long-name="GS Sensor Plugin" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   166
            <unit bldFile="/sf/mw/appsupport/systemsettings/gssensorplugin/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   167
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   168
          <component name="gsaccessoryplugin" filter="s60" long-name="GS Accessory Plugin" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   169
            <unit bldFile="/sf/mw/appsupport/systemsettings/gsaccessoryplugin/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   170
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   171
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   172
        <collection name="filehandling" long-name="File Handling" level="server">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   173
          <component name="fileconverterfw" long-name="File Converter Framework" purpose="optional">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   174
            <unit bldFile="/sf/mw/appsupport/filehandling/fileconverterfw/group" mrp="/sf/mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   175
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   176
          <component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   177
            <unit bldFile="/sf/mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="/sf/mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   178
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   179
          <component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   180
            <unit bldFile="/sf/mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="/sf/mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   181
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   182
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   183
        <collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   184
          <component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="^2" purpose="optional" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   185
            <unit bldFile="/sf/mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="/sf/mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   186
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   187
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   188
        <collection name="commonappservices" long-name="Common Application Services" level="framework">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   189
          <component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   190
            <unit bldFile="/sf/mw/appsupport/commonappservices/alarmserver/Group" mrp="/sf/mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   191
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   192
          <component name="alarmservertest" long-name="Alarm Server Test" deprecated="^3" introduced="8.1" purpose="development">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   193
            <unit bldFile="/sf/mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="/sf/mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   194
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   195
          <component name="coreappstest" long-name="Core Apps Test" introduced="8.1" purpose="development" filter="test">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   196
            <unit mrp="/sf/mw/appsupport/commonappservices/coreappstest/Group/app-services_CoreAppsTest.mrp" bldFile="/sf/mw/appsupport/commonappservices/coreappstest/Group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   197
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   198
          <component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   199
            <unit mrp="/sf/mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   200
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   201
          <component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   202
            <unit bldFile="/sf/mw/appsupport/commonappservices/backuprestorenotification/group" mrp="/sf/mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   203
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   204
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   205
        <collection name="tzservices" long-name="Time Zone Services" level="plugin">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   206
          <component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   207
            <unit bldFile="/sf/mw/appsupport/tzservices/tzserver/group" mrp="/sf/mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   208
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   209
          <component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   210
            <unit bldFile="/sf/mw/appsupport/tzservices/tzloc/group" mrp="/sf/mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   211
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   212
          <component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   213
            <unit bldFile="/sf/mw/appsupport/tzservices/tzlocrscfactory/group" mrp="/sf/mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   214
          </component>
98
a05c7187a0db Fix bug 101 by marking the tzdatabase component as "test", to avoid the clash with organizer
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
   215
          <component name="tzdatabase" long-name="Time Zone Database" filter="test" introduced="9.1" purpose="optional" class="config">
43
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   216
            <unit bldFile="/sf/mw/appsupport/tzservices/tzdatabase/group" mrp="/sf/mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   217
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   218
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   219
        <collection name="contenthandling" long-name="Content Handling" level="plugin">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   220
          <component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   221
            <unit bldFile="/sf/mw/appsupport/contenthandling/webrecognisers/group" mrp="/sf/mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   222
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   223
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   224
        <collection name="openenvutils" long-name="Open Environment Utilities" level="specific">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   225
          <component name="commandshell" long-name="Command Shell" introduced="^3" purpose="development">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   226
            <unit bldFile="/sf/mw/appsupport/openenvutils/commandshell/group" mrp="/sf/mw/appsupport/openenvutils/commandshell/group/oetools_zsh.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   227
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   228
          <component name="telnetserver" long-name="Telnet Server" introduced="^3" purpose="development">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   229
            <unit bldFile="/sf/mw/appsupport/openenvutils/telnetserver/group" mrp="/sf/mw/appsupport/openenvutils/telnetserver/group/oetools_telnetd.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   230
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   231
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   232
        <collection name="printingsupport" long-name="Printing Support" level="generic">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   233
          <component name="printinguisupport" long-name="Printing UI Support" purpose="optional" introduced="^2" deprecated="^3">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   234
            <unit bldFile="/sf/mw/appsupport/printingsupport/printinguisupport/group" mrp="/sf/mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   235
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   236
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   237
        <collection name="appfw" long-name="Application Framework" level="framework">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   238
          <component name="apparchitecture" long-name="Application Architecture" purpose="mandatory">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   239
            <unit bldFile="/sf/mw/appsupport/appfw/apparchitecture/group" mrp="/sf/mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   240
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   241
          <component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   242
            <unit bldFile="/sf/mw/appsupport/appfw/viewserver/group" mrp="/sf/mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   243
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   244
          <component name="uiftestfw" long-name="UIF Test Framework" introduced="9.2" purpose="development" filter="test">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   245
            <unit mrp="/sf/mw/appsupport/appfw/uiftestfw/group/app-framework_testframework.mrp" bldFile="/sf/mw/appsupport/appfw/uiftestfw/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   246
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   247
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   248
        <collection name="applaunchservices" long-name="Application Launch Services" level="generic">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   249
          <component name="aftermarketappstarter" long-name="After Market Application Starter" introduced="^3" purpose="optional">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   250
            <unit bldFile="/sf/mw/appsupport/applaunchservices/aftermarketappstarter/group" mrp="/sf/mw/appsupport/applaunchservices/aftermarketappstarter/group/app-framework_amastart.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   251
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   252
          <component name="applaunchplugins" long-name="Application Launch Plugins" introduced="^3" purpose="optional">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   253
            <unit bldFile="/sf/mw/appsupport/applaunchservices/applaunchplugins/group" mrp="/sf/mw/appsupport/applaunchservices/applaunchplugins/group/app-framework_aplp.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   254
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   255
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   256
        <collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   257
          <component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   258
            <unit bldFile="/sf/mw/appsupport/tzpcside/tzcompiler/group" mrp="/sf/mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   259
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   260
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   261
        <collection name="appsupport_info" long-name="Generic Application Support Info" level="specific">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   262
          <component name="appsupport_plat" filter="s60" long-name="Generic Application Support Platform Interfaces" class="api">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   263
            <unit bldFile="/sf/mw/appsupport/appsupport_plat/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   264
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   265
          <component name="appsupport_pub" filter="s60" long-name="Generic Application Support Public Interfaces" class="api">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   266
            <unit bldFile="/sf/mw/appsupport/appsupport_pub/group"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   267
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   268
          <component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="^2" purpose="development" class="config PC">
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   269
            <unit mrp="/sf/mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   270
          </component>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   271
        </collection>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   272
      </block>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   273
    </layer>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   274
  </systemModel>
35cc8ff825d7 Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   275
</SystemDefinition>