symbian3/app/commonemail/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Thu, 25 Nov 2010 12:14:19 +0000
branchHighFidelityModel
changeset 510 edb6c9c5a982
parent 245 30e67220bf86
permissions -rw-r--r--
Changed to avoid bld.inf's being included more than once in commonemail package
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="commonemail" name="Email Apps" levels="service support ui app">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     4
  <collection id="email_pub" name="Email Apps Public Interfaces" level="app">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     5
   <component id="email_widget_api" name="Email Widget API" class="api" filter="s60">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     6
    <meta rel="Api" href="email_pub/email_widget_api/email_widget_api.metaxml"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     7
    <unit bldFile="email_pub/email_widget_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     8
   </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     9
  </collection>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    10
  <collection id="email_plat" name="Email Apps Platform Interfaces" level="app">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    11
   <component id="email_client_api" name="Email Client API" class="api" filter="s60">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    12
    <meta rel="Api" href="email_plat/email_client_api/email_client_api.metaxml"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    13
    <unit bldFile="email_plat/email_client_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    14
   </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    15
   <component id="email_setup_plugin_api" name="Email Setup Plugin API" class="api" filter="s60">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    16
    <meta rel="Api" href="email_plat/email_setup_plugin_api/email_setup_plugin_api.metaxml"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    17
    <unit bldFile="email_plat/email_setup_plugin_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    18
   </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    19
  </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
    20
    <collection id="emailservices" name="Email Services" level="service">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    21
      <component id="emailframework" filter="s60" name="Email Framework" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    22
        <unit bldFile="emailservices/emailframework/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    23
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    24
      <component id="emailclientapi" filter="s60" name="Email Client API" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    25
        <unit bldFile="emailservices/emailclientapi/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    26
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    27
      <component id="emailserver" filter="s60" name="Email Server" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    28
        <unit bldFile="emailservices/emailserver/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    29
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    30
      <component id="emailservermonitor" filter="s60" name="Email Server Monitor" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    31
        <unit bldFile="emailservices/emailservermonitor/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    32
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    33
      <component id="psmruadapter" filter="s60" name="Predictive Search Most Recent Used Adapter" class="plugin" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    34
        <unit bldFile="emailservices/psmruadapter/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    35
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    36
      <component id="emailstore" filter="s60" name="Email Store" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    37
        <unit bldFile="emailservices/emailstore/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    38
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    39
      <component id="emaildebug" filter="s60" name="Email Debug" class="api" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    40
        <unit bldFile="emailservices/emaildebug/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    41
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    42
      <component id="emailinstallationinitiator" filter="s60" name="Email Installation Initiator" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    43
        <unit bldFile="emailservices/emailinstallationinitiator/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    44
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    45
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    46
    <collection id="ipsservices" name="IMAP/POP/SMTP Services" level="service">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    47
      <component id="ipssossettings" filter="s60" name="IPS SOS Settings" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    48
    		<!-- SOS? Consider spelling it out since the abbreviation is ambiguous -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    49
        <unit bldFile="ipsservices/ipssossettings/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    50
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    51
      <component id="ipssosplugin" filter="s60" name="IPS SOS Plugin" class="plugin" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    52
        <unit bldFile="ipsservices/ipssosplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    53
      </component>
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="ipssosaoplugin" filter="s60" name="IPS SOS Always Online Plugin" class="plugin" introduced="^2">
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="ipsservices/ipssosaoplugin/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>
510
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
    57
      <component id="ipsservices_conf" filter="s60" name="IPS Services Configuration" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
    58
        <unit bldFile="ipsservices/conf"/>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
    59
      </component>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
    60
      <component id="ipsservices_rom" filter="s60" name="IPS Services ROM" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
    61
        <unit bldFile="ipsservices/rom"/>
38
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>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    63
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    64
    <collection id="emailcontacts" name="Email Contacts" 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
    65
      <component id="contactactionservice" filter="s60" name="Contact Action Service"  class="plugin" introduced="^2">
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="emailcontacts/contactactionservice/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="contactactionmenu" filter="s60" name="Contact Action Menu" class="plugin" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    69
        <unit bldFile="emailcontacts/contactactionmenu/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    70
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    71
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    72
    <collection id="meetingrequest" name="Meeting Request" 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
    73
      <component id="mrcommon" filter="s60" name="MR Common" introduced="^2">
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="meetingrequest/mrcommon/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="mrdb" filter="s60" name="MR Database" introduced="^2">
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="meetingrequest/mrdb/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>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    79
      <component id="mrpolicy" filter="s60" name="MR Policy" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    80
        <unit bldFile="meetingrequest/mrpolicy/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    81
      </component>
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="mrservices" filter="s60" name="MR Services" introduced="^2">
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="meetingrequest/mrservices/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="mrgui" filter="s60" name="MR GUI" introduced="^2">
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="meetingrequest/mrgui/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>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    88
      <component id="mrentry" filter="s60" name="MR Entry" introduced="^2">
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="meetingrequest/mrentry/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>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    91
      <component id="mrtasks" filter="s60" name="MR Tasks" introduced="^2">
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="meetingrequest/mrtasks/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="mrutils" filter="s60" name="MR Utils" introduced="^2">
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="meetingrequest/mrutils/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="mrutilscalplugin" filter="s60" name="MR Utils Calendar Plugin" class="plugin" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    98
        <unit bldFile="meetingrequest/mrutilscalplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    99
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   100
      <component id="mrviewer" filter="s60" name="MR Viewer" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   101
        <unit bldFile="meetingrequest/mrviewer/group"/>
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>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   103
      <component id="mrviewercalplugin" filter="s60" name="MR Viewer Calendar Plugin" introduced="^2">
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="meetingrequest/mrviewercalplugin/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
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   106
      <component id="mricalviewer" filter="s60" name="MR iCal Viewer" class="plugin" introduced="^2">
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="meetingrequest/mricalviewer/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>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   109
      <component id="mrversit2" filter="s60" name="MR Versit2" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   110
        <unit bldFile="meetingrequest/mrversit2/group"/>
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>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   112
      <component id="mragnversit2" filter="s60" name="MR Agenda Versit2" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   113
        <unit bldFile="meetingrequest/mragnversit2/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   114
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   115
      <component id="mrcasplugin" filter="s60" name="MR Contact Action Service Plugin" class="plugin" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   116
        <unit bldFile="meetingrequest/mrcasplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   117
      </component>
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 id="mrurlparserplugin" filter="s60" name="MR URL Parser Plugin" class="plugin" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   119
        <unit bldFile="meetingrequest/mrurlparserplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   120
      </component>
510
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   121
      <component id="meetingrequest_config" filter="s60" name="MR Configuration" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   122
        <unit bldFile="meetingrequest/conf"/>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   123
      </component>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   124
      <component id="meetingrequest_rom" filter="s60" name="MR ROM" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   125
        <unit bldFile="meetingrequest/rom"/>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   126
      </component>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   127
      <component id="mrbcplugin" filter="s60" name="MR BC Plugin" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   128
        <unit bldFile="meetingrequest/mrbcplugin/group"/>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   129
      </component>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   130
      <component id="mrcalremoteattachment" filter="s60" name="MR Calendar Remote Attachment" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   131
        <unit bldFile="meetingrequest/mrcalremoteattachment/group"/>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   132
      </component>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   133
      <component id="mrcmailremoteattachmentplugin" filter="s60" name="MR Cmail Remote Attachment Plugin" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   134
        <unit bldFile="meetingrequest/mrcmailremoteattachmentplugin/group"/>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   135
      </component>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   136
      <component id="mrguicommon" filter="s60" name="MR GUI COmmon" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   137
        <unit bldFile="meetingrequest/mrguicommon/group"/>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   138
      </component>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   139
      <component id="mrmbutilsextension" filter="s60" name="MR MB Utilities Extension" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   140
        <unit bldFile="meetingrequest/mrmbutilsextension/group"/>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   141
      </component>
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   142
      <component id="mrprocessor" filter="s60" name="MR Processor" introduced="^2">
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   143
        <unit bldFile="meetingrequest/mrprocessor/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
   144
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   145
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   146
    <collection id="emailuis" name="Email UIs" 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
   147
      <component id="emailui" filter="s60" name="Email UI" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   148
        <unit bldFile="emailuis/emailui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   149
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   150
      <component id="gsemailsettings" filter="s60" name="Email GS Settings" class="plugin" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   151
        <unit bldFile="emailuis/gsemailsettings/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   152
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   153
      <component id="uicomponents" filter="s60" name="Email UI Components" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   154
        <unit bldFile="emailuis/uicomponents/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   155
      </component>
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 id="widget" filter="s60" name="Email Widget" introduced="^2">
510
edb6c9c5a982 Changed to avoid bld.inf's being included more than once in commonemail package
Simon Howkins <simonh@symbian.org>
parents: 245
diff changeset
   157
        <unit bldFile="emailuis/widget/group"/>
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   158
      </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
   159
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   160
    <collection id="commonemail_info" name="Email Apps 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
   161
      <component id="emailhelp" filter="s60" name="Email Help">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   162
      	<!-- should this be commented out or not? -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   163
        <!-- <unit bldFile="emailhelp/group"/> -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   164
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   165
      <component id="commonemail_help" filter="s60" name="Email Help" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   166
      	<!-- should this be commented out or not? -->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   167
        <!-- <unit bldFile="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
   168
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   169
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   170
  </package>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
   171
</SystemDefinition>