diff -r 28ae839b4c09 -r ff168ad79dda messagingfw/msgcommonutils/group/msgcommonutils.mmp --- a/messagingfw/msgcommonutils/group/msgcommonutils.mmp Tue Feb 02 10:12:21 2010 +0200 +++ b/messagingfw/msgcommonutils/group/msgcommonutils.mmp Fri Apr 16 15:27:42 2010 +0300 @@ -30,24 +30,30 @@ VERSION 10.0 PAGED -START RESOURCE msgcommonutils.rss -TARGETPATH RESOURCE_FILES_DIR -HEADER -LANGUAGE_IDS -END +//START RESOURCE msgcommonutils.rss //depending on vpbk +//TARGETPATH RESOURCE_FILES_DIR +//HEADER +//LANGUAGE_IDS +//END SOURCEPATH ../src -SOURCE contactmatcher.cpp +//SOURCE contactmatcher.cpp SOURCE msgtextutils.cpp SOURCE MsgSvgUtils.cpp + +#ifdef __VOIP SOURCE MsgVoIPExtension.cpp +#else +SOURCE MsgVoIPExtensionStub.cpp +#endif //VOIP + source fileprotectionresolver.cpp -#ifdef __JAVA_MIDP20 -source javaprotectionresolver.cpp -#else +//#ifdef __JAVA_MIDP20 +//source javaprotectionresolver.cpp +//#else source javaprotectionresolverstub.cpp -#endif +//#endif USERINCLUDE ../inc USERINCLUDE ../../../msgfw_plat/msg_common_utils_api/inc @@ -75,12 +81,16 @@ LIBRARY gdi.lib +#if defined(__VOIP) LIBRARY serviceprovidersettings.lib +#endif // __VOIP LIBRARY commonengine.lib LIBRARY caf.lib - -LIBRARY vpbkeng.lib -LIBRARY pbk2presentation.lib +#ifdef __JAVA_MIDP20 +//LIBRARY javadrmutils.lib +#endif +//LIBRARY VPbkEng.lib +//LIBRARY Pbk2Presentation.lib #if defined( ARMCC )