symbian3/app/organizer/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Fri, 19 Feb 2010 16:53:21 +0000
branchHighFidelityModel
changeset 93 cde6c6e331f0
parent 92 eb82b25cc4f9
parent 86 e068c62e9ba2
child 94 f2a9de1817ed
permissions -rw-r--r--
Integration
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     2
<SystemDefinition schema="3.0.0">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     3
  <package id="organizer" name="Organizer Application Suite" levels="support services engine ui app">
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
     4
    <collection id="alarmengines" name="Alarm Engines" level="engine">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
     5
      <component id="missedalarmstore" filter="s60" name="Missed Alarm Store">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
     6
        <unit bldFile="alarmengines/missedalarmstore/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
     7
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
     8
    </collection>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
     9
    <collection id="calendarengines" name="Calendar Engines" level="engine">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    10
      <component id="versit2" filter="s60" name="Versit 2 iCal Parser" introduced="9.2">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    11
        <unit bldFile="calendarengines/versit2/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    12
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    13
      <component id="agnversit2" filter="s60" name="Versit 2 Agenda Interface" class="plugin" introduced="9.2">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    14
        <unit bldFile="calendarengines/agnversit2/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    15
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    16
      <component id="caleninterimutils" filter="s60" name="Calendar Interim Utils" introduced="9.1">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    17
        <unit bldFile="calendarengines/caleninterimutils/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    18
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    19
      <component id="calenimp" filter="s60" name="Calendar Import Wrapper" introduced="7.0s">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    20
        <unit bldFile="calendarengines/calenimp/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    21
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    22
      <component id="calenlauncher" filter="s60" name="Calendar Launcher">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    23
        <unit bldFile="calendarengines/calenlauncher/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    24
      </component>
86
e068c62e9ba2 Add caldav component, to match the sf/app/organizer/group/bld.inf file.
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    25
      <component id="caldav" filter="s60" name="CalDav Server" introduced="^3">
e068c62e9ba2 Add caldav component, to match the sf/app/organizer/group/bld.inf file.
William Roberts <williamr@symbian.org>
parents: 59
diff changeset
    26
        <unit bldFile="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
    27
      </component>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    28
    </collection>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    29
    <collection id="meetingrequestengines" name="Meeting Request Engines" level="engine">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    30
      <component id="mrmailbox" filter="s60" name="Meeting Request Mailbox">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    31
        <unit bldFile="meetingrequestengines/mrmailbox/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    32
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    33
      <component id="mrmailboxutils" filter="s60" name="Meeting Request Mailbox Utils" class="plugin">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    34
        <unit bldFile="meetingrequestengines/mrmailboxutils/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    35
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    36
    </collection>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    37
    <collection id="searchfw" name="Search Framework" level="services">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    38
      	<meta rel="config">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    39
      		<defined condition="RD_GENERAL_SEARCH"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    40
      	</meta>
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
    41
		<!-- Uncomment all units when configuration is in place. All currently #included from searchfw_build, which should be removed at the same time. -->
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    42
      <component id="coresearchfw" filter="s60" name="Core Search Framework" introduced="^1">
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
    43
        <!--<unit bldFile="searchfw/coresearchfw/group"/>-->
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    44
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    45
      <component id="searchfw_plugins" filter="s60" name="Search Plugins" class="plugin" introduced="^1">
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
    46
        <!--<unit bldFile="searchfw/plugins/group"/>-->
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
    47
      </component>
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
    48
      <component id="searchfw_build" filter="s60" name="Search Framework Build" introduced="^1">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
    49
        <unit bldFile="searchfw/group"/>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    50
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    51
    </collection>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    52
    <collection id="alarmui" name="Alarm UI" level="app">
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    53
    	<!-- collection is really a component, should move down a directory -->
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    54
      <component id="alarmui_build" filter="s60" name="Alarm UI Build">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    55
        <unit bldFile="alarmui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    56
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    57
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    58
    <collection id="calendarui" name="Calendar UI" level="ui">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    59
      <component id="calendarui_help" filter="s60" name="Calendar UI Help">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    60
        <unit bldFile="calendarui/help/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    61
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    62
      <component id="commonutils" filter="s60" name="Calendar Common Utils">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    63
        <unit bldFile="calendarui/commonutils/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    64
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    65
      <component id="globaldata" filter="s60" name="Calendar Global Data">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    66
        <unit bldFile="calendarui/globaldata/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    67
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    68
      <component id="settings" filter="s60" name="Calendar Settings">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    69
		<!-- these should be merged into a single bld.inf or split into two components -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    70
        <unit bldFile="calendarui/settings/gsplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    71
        <unit bldFile="calendarui/settings/settingsui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    72
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    73
      <component id="customisation" filter="s60" name="Calendar Customisation">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    74
        <unit bldFile="calendarui/customisation/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    75
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    76
      <component id="customisationmanager" filter="s60" name="Calendar Customisation Manager">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    77
        <unit bldFile="calendarui/customisationmanager/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    78
      </component>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    79
      <component id="multicaluidialog" filter="s60" name="Multi-Calendar UI Dialog" introduced="^3">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    80
        <unit bldFile="calendarui/multicaluidialog/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    81
      </component>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    82
      <component id="views" filter="s60" name="Calendar Views">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    83
        <unit bldFile="calendarui/views/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    84
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    85
      <component id="calendarui_controller" filter="s60" name="Calendar Controller">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    86
        <unit bldFile="calendarui/controller/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    87
      </component>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    88
      <component id="calendarui_editors" filter="s60" name="Calendar Editors">
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    89
        <unit bldFile="calendarui/editors/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    90
      </component>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    91
      <component id="calendarui_application" filter="s60" name="Calendar Application">
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    92
        <unit bldFile="calendarui/application/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    93
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    94
      <component id="missedalarmindicatorplugin" filter="s60" name="Missed Alarm Indicator Plugin" class="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    95
        <unit bldFile="calendarui/missedalarmindicatorplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    96
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    97
      <component id="calendarui_server" filter="s60" name="Calendar Server">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    98
	    <!-- these should be merged into a single bld.inf or split into two components -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    99
        <unit bldFile="calendarui/server/calensvr/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   100
        <unit bldFile="calendarui/server/calensvrclient/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   101
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   102
      <component id="regionalplugins" filter="s60" name="Calendar Regional Plugins" class="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   103
	    <!-- these should be merged into a single bld.inf or split into four components -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   104
        <unit bldFile="calendarui/regionalplugins/calenregionalutil/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   105
        <unit bldFile="calendarui/regionalplugins/lunarchinese/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   106
        <unit bldFile="calendarui/regionalplugins/lunarvietnamese/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   107
        <unit bldFile="calendarui/regionalplugins/thai/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   108
      </component>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   109
      <component id="calenaiwprovider" filter="s60" name="Calendar AIW Proivder" class="plugin" introduced="^3">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   110
        <unit bldFile="calendarui/calenaiwprovider/group"/>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   111
      </component>
92
eb82b25cc4f9 Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 59
diff changeset
   112
      <component id="caldav" filter="sf_build" name="CalDAV" class="plugin" introduced="^3">
eb82b25cc4f9 Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 59
diff changeset
   113
        <unit bldFile="calendarui/caldav/group"/>
eb82b25cc4f9 Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 59
diff changeset
   114
      </component>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   115
      <component id="calendarui_build" filter="s60" name="Calendar UI Build">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   116
      	<!-- split contents into separate components -->
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   117
        <unit bldFile="calendarui/group"/>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   118
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   119
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   120
    <collection id="meetingui" name="Meeting UI" level="ui">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   121
      <component id="attendeeview" filter="s60" name="Attendee View">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   122
        <unit bldFile="meetingui/attendeeview/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   123
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   124
      <component id="agnentryui" filter="s60" name="Agenda Entry UI" class="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   125
        <unit bldFile="meetingui/agnentryui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   126
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   127
      <component id="meetingrequestutils" filter="s60" name="Meeting Request Utils">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   128
        <unit bldFile="meetingui/meetingrequestutils/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   129
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   130
      <component id="meetingrequestviewers" filter="s60" name="Meeting Request Viewers" class="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   131
        <unit bldFile="meetingui/meetingrequestviewers/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   132
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   133
      <component id="meetingui_build" filter="s60" name="Meeting UI Build">
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   134
      	<!-- split contents into separate components -->
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   135
        <unit bldFile="meetingui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   136
      </component>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   137
    </collection>    
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   138
    <collection id="clock2" name="Clock" level="app">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   139
      <component id="clockengines" filter="s60" name="Clock Engines">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   140
        <unit bldFile="clock2/clockengines/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   141
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   142
      <component id="clockui" filter="s60" name="Clock UI">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   143
        <unit bldFile="clock2/clockui/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   144
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   145
      <component id="clock2_help" filter="s60" name="Clock Help">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   146
        <unit bldFile="clock2/help/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   147
      </component>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   148
      <component id="clock2_build" filter="s60" name="Clock Build">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   149
      	<!-- split contents into separate components, or just make this one component -->
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   150
        <unit bldFile="clock2/group"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   151
      </component>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   152
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   153
    <collection id="notepad" name="Notepad" level="ui">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   154
      <component id="notepad_help" filter="s60" name="Notepad Help">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   155
        <unit bldFile="notepad/help/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   156
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   157
      <component id="notepad1" filter="s60" name="Notepad Application 1">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   158
        <unit bldFile="notepad/notepad1/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   159
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   160
      <component id="txtrecog" filter="s60" name="Text Recognizer" class="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   161
        <unit bldFile="notepad/txtrecog/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   162
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   163
    </collection>
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   164
    <collection id="searchui" name="Search UI" level="app"> <!-- consider making this a single component -->
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   165
      	<meta rel="config">
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   166
      		<defined condition="RD_GENERAL_SEARCH"/>
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   167
      	</meta>
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
   168
		<!-- Uncomment all units when configuration is in place. All currently #included from searchui_build, which should be removed at the same time. -->
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   169
      <component id="searchui_help" filter="s60" name="Search UI Help">
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
   170
        <!--<unit bldFile="searchui/help/group"/>-->
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   171
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   172
      <component id="searchapp" filter="s60" name="Search Application">
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
   173
        <!--<unit bldFile="searchui/searchapp/group"/>-->
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
   174
      </component>
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
   175
      <component id="searchui_build" filter="s60" name="Search UI Build">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 48
diff changeset
   176
        <unit bldFile="searchui/group"/>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   177
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   178
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   179
    <collection id="pimappservices" name="PIM Application Services" level="services">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   180
      <component id="calendar" name="Calendar" introduced="9.2" purpose="optional">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   181
        <unit version="2" bldFile="pimappservices/calendar/group" mrp="pimappservices/calendar/group/app-engines_calendar.mrp"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   182
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   183
      <component id="calendarvcalplugin" name="Calendar vCal Plugin" introduced="8.1" purpose="optional" class="plugin">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   184
        <unit version="2" bldFile="pimappservices/calendarvcalplugin/group" mrp="pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   185
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   186
      <component id="appenginesdocs" name="Application Engines Documentation" purpose="development" class="doc">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   187
        <unit mrp="pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   188
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   189
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   190
    <collection id="pimappsupport" name="PIM Application Support" level="support">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   191
      <component id="vcardandvcal" name="vCard and vCal" introduced="ER5" purpose="optional">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   192
        <unit bldFile="pimappsupport/vcardandvcal/group" mrp="pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   193
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   194
      <component id="chinesecalendarconverter" name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   195
        <unit bldFile="pimappsupport/chinesecalendarconverter/group" mrp="pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   196
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   197
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   198
    <collection id="organizer_info" name="Organizer Application Suite Info" level="app">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   199
      <component id="organizer_pub" filter="s60" name="Organizer Application Suite Public Interfaces" class="api">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   200
        <unit bldFile="organizer_pub/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   201
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   202
      <component id="organizer_plat" filter="s60" name="Organizer Application Suite Platform Interfaces" class="api">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   203
        <unit bldFile="organizer_plat/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   204
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   205
      <component id="organizer_metadata" name="Organizer Application Suite Metadata" class="config" introduced="^2" purpose="development" target="desktop">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   206
        <unit mrp="organizer_info/organizer_metadata/organizer_metadata.mrp"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   207
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   208
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   209
  </package>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   210
</SystemDefinition>