diff -r 113b91e0a2ad -r 482d5cf4c4b4 imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_rootservices/t_rootservices.mmp --- a/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_rootservices/t_rootservices.mmp Wed Sep 01 12:27:45 2010 +0100 +++ b/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_rootservices/t_rootservices.mmp Tue Sep 14 21:56:37 2010 +0300 @@ -18,8 +18,11 @@ #include "../../tsrcutils/eunitcommon/eunittstdllbase.hrh" #include "../../tsrcutils/processmaster/pm.h" +#include +#include TARGET t_rootservices.dll -CAPABILITY ALL -TCB +CAPABILITY EUNIT_CAPS + SOURCEPATH . SOURCE t_rootservices.cpp @@ -34,10 +37,26 @@ USERINCLUDE ../../tsrcprotocols +#if defined ( OS_LAYER_SYSTEMINCLUDE ) +OS_LAYER_SYSTEMINCLUDE +#else +SYSTEMINCLUDE /epoc32/include +#endif + #if defined ( APP_LAYER_SYSTEMINCLUDE ) + APP_LAYER_SYSTEMINCLUDE + #else + SYSTEMINCLUDE \epoc32\include + #endif LIBRARY ecom.lib LIBRARY bafl.lib +LIBRARY ximpdatamodel.lib +LIBRARY presencedatamodel.lib +LIBRARY estor.lib +LIBRARY ximputils.lib LIBRARY EUnit.lib +LIBRARY eunitutil.lib +LIBRARY euser.lib // end of file