htiui/HtiServicePlugins/HtiPIMServicePlugin/group/HtiPIMServicePlugin.mmp
changeset 1 753e33780645
parent 0 39ab869ed429
--- a/htiui/HtiServicePlugins/HtiPIMServicePlugin/group/HtiPIMServicePlugin.mmp	Wed Aug 25 15:45:01 2010 +0300
+++ b/htiui/HtiServicePlugins/HtiPIMServicePlugin/group/HtiPIMServicePlugin.mmp	Fri Sep 03 07:53:25 2010 +0300
@@ -17,6 +17,7 @@
 
 
 #include <platform_paths.hrh>
+#include "../../../symbian_version.hrh"
 
 TARGET          HtiPIMServicePlugin.dll
 TARGETTYPE      PLUGIN
@@ -32,8 +33,10 @@
 SOURCE          proxy.cpp
 SOURCE          HtiPIMServicePlugin.cpp
 SOURCE          PIMHandler.cpp
+SOURCE          HtiSimDirHandler.cpp
+#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
 SOURCE          HtiBookmarkHandler.cpp 
-SOURCE          HtiSimDirHandler.cpp
+#endif
 
 USERINCLUDE     ../inc
 APP_LAYER_SYSTEMINCLUDE
@@ -49,12 +52,16 @@
 LIBRARY         ecom.lib
 LIBRARY         estor.lib
 LIBRARY         euser.lib
-LIBRARY         favouritesengine.lib
 LIBRARY         ws32.lib
 LIBRARY         flogger.lib
 LIBRARY         cntmodel.lib
 LIBRARY			etelmm.lib
 LIBRARY			etel.lib 
+
+#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
+LIBRARY         favouritesengine.lib
+#endif
+
 SMPSAFE
 
 // End of file