symbian3/app/organizer/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Thu, 28 Jan 2010 14:49:47 +0000
branchHighFidelityModel
changeset 39 bd4651024dad
parent 30 0f4f00318d20
child 59 7da3f5055ea5
permissions -rw-r--r--
Update the pkgdefs for the remainder of the app layer
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"?>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     2
<!DOCTYPE SystemDefinition [
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     4
<!ATTLIST SystemDefinition
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     5
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     6
  schema CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     7
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
     9
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    10
<!-- System Model Section of DTD -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    11
<!ELEMENT systemModel (layer+)>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    12
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    15
<!ATTLIST layer
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    16
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    17
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    18
  levels NMTOKENS #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    19
  span CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    20
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    21
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    24
<!ATTLIST block
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    25
  levels NMTOKENS #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    26
  span CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    27
  level NMTOKEN #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    28
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    29
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    30
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    31
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    32
<!ELEMENT subblock (collection)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    34
<!ATTLIST subblock
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    35
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    36
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    37
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    38
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    39
<!ELEMENT collection (component)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    41
<!ATTLIST collection
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    42
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    43
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    44
  level NMTOKEN #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    45
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    46
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    47
<!ELEMENT component (unit)*>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    49
<!ATTLIST component
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    50
  name CDATA #REQUIRED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    51
  long-name CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    52
  deprecated CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    53
  introduced CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    54
  contract CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    55
  plugin (Y|N) "N"
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    56
  filter CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    57
  class NMTOKENS #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    58
  supports CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    60
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    61
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    62
<!ELEMENT unit EMPTY >
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    63
<!-- must be buildable (bld.inf) -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    65
<!ATTLIST unit
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    66
  mrp CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    67
  filter CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    68
  bldFile CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    69
  root CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    70
  version NMTOKEN #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    72
  late (Y|N) #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    73
  priority CDATA #IMPLIED
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    74
>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    75
]>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    77
  <systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    78
    <layer name="app" long-name="Applications" levels="services apps">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    79
      <block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui app">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    80
        <collection name="alarmengines" long-name="Alarm Engines" level="engine">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    81
          <component name="missedalarmstore" filter="s60" long-name="Missed Alarm Store">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    82
            <unit bldFile="/sf/app/organizer/alarmengines/missedalarmstore/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    83
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    84
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    85
        <collection name="calendarengines" long-name="Calendar Engines" level="engine">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    86
          <component name="versit2" filter="s60" long-name="Versit 2 iCal Parser" introduced="9.2">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    87
            <unit bldFile="/sf/app/organizer/calendarengines/versit2/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    88
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    89
          <component name="agnversit2" filter="s60" long-name="Versit 2 Agenda Interface" introduced="9.2" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    90
            <unit bldFile="/sf/app/organizer/calendarengines/agnversit2/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    91
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    92
          <component name="caleninterimutils" filter="s60" long-name="Calendar Interim Utils" introduced="9.1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    93
            <unit bldFile="/sf/app/organizer/calendarengines/caleninterimutils/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    94
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    95
          <component name="calenimp" filter="s60" long-name="Calendar Import Wrapper" introduced="7.0s">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    96
            <unit bldFile="/sf/app/organizer/calendarengines/calenimp/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    97
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    98
          <component name="calenlauncher" filter="s60" long-name="Calendar Launcher">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    99
            <unit bldFile="/sf/app/organizer/calendarengines/calenlauncher/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   100
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   101
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   102
        <collection name="meetingrequestengines" long-name="Meeting Request Engines" level="engine">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   103
          <component name="mrmailbox" filter="s60" long-name="Meeting Request Mailbox">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   104
            <unit bldFile="/sf/app/organizer/meetingrequestengines/mrmailbox/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   105
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   106
          <component name="mrmailboxutils" filter="s60" long-name="Meeting Request Mailbox Utils" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   107
            <unit bldFile="/sf/app/organizer/meetingrequestengines/mrmailboxutils/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   108
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   109
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   110
        <collection name="searchfw" long-name="Search Framework" level="services">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   111
          <component name="coresearchfw" filter="s60" long-name="Core Search Framework" introduced="^1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   112
            <unit bldFile="/sf/app/organizer/searchfw/coresearchfw/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   113
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   114
          <component name="searchfw_plugins" filter="s60" long-name="Search Plugins" introduced="^1" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   115
            <unit bldFile="/sf/app/organizer/searchfw/plugins/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   116
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   117
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   118
        <collection name="alarmui" long-name="Alarm UI" level="app">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   119
          <!-- collection is really a component, should move down a directory -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   120
          <component name="alarmui_build" filter="s60" long-name="Alarm UI Build">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   121
            <unit bldFile="/sf/app/organizer/alarmui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   122
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   123
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   124
        <collection name="calendarui" long-name="Calendar UI" level="ui">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   125
          <component name="calendarui_help" filter="s60" long-name="Calendar UI Help">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   126
            <unit bldFile="/sf/app/organizer/calendarui/help/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   127
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   128
          <component name="commonutils" filter="s60" long-name="Calendar Common Utils">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   129
            <unit bldFile="/sf/app/organizer/calendarui/commonutils/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   130
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   131
          <component name="globaldata" filter="s60" long-name="Calendar Global Data">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   132
            <unit bldFile="/sf/app/organizer/calendarui/globaldata/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   133
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   134
          <component name="settings" filter="s60" long-name="Calendar Settings">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   135
            <!-- these should be merged into a single bld.inf or split into two components -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   136
            <unit bldFile="/sf/app/organizer/calendarui/settings/gsplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   137
            <unit bldFile="/sf/app/organizer/calendarui/settings/settingsui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   138
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   139
          <component name="customisation" filter="s60" long-name="Calendar Customisation">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   140
            <unit bldFile="/sf/app/organizer/calendarui/customisation/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   141
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   142
          <component name="customisationmanager" filter="s60" long-name="Calendar Customisation Manager">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   143
            <unit bldFile="/sf/app/organizer/calendarui/customisationmanager/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   144
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   145
          <component name="multicaluidialog" filter="s60" long-name="Multi-Calendar UI Dialog" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   146
            <unit bldFile="/sf/app/organizer/calendarui/multicaluidialog/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   147
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   148
          <component name="views" filter="s60" long-name="Calendar Views">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   149
            <unit bldFile="/sf/app/organizer/calendarui/views/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   150
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   151
          <component name="calendarui_controller" filter="s60" long-name="Calendar Controller">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   152
            <unit bldFile="/sf/app/organizer/calendarui/controller/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   153
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   154
          <component name="calendarui_editors" filter="s60" long-name="Calendar Editors">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   155
            <unit bldFile="/sf/app/organizer/calendarui/editors/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   156
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   157
          <component name="calendarui_application" filter="s60" long-name="Calendar Application">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   158
            <unit bldFile="/sf/app/organizer/calendarui/application/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   159
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   160
          <component name="missedalarmindicatorplugin" filter="s60" long-name="Missed Alarm Indicator Plugin" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   161
            <unit bldFile="/sf/app/organizer/calendarui/missedalarmindicatorplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   162
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   163
          <component name="calendarui_server" filter="s60" long-name="Calendar Server">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   164
            <!-- these should be merged into a single bld.inf or split into two components -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   165
            <unit bldFile="/sf/app/organizer/calendarui/server/calensvr/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   166
            <unit bldFile="/sf/app/organizer/calendarui/server/calensvrclient/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   167
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   168
          <component name="regionalplugins" filter="s60" long-name="Calendar Regional Plugins" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   169
            <!-- these should be merged into a single bld.inf or split into four components -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   170
            <unit bldFile="/sf/app/organizer/calendarui/regionalplugins/calenregionalutil/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   171
            <unit bldFile="/sf/app/organizer/calendarui/regionalplugins/lunarchinese/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   172
            <unit bldFile="/sf/app/organizer/calendarui/regionalplugins/lunarvietnamese/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   173
            <unit bldFile="/sf/app/organizer/calendarui/regionalplugins/thai/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   174
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   175
          <component name="calenaiwprovider" filter="s60" long-name="Calendar AIW Proivder" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   176
            <unit bldFile="/sf/app/organizer/calendarui/calenaiwprovider/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   177
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   178
          <component name="calendarui_build" filter="s60" long-name="Calendar UI Build">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   179
            <!-- split contents into separate components -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   180
            <unit bldFile="/sf/app/organizer/calendarui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   181
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   182
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   183
        <collection name="meetingui" long-name="Meeting UI" level="ui">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   184
          <component name="attendeeview" filter="s60" long-name="Attendee View">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   185
            <unit bldFile="/sf/app/organizer/meetingui/attendeeview/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   186
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   187
          <component name="agnentryui" filter="s60" long-name="Agenda Entry UI" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   188
            <unit bldFile="/sf/app/organizer/meetingui/agnentryui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   189
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   190
          <component name="meetingrequestutils" filter="s60" long-name="Meeting Request Utils">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   191
            <unit bldFile="/sf/app/organizer/meetingui/meetingrequestutils/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   192
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   193
          <component name="meetingrequestviewers" filter="s60" long-name="Meeting Request Viewers" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   194
            <unit bldFile="/sf/app/organizer/meetingui/meetingrequestviewers/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   195
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   196
          <component name="meetingui_build" filter="s60" long-name="Meeting UI Build">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   197
            <!-- split contents into separate components -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   198
            <unit bldFile="/sf/app/organizer/meetingui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   199
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   200
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   201
        <collection name="clock2" long-name="Clock" level="app">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   202
          <component name="clockengines" filter="s60" long-name="Clock Engines">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   203
            <unit bldFile="/sf/app/organizer/clock2/clockengines/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   204
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   205
          <component name="clockui" filter="s60" long-name="Clock UI">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   206
            <unit bldFile="/sf/app/organizer/clock2/clockui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   207
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   208
          <component name="clock2_help" filter="s60" long-name="Clock Help">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   209
            <unit bldFile="/sf/app/organizer/clock2/help/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   210
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   211
          <component name="clock2_build" filter="s60" long-name="Clock Build">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   212
            <!-- split contents into separate components, or just make this one component -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   213
            <unit bldFile="/sf/app/organizer/clock2/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   214
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   215
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   216
        <collection name="notepad" long-name="Notepad" level="ui">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   217
          <component name="notepad_help" filter="s60" long-name="Notepad Help">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   218
            <unit bldFile="/sf/app/organizer/notepad/help/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   219
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   220
          <component name="notepad1" filter="s60" long-name="Notepad Application 1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   221
            <unit bldFile="/sf/app/organizer/notepad/notepad1/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   222
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   223
          <component name="txtrecog" filter="s60" long-name="Text Recognizer" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   224
            <unit bldFile="/sf/app/organizer/notepad/txtrecog/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   225
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   226
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   227
        <collection name="searchui" long-name="Search UI" level="app">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   228
          <!-- consider making this a single component -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   229
          <component name="searchui_help" filter="s60" long-name="Search UI Help">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   230
            <unit bldFile="/sf/app/organizer/searchui/help/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   231
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   232
          <component name="searchapp" filter="s60" long-name="Search Application">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   233
            <unit bldFile="/sf/app/organizer/searchui/searchapp/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   234
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   235
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   236
        <collection name="pimappservices" long-name="PIM Application Services" level="services">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   237
          <component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   238
            <unit bldFile="/sf/app/organizer/pimappservices/calendar/group" mrp="/sf/app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   239
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   240
          <component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   241
            <unit bldFile="/sf/app/organizer/pimappservices/calendarvcalplugin/group" mrp="/sf/app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   242
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   243
          <component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   244
            <unit mrp="/sf/app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   245
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   246
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   247
        <collection name="pimappsupport" long-name="PIM Application Support" level="support">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   248
          <component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   249
            <unit bldFile="/sf/app/organizer/pimappsupport/vcardandvcal/group" mrp="/sf/app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   250
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   251
          <component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   252
            <unit bldFile="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="/sf/app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   253
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   254
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   255
        <collection name="organizer_info" long-name="Organizer Application Suite Info" level="app">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   256
          <component name="organizer_pub" filter="s60" long-name="Organizer Application Suite Public Interfaces" class="api">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   257
            <unit bldFile="/sf/app/organizer/organizer_pub/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   258
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   259
          <component name="organizer_plat" filter="s60" long-name="Organizer Application Suite Platform Interfaces" class="api">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   260
            <unit bldFile="/sf/app/organizer/organizer_plat/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   261
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   262
          <component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="^2" purpose="development" class="config PC">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   263
            <unit mrp="/sf/app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   264
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   265
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   266
      </block>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   267
    </layer>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   268
  </systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   269
</SystemDefinition>