diff -r 113b91e0a2ad -r 482d5cf4c4b4 imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_sessionmng/t_sessionmng.mmp --- a/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_sessionmng/t_sessionmng.mmp Wed Sep 01 12:27:45 2010 +0100 +++ b/imsrv_plat/ximp_core_feature_plugin_api/tsrc/src/t_sessionmng/t_sessionmng.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_sessionmng.dll -CAPABILITY ALL -TCB +CAPABILITY EUNIT_CAPS + SOURCEPATH . SOURCE t_sessionmng.cpp @@ -33,12 +36,26 @@ USERINCLUDE ../../../../../ximpfw/core/srcutils 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