symbian3/app/organizer/package_definition.xml
author William Roberts <williamr@symbian.org>
Tue, 13 Apr 2010 17:24:56 +0100
branchHighFidelityModel
changeset 160 705be3c6488c
parent 141 27d9d356efbf
child 167 5d80ffb79e21
permissions -rw-r--r--
Introduce remaining new components to match wk12 release
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"?>
160
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     2
<!DOCTYPE SystemDefinition [
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     4
<!ATTLIST SystemDefinition
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     5
  name CDATA #REQUIRED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     6
  schema CDATA #REQUIRED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     7
>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     9
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    10
<!-- System Model Section of DTD -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    11
<!ELEMENT systemModel (layer+)>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    12
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    15
<!ATTLIST layer
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    16
  name CDATA #REQUIRED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    17
  long-name CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    18
  levels NMTOKENS #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    19
  span CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    20
>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    21
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    24
<!ATTLIST block
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    25
  levels NMTOKENS #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    26
  span CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    27
  level NMTOKEN #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    28
  name CDATA #REQUIRED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    29
  long-name CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    30
>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    31
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    32
<!ELEMENT subblock (collection)*>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    34
<!ATTLIST subblock
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    35
  name CDATA #REQUIRED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    36
  long-name CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    37
>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    38
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    39
<!ELEMENT collection (component)*>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    41
<!ATTLIST collection
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    42
  name CDATA #REQUIRED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    43
  long-name CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    44
  level NMTOKEN #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    45
>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    46
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    47
<!ELEMENT component (unit)*>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    49
<!ATTLIST component
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    50
  name CDATA #REQUIRED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    51
  long-name CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    52
  deprecated CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    53
  introduced CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    54
  contract CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    55
  plugin (Y|N) "N"
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    56
  filter CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    57
  class NMTOKENS #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    58
  supports CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    60
>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    61
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    62
<!ELEMENT unit EMPTY >
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    63
<!-- must be buildable (bld.inf) -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    65
<!ATTLIST unit
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    66
  mrp CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    67
  filter CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    68
  bldFile CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    69
  root CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    70
  version NMTOKEN #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    72
  late (Y|N) #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    73
  priority CDATA #IMPLIED
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    74
>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    75
]>
39
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">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    80
        <collection name="organizer_plat" long-name="Organizer Application Suite Platform Interfaces" level="app">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    81
          <component name="meeting_request_mailbox_utilities_api" long-name="Meeting Request Mailbox Utilities API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    82
            <unit bldFile="/sf/app/organizer/organizer_plat/meeting_request_mailbox_utilities_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    83
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    84
          <component name="meeting_request_uids_api" long-name="Meeting Request UIDs API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    85
            <unit bldFile="/sf/app/organizer/organizer_plat/meeting_request_uids_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    86
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    87
          <component name="calendar_exporter_api" long-name="Calendar Exporter API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    88
            <unit bldFile="/sf/app/organizer/organizer_plat/calendar_exporter_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    89
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    90
          <component name="agenda_versit_2_api" long-name="Agenda Versit 2 API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    91
            <unit bldFile="/sf/app/organizer/organizer_plat/agenda_versit_2_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    92
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    93
          <component name="calendar_importer_api" long-name="Calendar Importer API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    94
            <unit bldFile="/sf/app/organizer/organizer_plat/calendar_importer_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    95
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    96
          <component name="calendar_launcher_api" long-name="Calendar Launcher API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    97
            <unit bldFile="/sf/app/organizer/organizer_plat/calendar_launcher_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    98
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
    99
          <component name="calendar_common_utils_api" long-name="Calendar Common Utils API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   100
            <unit bldFile="/sf/app/organizer/organizer_plat/calendar_common_utils_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   101
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   102
          <component name="searchfw_launcher_api" long-name="Search Framework Launcher API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   103
            <unit bldFile="/sf/app/organizer/organizer_plat/searchfw_launcher_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   104
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   105
          <component name="alarm_const_api" long-name="Alarm Const API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   106
            <unit bldFile="/sf/app/organizer/organizer_plat/alarm_const_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   107
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   108
          <component name="alarm_ui_external_control_api" long-name="Alarm UI External Control API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   109
            <unit bldFile="/sf/app/organizer/organizer_plat/alarm_ui_external_control_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   110
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   111
          <component name="calendar_settings_keys_api" long-name="Calendar Settings Keys API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   112
            <unit bldFile="/sf/app/organizer/organizer_plat/calendar_settings_keys_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   113
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   114
          <component name="calendar_tones_settings_keys_api" long-name="Calendar Tones Settings Keys API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   115
            <unit bldFile="/sf/app/organizer/organizer_plat/calendar_tones_settings_keys_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   116
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   117
          <component name="clock_settings_api" long-name="Clock Settings API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   118
            <unit bldFile="/sf/app/organizer/organizer_plat/clock_settings_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   119
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   120
          <component name="common_alarm_editor_api" long-name="Common Alarm Editor API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   121
            <unit bldFile="/sf/app/organizer/organizer_plat/common_alarm_editor_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   122
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   123
          <component name="alarm_ui_secondary_display_api" long-name="Alarm UI Secondary Display API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   124
            <unit bldFile="/sf/app/organizer/organizer_plat/alarm_ui_secondary_display_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   125
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   126
          <component name="searchui_launcher_api" long-name="Search UI Launcher API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   127
            <unit bldFile="/sf/app/organizer/organizer_plat/searchui_launcher_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   128
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   129
          <component name="agenda_entry_ui_api" long-name="Agenda Entry UI API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   130
            <unit bldFile="/sf/app/organizer/organizer_plat/agenda_entry_ui_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   131
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   132
          <component name="meeting_request_utillities_api" long-name="Meeting Request Utillities API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   133
            <unit bldFile="/sf/app/organizer/organizer_plat/meeting_request_utillities_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   134
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   135
          <component name="meeting_request_viewer_api" long-name="Meeting Request Viewer API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   136
            <unit bldFile="/sf/app/organizer/organizer_plat/meeting_request_viewer_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   137
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   138
          <component name="calendar_custamization_api" long-name="Calendar Customization API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   139
            <unit bldFile="/sf/app/organizer/organizer_plat/calendar_custamization_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   140
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   141
        </collection>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   142
        <collection name="organizer_pub" long-name="Organizer Application Suite Public Interfaces" level="app">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   143
          <component name="calendar_interim_utils2_api" long-name="Calendar Interim Utils 2 API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   144
            <unit bldFile="/sf/app/organizer/organizer_pub/calendar_interim_utils2_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   145
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   146
          <component name="notepad_library_api" long-name="Notepad Library API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   147
            <unit bldFile="/sf/app/organizer/organizer_pub/notepad_library_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   148
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   149
        </collection>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   150
        <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
   151
          <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
   152
            <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
   153
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   154
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   155
        <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
   156
          <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
   157
            <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
   158
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   159
          <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
   160
            <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
   161
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   162
          <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
   163
            <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
   164
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   165
          <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
   166
            <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
   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="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
   169
            <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
   170
          </component>
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 93
diff changeset
   171
          <component name="caldavsrv" filter="sf_build" long-name="CalDAV Server" introduced="^3">
86
e068c62e9ba2 Add caldav component, to match the sf/app/organizer/group/bld.inf file.
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
   172
            <unit bldFile="/sf/app/organizer/calendarengines/caldav/group"/>
e068c62e9ba2 Add caldav component, to match the sf/app/organizer/group/bld.inf file.
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
   173
          </component>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   174
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   175
        <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
   176
          <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
   177
            <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
   178
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   179
          <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
   180
            <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
   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="searchfw" long-name="Search Framework" level="services">
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   184
          <!-- Uncomment all units when configuration is in place. All currently #included from searchfw_build, which should be removed at the same time. -->
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   185
          <component name="coresearchfw" filter="s60" long-name="Core Search Framework" introduced="^1" class="placeholder">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   186
            <!--<unit bldFile="searchfw/coresearchfw/group"/>-->
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   187
          </component>
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   188
          <component name="searchfw_plugins" filter="s60" long-name="Search Plugins" introduced="^1" plugin="Y" class="placeholder">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   189
            <!--<unit bldFile="searchfw/plugins/group"/>-->
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   190
          </component>
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   191
          <component name="searchfw_build" filter="s60" long-name="Search Framework Build" introduced="^1">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   192
            <unit bldFile="/sf/app/organizer/searchfw/group"/>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   193
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   194
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   195
        <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
   196
          <!-- 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
   197
          <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
   198
            <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
   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="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
   202
          <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
   203
            <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
   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="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
   206
            <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
   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="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
   209
            <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
   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="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
   212
            <!-- 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
   213
            <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
   214
            <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
   215
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   216
          <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
   217
            <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
   218
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   219
          <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
   220
            <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
   221
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   222
          <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
   223
            <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
   224
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   225
          <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
   226
            <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
   227
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   228
          <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
   229
            <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
   230
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   231
          <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
   232
            <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
   233
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   234
          <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
   235
            <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
   236
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   237
          <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
   238
            <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
   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="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
   241
            <!-- 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
   242
            <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
   243
            <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
   244
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   245
          <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
   246
            <!-- 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
   247
            <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
   248
            <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
   249
            <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
   250
            <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
   251
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   252
          <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
   253
            <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
   254
          </component>
92
eb82b25cc4f9 Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 59
diff changeset
   255
          <component name="caldav" filter="sf_build" long-name="CalDAV" introduced="^3" plugin="Y">
eb82b25cc4f9 Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 59
diff changeset
   256
            <unit bldFile="/sf/app/organizer/calendarui/caldav/group"/>
eb82b25cc4f9 Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 59
diff changeset
   257
          </component>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   258
          <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
   259
            <!-- 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
   260
            <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
   261
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   262
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   263
        <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
   264
          <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
   265
            <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
   266
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   267
          <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
   268
            <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
   269
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   270
          <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
   271
            <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
   272
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   273
          <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
   274
            <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
   275
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   276
          <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
   277
            <!-- 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
   278
            <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
   279
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   280
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   281
        <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
   282
          <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
   283
            <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
   284
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   285
          <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
   286
            <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
   287
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   288
          <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
   289
            <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
   290
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   291
          <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
   292
            <!-- 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
   293
            <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
   294
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   295
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   296
        <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
   297
          <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
   298
            <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
   299
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   300
          <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
   301
            <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
   302
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   303
          <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
   304
            <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
   305
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   306
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   307
        <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
   308
          <!-- consider making this a single component -->
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   309
          <!-- Uncomment all units when configuration is in place. All currently #included from searchui_build, which should be removed at the same time. -->
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   310
          <component name="searchui_help" filter="s60" long-name="Search UI Help" class="placeholder">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   311
            <!--<unit bldFile="searchui/help/group"/>-->
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   312
          </component>
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   313
          <component name="searchapp" filter="s60" long-name="Search Application" class="placeholder">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   314
            <!--<unit bldFile="searchui/searchapp/group"/>-->
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   315
          </component>
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   316
          <component name="searchui_build" filter="s60" long-name="Search UI Build">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   317
            <unit bldFile="/sf/app/organizer/searchui/group"/>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   318
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   319
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   320
        <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
   321
          <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
   322
            <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
   323
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   324
          <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
   325
            <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
   326
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   327
          <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
   328
            <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
   329
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   330
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   331
        <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
   332
          <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
   333
            <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
   334
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   335
          <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
   336
            <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
   337
          </component>
160
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
   338
          <component name="chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="S^3" purpose="optional">
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
   339
            <unit bldFile="/sf/app/organizer/pimappsupport/chinesecalendaralg/group" mrp="/sf/app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/>
705be3c6488c Introduce remaining new components to match wk12 release
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
   340
          </component>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   341
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   342
        <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
   343
          <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
   344
            <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
   345
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   346
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   347
      </block>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   348
    </layer>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   349
  </systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   350
</SystemDefinition>