htiui/HtiServicePlugins/HtiMessagesServicePlugin/group/HtiMessagesServicePlugin.mmp
changeset 1 753e33780645
parent 0 39ab869ed429
--- a/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group/HtiMessagesServicePlugin.mmp	Wed Aug 25 15:45:01 2010 +0300
+++ b/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group/HtiMessagesServicePlugin.mmp	Fri Sep 03 07:53:25 2010 +0300
@@ -17,6 +17,7 @@
 
 
 #include <platform_paths.hrh>
+#include "../../../symbian_version.hrh"
 
 TARGET          HtiMessagesServicePlugin.dll
 TARGETTYPE      PLUGIN
@@ -34,6 +35,9 @@
 SOURCE          HtiIAPHandler.cpp
 SOURCE          HtiMailboxHandler.cpp
 SOURCE          HtiMsgSettingsHandler.cpp
+#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
+SOURCE          HtiNotificationHandler.cpp
+#endif
 
 USERINCLUDE     ../inc
 APP_LAYER_SYSTEMINCLUDE
@@ -62,6 +66,13 @@
 LIBRARY         mmsserversettings.lib
 LIBRARY         flogger.lib
 
+#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
+// For CHtiNotificationHandler to create voice message notification
+LIBRARY         avkon.lib
+LIBRARY         aknnotify.lib
+LIBRARY         aknnotifyplugin.lib
+#endif
+
 SMPSAFE
 
 // End of file