symbian3/app/commonemail/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 29 Mar 2010 15:57:24 +0100
branchHighFidelityModel
changeset 147 af12043c2836
parent 141 27d9d356efbf
child 157 37274dcfc311
permissions -rw-r--r--
Remove missing api components. Revert changes not yet in SF.
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"?>
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     2
<!DOCTYPE SystemDefinition [
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     4
<!ATTLIST SystemDefinition
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     5
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     6
  schema CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     7
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
     9
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    10
<!-- System Model Section of DTD -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    11
<!ELEMENT systemModel (layer+)>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    12
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    15
<!ATTLIST layer
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    16
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    17
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    18
  levels NMTOKENS #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    19
  span CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    20
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    21
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    24
<!ATTLIST block
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    25
  levels NMTOKENS #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    26
  span CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    27
  level NMTOKEN #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    28
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    29
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    30
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    31
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    32
<!ELEMENT subblock (collection)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    34
<!ATTLIST subblock
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    35
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    36
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    37
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    38
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    39
<!ELEMENT collection (component)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    41
<!ATTLIST collection
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    42
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    43
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    44
  level NMTOKEN #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    45
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    46
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    47
<!ELEMENT component (unit)*>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    49
<!ATTLIST component
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    50
  name CDATA #REQUIRED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    51
  long-name CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    52
  deprecated CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    53
  introduced CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    54
  contract CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    55
  plugin (Y|N) "N"
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    56
  filter CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    57
  class NMTOKENS #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    58
  supports CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    60
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    61
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    62
<!ELEMENT unit EMPTY >
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    63
<!-- must be buildable (bld.inf) -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    65
<!ATTLIST unit
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    66
  mrp CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    67
  filter CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    68
  bldFile CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    69
  root CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    70
  version NMTOKEN #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    72
  late (Y|N) #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    73
  priority CDATA #IMPLIED
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    74
>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    75
]>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    77
  <systemModel>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    78
    <layer name="app" long-name="Applications" levels="services apps">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    79
      <block name="commonemail" level="apps" span="2" long-name="Email Apps" levels="service support ui app">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    80
        <collection name="email_pub" long-name="Email Apps Public Interfaces" level="app">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    81
          <component name="email_widget_api" long-name="Email Widget API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    82
            <unit bldFile="/sf/app/commonemail/email_pub/email_widget_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    83
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    84
        </collection>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    85
        <collection name="email_plat" long-name="Email Apps Platform Interfaces" level="app">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    86
          <component name="email_client_api" long-name="Email Client API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    87
            <unit bldFile="/sf/app/commonemail/email_plat/email_client_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    88
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    89
          <component name="email_setup_plugin_api" long-name="Email Setup Plugin API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    90
            <unit bldFile="/sf/app/commonemail/email_plat/email_setup_plugin_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    91
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
    92
        </collection>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    93
        <collection name="emailservices" long-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: 31
diff changeset
    94
          <component name="emailframework" filter="s60" long-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: 31
diff changeset
    95
            <unit bldFile="/sf/app/commonemail/emailservices/emailframework/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
    97
          <component name="emailclientapi" filter="s60" long-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: 31
diff changeset
    98
            <unit bldFile="/sf/app/commonemail/emailservices/emailclientapi/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   100
          <component name="emailserver" filter="s60" long-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: 31
diff changeset
   101
            <unit bldFile="/sf/app/commonemail/emailservices/emailserver/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   103
          <component name="emailservermonitor" filter="s60" long-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: 31
diff changeset
   104
            <unit bldFile="/sf/app/commonemail/emailservices/emailservermonitor/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   106
          <component name="psmruadapter" filter="s60" long-name="Predictive Search Most Recent Used Adapter" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   107
            <unit bldFile="/sf/app/commonemail/emailservices/psmruadapter/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   109
          <component name="emailstore" filter="s60" long-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: 31
diff changeset
   110
            <unit bldFile="/sf/app/commonemail/emailservices/emailstore/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   112
          <component name="emaildebug" filter="s60" long-name="Email Debug" introduced="^2" class="api">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   113
            <unit bldFile="/sf/app/commonemail/emailservices/emaildebug/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   115
          <component name="emailinstallationinitiator" filter="s60" long-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: 31
diff changeset
   116
            <unit bldFile="/sf/app/commonemail/emailservices/emailinstallationinitiator/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   118
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   119
        <collection name="ipsservices" long-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: 31
diff changeset
   120
          <component name="ipssossettings" filter="s60" long-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: 31
diff changeset
   121
            <!-- 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: 31
diff changeset
   122
            <unit bldFile="/sf/app/commonemail/ipsservices/ipssossettings/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   124
          <component name="ipssosplugin" filter="s60" long-name="IPS SOS Plugin" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   125
            <unit bldFile="/sf/app/commonemail/ipsservices/ipssosplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   127
          <component name="ipssosaoplugin" filter="s60" long-name="IPS SOS Always Online Plugin" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   128
            <unit bldFile="/sf/app/commonemail/ipsservices/ipssosaoplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   130
          <component name="ipsservices_build" filter="s60" long-name="IPS Services Build" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   131
            <unit bldFile="/sf/app/commonemail/ipsservices/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   132
            <!-- can the exports be broken up into the other components or made a config component?-->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   133
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   134
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   135
        <collection name="emailcontacts" long-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: 31
diff changeset
   136
          <component name="contactactionservice" filter="s60" long-name="Contact Action Service" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   137
            <unit bldFile="/sf/app/commonemail/emailcontacts/contactactionservice/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   138
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   139
          <component name="contactactionmenu" filter="s60" long-name="Contact Action Menu" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   140
            <unit bldFile="/sf/app/commonemail/emailcontacts/contactactionmenu/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   141
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   142
          <component name="remotecontactlookup" filter="s60" long-name="Remote Contact Lookup" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   143
            <unit bldFile="/sf/app/commonemail/emailcontacts/remotecontactlookup/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
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: 31
diff changeset
   146
        <collection name="meetingrequest" long-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: 31
diff changeset
   147
          <component name="mrcommon" filter="s60" long-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: 31
diff changeset
   148
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrcommon/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   150
          <component name="mrdb" filter="s60" long-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: 31
diff changeset
   151
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrdb/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   153
          <component name="mrpolicy" filter="s60" long-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: 31
diff changeset
   154
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrpolicy/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   156
          <component name="mrservices" filter="s60" long-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: 31
diff changeset
   157
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrservices/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   158
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   159
          <component name="mrgui" filter="s60" long-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: 31
diff changeset
   160
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrgui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   161
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   162
          <component name="mrentry" filter="s60" long-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: 31
diff changeset
   163
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrentry/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   165
          <component name="mrtasks" filter="s60" long-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: 31
diff changeset
   166
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrtasks/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   167
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   168
          <component name="mrutils" filter="s60" long-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: 31
diff changeset
   169
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrutils/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   170
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   171
          <component name="mrutilscalplugin" filter="s60" long-name="MR Utils Calendar Plugin" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   172
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrutilscalplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   173
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   174
          <component name="mrviewer" filter="s60" long-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: 31
diff changeset
   175
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrviewer/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   176
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   177
          <component name="mrviewercalplugin" filter="s60" long-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: 31
diff changeset
   178
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrviewercalplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   179
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   180
          <component name="mricalviewer" filter="s60" long-name="MR iCal Viewer" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   181
            <unit bldFile="/sf/app/commonemail/meetingrequest/mricalviewer/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   183
          <component name="mrversit2" filter="s60" long-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: 31
diff changeset
   184
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrversit2/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   186
          <component name="mragnversit2" filter="s60" long-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: 31
diff changeset
   187
            <unit bldFile="/sf/app/commonemail/meetingrequest/mragnversit2/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   189
          <component name="mrcasplugin" filter="s60" long-name="MR Contact Action Service Plugin" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   190
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrcasplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   191
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   192
          <component name="mrurlparserplugin" filter="s60" long-name="MR URL Parser Plugin" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   193
            <unit bldFile="/sf/app/commonemail/meetingrequest/mrurlparserplugin/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   194
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   195
          <component name="meetingrequest_build" filter="s60" long-name="MR Build" introduced="^2">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 122
diff changeset
   196
            <!-- can the exports be broken up into the other components ?
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   197
			alternatively, move the exports into a RM Config component-->
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   198
            <unit bldFile="/sf/app/commonemail/meetingrequest/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   199
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   200
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   201
        <collection name="emailuis" long-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: 31
diff changeset
   202
          <component name="emailui" filter="s60" long-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: 31
diff changeset
   203
            <unit bldFile="/sf/app/commonemail/emailuis/emailui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   205
          <component name="gsemailsettings" filter="s60" long-name="Email GS Settings" introduced="^2" plugin="Y">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   206
            <unit bldFile="/sf/app/commonemail/emailuis/gsemailsettings/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
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: 31
diff changeset
   208
          <component name="uicomponents" filter="s60" long-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: 31
diff changeset
   209
            <unit bldFile="/sf/app/commonemail/emailuis/uicomponents/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   210
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   211
          <component name="widget" filter="s60" long-name="Email Widget" introduced="^2">
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   212
            <!-- Uncomment unit when configuration is in place. Currently #included from emailuis_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: 38
diff changeset
   213
            <!--<unit bldFile="emailuis/widget/group"/>-->
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   214
          </component>
59
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   215
          <component name="emailuis_build" filter="s60" long-name="Email UIs Build" introduced="^2">
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   216
            <unit bldFile="/sf/app/commonemail/emailuis/group"/>
7da3f5055ea5 Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
   217
          </component>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   218
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   219
        <collection name="commonemail_info" long-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: 31
diff changeset
   220
          <component name="emailhelp" filter="s60" long-name="Email Help" class="placeholder">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   221
            <!-- 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: 31
diff changeset
   222
            <!-- <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: 31
diff changeset
   223
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   224
          <component name="commonemail_help" filter="s60" long-name="Email Help" introduced="^2" class="placeholder">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   225
            <!-- 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: 31
diff changeset
   226
            <!-- <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: 31
diff changeset
   227
          </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   228
        </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   229
      </block>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   230
    </layer>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   231
  </systemModel>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   232
</SystemDefinition>