symbian4/app/commonemail/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 156 c154a6b30ef1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian4/app/commonemail/package_definition.xml	Thu Apr 01 12:01:18 2010 +0100
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE SystemDefinition [
+<!ELEMENT SystemDefinition ( systemModel )>
+<!ATTLIST SystemDefinition
+  name CDATA #REQUIRED
+  schema CDATA #REQUIRED
+>
+<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
+
+<!-- System Model Section of DTD -->
+<!ELEMENT systemModel (layer+)>
+
+<!ELEMENT layer (block* | collection*)*>
+<!-- Kernel Services, Base Services, OS Services, Etc -->
+<!ATTLIST layer
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  levels NMTOKENS #IMPLIED
+  span CDATA #IMPLIED
+>
+
+<!ELEMENT block (subblock* | collection*)*>
+ <!-- Generic OS services, Comms Services, etc -->
+<!ATTLIST block
+  levels NMTOKENS #IMPLIED
+  span CDATA #IMPLIED
+  level NMTOKEN #IMPLIED
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+>
+
+<!ELEMENT subblock (collection)*>
+<!-- Cellular Baseband Services, Networking Services, etc -->
+<!ATTLIST subblock
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+>
+
+<!ELEMENT collection (component)*>
+<!-- Screen Driver, Content Handling, etc -->
+<!ATTLIST collection
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  level NMTOKEN #IMPLIED
+>
+
+<!ELEMENT component (unit)*>
+<!-- contains units or is a  package or prebuilt -->
+<!ATTLIST component
+  name CDATA #REQUIRED
+  long-name CDATA #IMPLIED
+  deprecated CDATA #IMPLIED
+  introduced CDATA #IMPLIED
+  contract CDATA #IMPLIED
+  plugin (Y|N) "N"
+  filter CDATA #IMPLIED
+  class NMTOKENS #IMPLIED
+  supports CDATA #IMPLIED
+  purpose ( optional | mandatory | development ) "optional"
+>
+
+<!ELEMENT unit EMPTY >
+<!-- must be buildable (bld.inf) -->
+<!-- bldFile  may someday be removed in favour of mrp -->
+<!ATTLIST unit
+  mrp CDATA #IMPLIED
+  filter CDATA #IMPLIED
+  bldFile CDATA #IMPLIED
+  root CDATA #IMPLIED
+  version NMTOKEN #IMPLIED
+  prebuilt NMTOKEN #IMPLIED
+  late (Y|N) #IMPLIED
+  priority CDATA #IMPLIED
+>
+]>
+<SystemDefinition name="Symbian^4" schema="2.0.1">
+  <systemModel>
+    <layer name="app" long-name="Applications" levels="services apps">
+      <block name="commonemail" level="apps" span="2" long-name="Email Apps" levels="service support ui app">
+        <!-- need to resolve the qt parts into proper components, then uncomment the units -->
+        <collection name="email_plat" long-name="Email Apps Platform Interfaces" level="app">
+          <component name="nmail_client_api" long-name="NMail Client API" filter="s60" introduced="^4" class="api placeholder">
+            <!--<unit bldFile="email_plat" qt:proFile="email_plat.pro"/> -->
+          </component>
+        </collection>
+        <collection name="emailservices" long-name="Email Services" level="service">
+          <component name="nmailbase" filter="s60" long-name="NMail Base" introduced="^4" class="placeholder">
+            <!-- <unit bldFile="emailservices/nmailbase" qt:proFile="nmailbase.pro"/> -->
+          </component>
+          <component name="emailcommon" filter="s60" long-name="Email Common" introduced="^4" class="placeholder">
+            <!-- <unit bldFile="emailservices/emailcommon" qt:proFile="emailcommon.pro"/>-->
+          </component>
+          <component name="emailframework" filter="s60" long-name="Email Framework" introduced="^2" class="placeholder">
+            <!-- <unit bldFile="emailservices/emailframework" qt:proFile="emailframework.pro"/>-->
+          </component>
+          <component name="emailstore" filter="s60" long-name="Email Store" introduced="^2" class="placeholder">
+            <!-- <unit bldFile="emailservices/emailstore" qt:proFile="emailstore.pro"/>-->
+          </component>
+          <component name="nmclientapi" filter="s60" long-name="Nmail Client API" introduced="^4" class="placeholder">
+            <!-- <unit bldFile="emailservices/nmclientapi" qt:proFile="nmclientapi.pro"/>-->
+          </component>
+        </collection>
+        <collection name="ipsservices" long-name="IMAP/POP/SMTP Services" level="service">
+          <component name="ipssosplugin" filter="s60" long-name="IPS SOS Plugin" introduced="^2" plugin="Y" class="placeholder">
+            <!-- SOS? Consider spelling it out since the abbreviation is ambiguous -->
+            <!--<unit bldFile="ipsservices/ipssosplugin" qt:proFile="ipssosplugin.pro" />-->
+          </component>
+          <component name="nmimapclientplugin" filter="s60" long-name="NM IMAP Client Plugin" introduced="^4" plugin="Y" class="placeholder">
+            <!--<unit bldFile="ipsservices/nmimapclientplugin" qt:proFile="nmimapclientplugin.pro"/>-->
+          </component>
+          <component name="nmipsmtms" filter="s60" long-name="NM IPS Client Plugin" introduced="^4" plugin="Y" class="placeholder">
+            <!-- <unit bldFile="ipsservices/nmipsmtms" qt:proFile="nmipsmtms.pro"/>-->
+          </component>
+          <component name="nmipssettings" filter="s60" long-name="NM IPS Settings" introduced="^4" class="placeholder">
+            <!-- <unit bldFile="ipsservices/nmipssettings" qt:proFile="nmipssettings.pro"/>-->
+          </component>
+          <component name="ipsservices_build" filter="s60" long-name="IPS Services Build" introduced="^2" class="placeholder">
+            <!--<unit bldFile="ipsservices" qt:proFile="ipsservices.pro"/> -->
+            <!-- can the exports be broken up into the other components or made a config component?-->
+          </component>
+        </collection>
+        <collection name="emailuis" long-name="Email UIs" level="app">
+          <component name="nmailuiengine" filter="s60" long-name="Nmail UI Engine" introduced="^4" class="placeholder">
+            <!-- <unit bldFile="emailuis/nmailuiengine" qt:proFile="nmailuiengine.pro"/> -->
+          </component>
+          <component name="nmailuiwidgets" filter="s60" long-name="Nmail UI Widgets" introduced="^4" class="placeholder">
+            <!-- <unit bldFile="emailuis/nmailuiwidgets" qt:proFile="nmailuiwidgets.pro"/> -->
+          </component>
+          <component name="nmailuiwidgetsplugin" filter="s60" long-name="Nmail UI Widgets Plugin" introduced="^4" plugin="Y" class="placeholder">
+            <!-- <unit bldFile="emailuis/nmailuiwidgetsplugin" qt:proFile="nmailuiwidgetsplugin.pro"/> -->
+          </component>
+          <component name="nmsettingui" filter="s60" long-name="Nmail Setting UI" introduced="^4" plugin="Y" class="placeholder">
+            <!-- <unit bldFile="emailuis/nmsettingui" qt:proFile="nmsettingui.pro"/> -->
+          </component>
+          <component name="nmailcpplugin" filter="s60" long-name="Nmail CP Plugin" introduced="^4" plugin="Y" class="placeholder">
+            <!-- <unit bldFile="emailuis/nmailcpplugin" qt:proFile="nmailcpplugin.pro"/> -->
+          </component>
+          <component name="nmailui" filter="s60" long-name="Nmail UI" introduced="^4" class="placeholder">
+            <!-- <unit bldFile="emailuis/nmailui" qt:proFile="nmailui.pro"/> -->
+          </component>
+          <component name="nmframeworkadapter" filter="s60" long-name="Nmail Framework Adapter" introduced="^4" plugin="Y" class="placeholder">
+            <!-- <unit bldFile="emailuis/nmframeworkadapter" qt:proFile="nmframeworkadapter.pro"/> -->
+          </component>
+        </collection>
+        <collection name="commonemail_info" long-name="Email Apps Info" level="app">
+          <component name="commonemail_build" long-name="Email Apps Build" introduced="^4">
+            <!-- split into actual components -->
+            <unit bldFile="/sf/app/commonemail/."/>
+          </component>
+        </collection>
+      </block>
+    </layer>
+  </systemModel>
+</SystemDefinition>