symbian4/app/commonemail/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 217 fcee787f22fe
child 316 079a06b9ec58
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3  <package id="commonemail" name="Email Apps" levels="service support ui app">
     4 <!ATTLIST SystemDefinition
     4    <!-- need to resolve the qt parts into proper components, then uncomment the units -->
     5   name CDATA #REQUIRED
     5   <collection id="email_plat" name="Email Apps Platform Interfaces" level="app">
     6   schema CDATA #REQUIRED
     6    <component id="nmail_client_api" name="NMail Client API" class="api" filter="s60" introduced="^4">
     7 >
     7     <!--<unit bldFile="email_plat" qt:proFile="email_plat.pro"/> -->
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8    </component>
     9 
     9   </collection>
    10 <!-- System Model Section of DTD -->
    10     <collection id="emailservices" name="Email Services" level="service">
    11 <!ELEMENT systemModel (layer+)>
    11       <component id="nmailbase" filter="s60" name="NMail Base" introduced="^4">
    12 
    12         <!-- <unit bldFile="emailservices/nmailbase" qt:proFile="nmailbase.pro"/> -->
    13 <!ELEMENT layer (block* | collection*)*>
    13       </component>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14       <component id="emailcommon" filter="s60" name="Email Common" introduced="^4">
    15 <!ATTLIST layer
    15        <!-- <unit bldFile="emailservices/emailcommon" qt:proFile="emailcommon.pro"/>-->
    16   name CDATA #REQUIRED
    16       </component>
    17   long-name CDATA #IMPLIED
    17       <component id="emailframework" filter="s60" name="Email Framework" introduced="^2">
    18   levels NMTOKENS #IMPLIED
    18        <!-- <unit bldFile="emailservices/emailframework" qt:proFile="emailframework.pro"/>-->
    19   span CDATA #IMPLIED
    19       </component>
    20 >
    20       <component id="emailstore" filter="s60" name="Email Store" introduced="^2">
    21 
    21        <!-- <unit bldFile="emailservices/emailstore" qt:proFile="emailstore.pro"/>-->
    22 <!ELEMENT block (subblock* | collection*)*>
    22       </component>
    23  <!-- Generic OS services, Comms Services, etc -->
    23       <component id="nmclientapi" filter="s60" name="Nmail Client API" introduced="^4">
    24 <!ATTLIST block
    24        <!-- <unit bldFile="emailservices/nmclientapi" qt:proFile="nmclientapi.pro"/>-->
    25   levels NMTOKENS #IMPLIED
    25       </component>
    26   span CDATA #IMPLIED
    26       <component id="nmailagent" filter="s60" name="Nmail Agent" introduced="^4">
    27   level NMTOKEN #IMPLIED
    27        <!-- <unit bldFile="emailservices/nmailagent" qt:proFile="nmailagent.pro"/>-->
    28   name CDATA #REQUIRED
    28       </component>
    29   long-name CDATA #IMPLIED
    29     </collection>
    30 >
    30     <collection id="ipsservices" name="IMAP/POP/SMTP Services" level="service">
    31 
    31       <component id="ipssosplugin" filter="s60" name="IPS SOS Plugin" class="plugin" introduced="^2">
    32 <!ELEMENT subblock (collection)*>
    32 		<!-- SOS? Consider spelling it out since the abbreviation is ambiguous -->
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33         <!--<unit bldFile="ipsservices/ipssosplugin" qt:proFile="ipssosplugin.pro" />-->
    34 <!ATTLIST subblock
    34       </component>
    35   name CDATA #REQUIRED
    35       <component id="nmimapclientplugin" filter="s60" name="NM IMAP Client Plugin" introduced="^4" class="plugin">
    36   long-name CDATA #IMPLIED
    36         <!--<unit bldFile="ipsservices/nmimapclientplugin" qt:proFile="nmimapclientplugin.pro"/>-->
    37 >
    37       </component>
    38 
    38       <component id="nmipsmtms" filter="s60" name="NM IPS Client Plugin" introduced="^4" class="plugin">
    39 <!ELEMENT collection (component)*>
    39        <!-- <unit bldFile="ipsservices/nmipsmtms" qt:proFile="nmipsmtms.pro"/>-->
    40 <!-- Screen Driver, Content Handling, etc -->
    40       </component>
    41 <!ATTLIST collection
    41       <component id="nmipssettings" filter="s60" name="NM IPS Settings" introduced="^4">
    42   name CDATA #REQUIRED
    42        <!-- <unit bldFile="ipsservices/nmipssettings" qt:proFile="nmipssettings.pro"/>-->
    43   long-name CDATA #IMPLIED
    43       </component>
    44   level NMTOKEN #IMPLIED
    44       <component id="ipsservices_build" filter="s60" name="IPS Services Build" introduced="^2">
    45 >
    45         <!--<unit bldFile="ipsservices" qt:proFile="ipsservices.pro"/> -->
    46 
    46 		<!-- can the exports be broken up into the other components or made a config component?-->
    47 <!ELEMENT component (unit)*>
    47       </component>
    48 <!-- contains units or is a  package or prebuilt -->
    48     </collection>
    49 <!ATTLIST component
    49     <collection id="emailuis" name="Email UIs" level="app">
    50   name CDATA #REQUIRED
    50       <component id="nmailuiengine" filter="s60" name="Nmail UI Engine" introduced="^4">
    51   long-name CDATA #IMPLIED
    51         <!-- <unit bldFile="emailuis/nmailuiengine" qt:proFile="nmailuiengine.pro"/> -->
    52   deprecated CDATA #IMPLIED
    52       </component>
    53   introduced CDATA #IMPLIED
    53       <component id="nmailuiwidgets" filter="s60" name="Nmail UI Widgets" introduced="^4">
    54   contract CDATA #IMPLIED
    54         <!-- <unit bldFile="emailuis/nmailuiwidgets" qt:proFile="nmailuiwidgets.pro"/> -->
    55   plugin (Y|N) "N"
    55       </component>
    56   filter CDATA #IMPLIED
    56       <component id="nmailuiwidgetsplugin" filter="s60" name="Nmail UI Widgets Plugin" introduced="^4" class="plugin">
    57   class NMTOKENS #IMPLIED
    57         <!-- <unit bldFile="emailuis/nmailuiwidgetsplugin" qt:proFile="nmailuiwidgetsplugin.pro"/> -->
    58   supports CDATA #IMPLIED
    58       </component>
    59   purpose ( optional | mandatory | development ) "optional"
    59       <component id="nmsettingui" filter="s60" name="Nmail Setting UI" introduced="^4" class="plugin">
    60 >
    60         <!-- <unit bldFile="emailuis/nmsettingui" qt:proFile="nmsettingui.pro"/> -->
    61 
    61       </component>
    62 <!ELEMENT unit EMPTY >
    62       <component id="nmailcpplugin" filter="s60" name="Nmail CP Plugin" introduced="^4" class="plugin">
    63 <!-- must be buildable (bld.inf) -->
    63         <!-- <unit bldFile="emailuis/nmailcpplugin" qt:proFile="nmailcpplugin.pro"/> -->
    64 <!-- bldFile  may someday be removed in favour of mrp -->
    64       </component>
    65 <!ATTLIST unit
    65       <component id="nmailui" filter="s60" name="Nmail UI" introduced="^4">
    66   mrp CDATA #IMPLIED
    66         <!-- <unit bldFile="emailuis/nmailui" qt:proFile="nmailui.pro"/> -->
    67   filter CDATA #IMPLIED
    67       </component>
    68   bldFile CDATA #IMPLIED
    68       <component id="nmindicatorplugin" filter="s60" name="Nmail Indicator Plugin" class="plugin" introduced="^4">
    69   root CDATA #IMPLIED
    69         <!-- <unit bldFile="emailuis/nmindicatorplugin" qt:proFile="nmindicatorplugin.pro"/> -->
    70   version NMTOKEN #IMPLIED
    70       </component>
    71   prebuilt NMTOKEN #IMPLIED
    71       <component id="nmframeworkadapter" filter="s60" name="Nmail Framework Adapter" introduced="^4" class="plugin">
    72   late (Y|N) #IMPLIED
    72         <!-- <unit bldFile="emailuis/nmframeworkadapter" qt:proFile="nmframeworkadapter.pro"/> -->
    73   priority CDATA #IMPLIED
    73       </component>
    74 >
    74      <component id="nmhswidget" filter="test,s60,widget_tools" name="Nmail Homescreen Widget">
    75 ]>
    75 	 <!-- temporary built from nmail.pro as a workaround to ServiceFW bug on service regisrtations, fix expected on wk18 MCL
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="app" long-name="Applications" levels="services apps">
       
    79       <block name="commonemail" level="apps" span="2" long-name="Email Apps" levels="service support ui app">
       
    80         <!-- need to resolve the qt parts into proper components, then uncomment the units -->
       
    81         <collection name="email_plat" long-name="Email Apps Platform Interfaces" level="app">
       
    82           <component name="nmail_client_api" long-name="NMail Client API" filter="s60" introduced="^4" class="api placeholder">
       
    83             <!--<unit bldFile="email_plat" qt:proFile="email_plat.pro"/> -->
       
    84           </component>
       
    85         </collection>
       
    86         <collection name="emailservices" long-name="Email Services" level="service">
       
    87           <component name="nmailbase" filter="s60" long-name="NMail Base" introduced="^4" class="placeholder">
       
    88             <!-- <unit bldFile="emailservices/nmailbase" qt:proFile="nmailbase.pro"/> -->
       
    89           </component>
       
    90           <component name="emailcommon" filter="s60" long-name="Email Common" introduced="^4" class="placeholder">
       
    91             <!-- <unit bldFile="emailservices/emailcommon" qt:proFile="emailcommon.pro"/>-->
       
    92           </component>
       
    93           <component name="emailframework" filter="s60" long-name="Email Framework" introduced="^2" class="placeholder">
       
    94             <!-- <unit bldFile="emailservices/emailframework" qt:proFile="emailframework.pro"/>-->
       
    95           </component>
       
    96           <component name="emailstore" filter="s60" long-name="Email Store" introduced="^2" class="placeholder">
       
    97             <!-- <unit bldFile="emailservices/emailstore" qt:proFile="emailstore.pro"/>-->
       
    98           </component>
       
    99           <component name="nmclientapi" filter="s60" long-name="Nmail Client API" introduced="^4" class="placeholder">
       
   100             <!-- <unit bldFile="emailservices/nmclientapi" qt:proFile="nmclientapi.pro"/>-->
       
   101           </component>
       
   102           <component name="nmailagent" filter="s60" long-name="Nmail Agent" introduced="^4" class="placeholder">
       
   103             <!-- <unit bldFile="emailservices/nmailagent" qt:proFile="nmailagent.pro"/>-->
       
   104           </component>
       
   105         </collection>
       
   106         <collection name="ipsservices" long-name="IMAP/POP/SMTP Services" level="service">
       
   107           <component name="ipssosplugin" filter="s60" long-name="IPS SOS Plugin" introduced="^2" plugin="Y" class="placeholder">
       
   108             <!-- SOS? Consider spelling it out since the abbreviation is ambiguous -->
       
   109             <!--<unit bldFile="ipsservices/ipssosplugin" qt:proFile="ipssosplugin.pro" />-->
       
   110           </component>
       
   111           <component name="nmimapclientplugin" filter="s60" long-name="NM IMAP Client Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   112             <!--<unit bldFile="ipsservices/nmimapclientplugin" qt:proFile="nmimapclientplugin.pro"/>-->
       
   113           </component>
       
   114           <component name="nmipsmtms" filter="s60" long-name="NM IPS Client Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   115             <!-- <unit bldFile="ipsservices/nmipsmtms" qt:proFile="nmipsmtms.pro"/>-->
       
   116           </component>
       
   117           <component name="nmipssettings" filter="s60" long-name="NM IPS Settings" introduced="^4" class="placeholder">
       
   118             <!-- <unit bldFile="ipsservices/nmipssettings" qt:proFile="nmipssettings.pro"/>-->
       
   119           </component>
       
   120           <component name="ipsservices_build" filter="s60" long-name="IPS Services Build" introduced="^2" class="placeholder">
       
   121             <!--<unit bldFile="ipsservices" qt:proFile="ipsservices.pro"/> -->
       
   122             <!-- can the exports be broken up into the other components or made a config component?-->
       
   123           </component>
       
   124         </collection>
       
   125         <collection name="emailuis" long-name="Email UIs" level="app">
       
   126           <component name="nmailuiengine" filter="s60" long-name="Nmail UI Engine" introduced="^4" class="placeholder">
       
   127             <!-- <unit bldFile="emailuis/nmailuiengine" qt:proFile="nmailuiengine.pro"/> -->
       
   128           </component>
       
   129           <component name="nmailuiwidgets" filter="s60" long-name="Nmail UI Widgets" introduced="^4" class="placeholder">
       
   130             <!-- <unit bldFile="emailuis/nmailuiwidgets" qt:proFile="nmailuiwidgets.pro"/> -->
       
   131           </component>
       
   132           <component name="nmailuiwidgetsplugin" filter="s60" long-name="Nmail UI Widgets Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   133             <!-- <unit bldFile="emailuis/nmailuiwidgetsplugin" qt:proFile="nmailuiwidgetsplugin.pro"/> -->
       
   134           </component>
       
   135           <component name="nmsettingui" filter="s60" long-name="Nmail Setting UI" introduced="^4" plugin="Y" class="placeholder">
       
   136             <!-- <unit bldFile="emailuis/nmsettingui" qt:proFile="nmsettingui.pro"/> -->
       
   137           </component>
       
   138           <component name="nmailcpplugin" filter="s60" long-name="Nmail CP Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   139             <!-- <unit bldFile="emailuis/nmailcpplugin" qt:proFile="nmailcpplugin.pro"/> -->
       
   140           </component>
       
   141           <component name="nmailui" filter="s60" long-name="Nmail UI" introduced="^4" class="placeholder">
       
   142             <!-- <unit bldFile="emailuis/nmailui" qt:proFile="nmailui.pro"/> -->
       
   143           </component>
       
   144           <component name="nmindicatorplugin" filter="s60" long-name="Nmail Indicator Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   145             <!-- <unit bldFile="emailuis/nmindicatorplugin" qt:proFile="nmindicatorplugin.pro"/> -->
       
   146           </component>
       
   147           <component name="nmframeworkadapter" filter="s60" long-name="Nmail Framework Adapter" introduced="^4" plugin="Y" class="placeholder">
       
   148             <!-- <unit bldFile="emailuis/nmframeworkadapter" qt:proFile="nmframeworkadapter.pro"/> -->
       
   149           </component>
       
   150           <component name="nmhswidget" filter="test,s60,widget_tools" long-name="Nmail Homescreen Widget" class="placeholder">
       
   151             <!-- temporary built from nmail.pro as a workaround to ServiceFW bug on service regisrtations, fix expected on wk18 MCL
       
   152       <unit bldFile="emailuis/nmhswidget/tsrc/nmhswidgettestapp" qt:proFile="nmhswidgettestapp.pro" qt:qmakeArgs="-r"/>
    76       <unit bldFile="emailuis/nmhswidget/tsrc/nmhswidgettestapp" qt:proFile="nmhswidgettestapp.pro" qt:qmakeArgs="-r"/>
   153 	  -->
    77 	  -->
   154           </component>
    78      </component>
   155         </collection>
    79     </collection>
   156         <collection name="commonemail_info" long-name="Email Apps Info" level="app">
    80     <collection id="commonemail_info" name="Email Apps Info" level="app">
   157           <component name="commonemail_build" long-name="Email Apps Build" introduced="^4">
    81     <component id="commonemail_build" name="Email Apps Build"  introduced="^4">
   158             <!-- split into actual components -->
    82 		<!-- split into actual components -->
   159             <unit bldFile="/sf/app/commonemail/." proFile="nmail.pro" qmakeArgs="-r"/>
    83       <unit bldFile="."  qt:proFile="nmail.pro" qt:qmakeArgs="-r"/>
   160           </component>
    84     </component>
   161         </collection>
    85     </collection>
   162       </block>
    86   </package>
   163     </layer>
       
   164   </systemModel>
       
   165 </SystemDefinition>
    87 </SystemDefinition>