symbian3/app/conversations/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 27 Jan 2010 15:59:56 +0000
branchHighFidelityModel
changeset 38 12159035c0ef
child 102 5625a635abf6
permissions -rw-r--r--
Put in full details on the first set of packages in app layer

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="conversations" name="Conversation Apps" levels="settings utils plugin ui">
    <collection id="uiservicetabsettings" name="UI Service Tab Settings" level="settings">
    	<!-- this is really at the wrong rank. should move down a directory -->
      <component id="vimpstsettings" filter="s60" name="VIMP Service Tab Settings">
        <unit bldFile="uiservicetabsettings/group"/>
      </component>
    </collection>
    <collection id="instantmessagesalert" name="Instant Messages Alert" level="utils">
    	<!-- this is really at the wrong rank. should move down a directory -->
      <component id="instantmessagesalert_build" filter="s60" name="Instant Messages Alert build" introduced="^3">
        <unit bldFile="instantmessagesalert/group"/>
      </component>
    </collection>
    <collection id="imstutils" name="IM Service Tab Utils" level="utils">
      <component id="imstutils_help" filter="s60" name="IM Service Tab Help">
        <unit bldFile="imstutils/help/group"/>
      </component>
      <component id="imconnectionprovider" filter="s60" name="IM Connection Provider" class="plugin">
        <unit bldFile="imstutils/imconnectionprovider/group"/>
      </component>
      <component id="xmppadapter" filter="s60" name="XMPP Settings Adapter" class="plugin">
        <unit bldFile="imstutils/xmppadapter/group"/>
      </component>
      <component id="imconversationview" filter="s60" name="IM Conversation View">
        <unit bldFile="imstutils/imconversationview/group"/>
      </component>
      <component id="imstutils_config" filter="s60" name="IM Service Tab Utils config" class="config">
      	<!-- remove the #includes and or moved ithe loc file into one the above components -->
        <unit bldFile="imstutils/group"/>
      </component>
    </collection>
    <collection id="uiservicetab" name="UI Service Tab" level="ui">
      <component id="vimpstutils" filter="s60" name="VIMP Service Tab Utilities">
      	<!-- need to spell out VIMP at least once -->
        <unit bldFile="uiservicetab/vimpstutils/group"/>
      </component>
      <component id="vimpststorage" filter="s60" name="VIMP Service Tab Storage">
        <unit bldFile="uiservicetab/vimpststorage/group"/>
      </component>
      <component id="vimpstengine" filter="s60" name="VIMP Service Tab Engine">
        <unit bldFile="uiservicetab/vimpstengine/group"/>
      </component>
      <component id="vimpstcmdprocess" filter="s60" name="VIMP Service Tab Command Process">
        <unit bldFile="uiservicetab/vimpstcmdprocess/group"/>
      </component>
      <component id="vimpstui" filter="s60" name="VIMP Service Tab UI">
        <unit bldFile="uiservicetab/vimpstui/group"/>
      </component>
      <component id="vimpstdetailsviewplugin" filter="s60" name="VIMP ST Details View Plugin" class="plugin">
        <unit bldFile="uiservicetab/vimpstdetailsviewplugin/group"/>
      </component>
      <component id="uiservicetab_build" filter="s60" name="UI Service Tab Build">
      	<!-- can this be distributed into the above bld.infs? -->
        <unit bldFile="uiservicetab/group"/>
      </component>
    </collection>
    <collection id="servicewidget" name="Service Widget" level="ui">
      <component id="servicewidgetdatapublisher" filter="s60" name="Service Widget Data Publisher" class="plugin">
        <unit bldFile="servicewidget/servicewidgetdatapublisher/group"/>
      </component>
      <component id="themes" filter="s60" name="Service Widget Themes" class="config">
        <unit bldFile="servicewidget/themes/install-themes/install/servicewidget/group"/>
      </component>
      <component id="servicewidget_build" filter="s60" name="Service Widget Build">
      	<!-- Either move the whole collection down one directory into a single component, or move the ROM and SIS parts into a Service Widget ROM component -->
        <unit bldFile="servicewidget/group"/>
      </component>
    </collection>
    <collection id="instantmsgindicatorplugin" name="Instant Message Indicator Plugin" level="plugin">
    	<!--  collection is really a component. should move down a directory -->
      <component id="instantmsgindicatorplugin_build" filter="s60" name="Instant Message Indicator Plugin Build" class="plugin" introduced="^3">
        <unit bldFile="instantmsgindicatorplugin/group"/>
      </component>
    </collection>
    <collection id="imstatuspaneindicatorplugin" name="IM Status Pane Indicator Plugin" level="plugin">
    	<!--  collection is really a component. should move down a directory -->
      <component id="imstatuspaneindicatorplugin_build" filter="s60" name="IM Status Pane Indicator Plugin Build" class="plugin"  introduced="^3">
        <unit bldFile="imstatuspaneindicatorplugin/group"/>
      </component>
    </collection>
    <collection id="conversations_info" name="Conversation Apps Info" level="ui">
      <component id="conversations_plat" filter="s60" name="Conversation Apps Platform Interfaces" class="api">
        <unit bldFile="conversations_plat/group"/>
      </component>
      <component id="conversations_build" filter="s60" name="Conversation Apps Build">
      	<!-- can the exports be moved to other components? or this remade into a configuration component?-->
        <unit bldFile="group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>