symbian4/app/commonemail/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 217 fcee787f22fe
child 316 079a06b9ec58
--- a/symbian4/app/commonemail/package_definition.xml	Wed May 26 17:18:20 2010 +0100
+++ b/symbian4/app/commonemail/package_definition.xml	Wed May 26 17:30:43 2010 +0100
@@ -1,165 +1,87 @@
 <?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>
-          <component name="nmailagent" filter="s60" long-name="Nmail Agent" introduced="^4" class="placeholder">
-            <!-- <unit bldFile="emailservices/nmailagent" qt:proFile="nmailagent.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="nmindicatorplugin" filter="s60" long-name="Nmail Indicator Plugin" introduced="^4" plugin="Y" class="placeholder">
-            <!-- <unit bldFile="emailuis/nmindicatorplugin" qt:proFile="nmindicatorplugin.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>
-          <component name="nmhswidget" filter="test,s60,widget_tools" long-name="Nmail Homescreen Widget" class="placeholder">
-            <!-- temporary built from nmail.pro as a workaround to ServiceFW bug on service regisrtations, fix expected on wk18 MCL
-      <unit bldFile="emailuis/nmhswidget/tsrc/nmhswidgettestapp" qt:proFile="nmhswidgettestapp.pro" qt:qmakeArgs="-r"/>
+<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
+ <package id="commonemail" name="Email Apps" levels="service support ui app">
+   <!-- need to resolve the qt parts into proper components, then uncomment the units -->
+  <collection id="email_plat" name="Email Apps Platform Interfaces" level="app">
+   <component id="nmail_client_api" name="NMail Client API" class="api" filter="s60" introduced="^4">
+    <!--<unit bldFile="email_plat" qt:proFile="email_plat.pro"/> -->
+   </component>
+  </collection>
+    <collection id="emailservices" name="Email Services" level="service">
+      <component id="nmailbase" filter="s60" name="NMail Base" introduced="^4">
+        <!-- <unit bldFile="emailservices/nmailbase" qt:proFile="nmailbase.pro"/> -->
+      </component>
+      <component id="emailcommon" filter="s60" name="Email Common" introduced="^4">
+       <!-- <unit bldFile="emailservices/emailcommon" qt:proFile="emailcommon.pro"/>-->
+      </component>
+      <component id="emailframework" filter="s60" name="Email Framework" introduced="^2">
+       <!-- <unit bldFile="emailservices/emailframework" qt:proFile="emailframework.pro"/>-->
+      </component>
+      <component id="emailstore" filter="s60" name="Email Store" introduced="^2">
+       <!-- <unit bldFile="emailservices/emailstore" qt:proFile="emailstore.pro"/>-->
+      </component>
+      <component id="nmclientapi" filter="s60" name="Nmail Client API" introduced="^4">
+       <!-- <unit bldFile="emailservices/nmclientapi" qt:proFile="nmclientapi.pro"/>-->
+      </component>
+      <component id="nmailagent" filter="s60" name="Nmail Agent" introduced="^4">
+       <!-- <unit bldFile="emailservices/nmailagent" qt:proFile="nmailagent.pro"/>-->
+      </component>
+    </collection>
+    <collection id="ipsservices" name="IMAP/POP/SMTP Services" level="service">
+      <component id="ipssosplugin" filter="s60" name="IPS SOS Plugin" class="plugin" introduced="^2">
+		<!-- SOS? Consider spelling it out since the abbreviation is ambiguous -->
+        <!--<unit bldFile="ipsservices/ipssosplugin" qt:proFile="ipssosplugin.pro" />-->
+      </component>
+      <component id="nmimapclientplugin" filter="s60" name="NM IMAP Client Plugin" introduced="^4" class="plugin">
+        <!--<unit bldFile="ipsservices/nmimapclientplugin" qt:proFile="nmimapclientplugin.pro"/>-->
+      </component>
+      <component id="nmipsmtms" filter="s60" name="NM IPS Client Plugin" introduced="^4" class="plugin">
+       <!-- <unit bldFile="ipsservices/nmipsmtms" qt:proFile="nmipsmtms.pro"/>-->
+      </component>
+      <component id="nmipssettings" filter="s60" name="NM IPS Settings" introduced="^4">
+       <!-- <unit bldFile="ipsservices/nmipssettings" qt:proFile="nmipssettings.pro"/>-->
+      </component>
+      <component id="ipsservices_build" filter="s60" name="IPS Services Build" introduced="^2">
+        <!--<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 id="emailuis" name="Email UIs" level="app">
+      <component id="nmailuiengine" filter="s60" name="Nmail UI Engine" introduced="^4">
+        <!-- <unit bldFile="emailuis/nmailuiengine" qt:proFile="nmailuiengine.pro"/> -->
+      </component>
+      <component id="nmailuiwidgets" filter="s60" name="Nmail UI Widgets" introduced="^4">
+        <!-- <unit bldFile="emailuis/nmailuiwidgets" qt:proFile="nmailuiwidgets.pro"/> -->
+      </component>
+      <component id="nmailuiwidgetsplugin" filter="s60" name="Nmail UI Widgets Plugin" introduced="^4" class="plugin">
+        <!-- <unit bldFile="emailuis/nmailuiwidgetsplugin" qt:proFile="nmailuiwidgetsplugin.pro"/> -->
+      </component>
+      <component id="nmsettingui" filter="s60" name="Nmail Setting UI" introduced="^4" class="plugin">
+        <!-- <unit bldFile="emailuis/nmsettingui" qt:proFile="nmsettingui.pro"/> -->
+      </component>
+      <component id="nmailcpplugin" filter="s60" name="Nmail CP Plugin" introduced="^4" class="plugin">
+        <!-- <unit bldFile="emailuis/nmailcpplugin" qt:proFile="nmailcpplugin.pro"/> -->
+      </component>
+      <component id="nmailui" filter="s60" name="Nmail UI" introduced="^4">
+        <!-- <unit bldFile="emailuis/nmailui" qt:proFile="nmailui.pro"/> -->
+      </component>
+      <component id="nmindicatorplugin" filter="s60" name="Nmail Indicator Plugin" class="plugin" introduced="^4">
+        <!-- <unit bldFile="emailuis/nmindicatorplugin" qt:proFile="nmindicatorplugin.pro"/> -->
+      </component>
+      <component id="nmframeworkadapter" filter="s60" name="Nmail Framework Adapter" introduced="^4" class="plugin">
+        <!-- <unit bldFile="emailuis/nmframeworkadapter" qt:proFile="nmframeworkadapter.pro"/> -->
+      </component>
+     <component id="nmhswidget" filter="test,s60,widget_tools" name="Nmail Homescreen Widget">
+	 <!-- temporary built from nmail.pro as a workaround to ServiceFW bug on service regisrtations, fix expected on wk18 MCL
+      <unit bldFile="emailuis/nmhswidget/tsrc/nmhswidgettestapp" qt:proFile="nmhswidgettestapp.pro" qt:qmakeArgs="-r"/>
 	  -->
-          </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/." proFile="nmail.pro" qmakeArgs="-r"/>
-          </component>
-        </collection>
-      </block>
-    </layer>
-  </systemModel>
+     </component>
+    </collection>
+    <collection id="commonemail_info" name="Email Apps Info" level="app">
+    <component id="commonemail_build" name="Email Apps Build"  introduced="^4">
+		<!-- split into actual components -->
+      <unit bldFile="."  qt:proFile="nmail.pro" qt:qmakeArgs="-r"/>
+    </component>
+    </collection>
+  </package>
 </SystemDefinition>