diff -r cfd5c2994f10 -r 113b91e0a2ad ximpfw/tsrc/src/t_presenceauthorization/t_presenceauthorization.mmp --- a/ximpfw/tsrc/src/t_presenceauthorization/t_presenceauthorization.mmp Tue Aug 31 15:31:29 2010 +0300 +++ b/ximpfw/tsrc/src/t_presenceauthorization/t_presenceauthorization.mmp Wed Sep 01 12:27:45 2010 +0100 @@ -18,8 +18,12 @@ #include "../../tsrcutils/eunitcommon/eunittstdllbase.hrh" #include "../../tsrcutils/processmaster/pm.h" +#include +#include TARGET t_presenceauthorization.dll +//CAPABILITY ALL - TCB - DRM +CAPABILITY EUNIT_CAPS SOURCEPATH . SOURCE t_presenceauthorization.cpp @@ -35,6 +39,19 @@ USERINCLUDE ../../../core/srcutils // TODO remove unnecessary +#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 + + SYSTEMINCLUDE ../../../inc/core/base SYSTEMINCLUDE ../../../inc/core/datamodel SYSTEMINCLUDE ../../../inc/core/protocolplugin @@ -50,8 +67,9 @@ LIBRARY presencedatamodel.lib LIBRARY estor.lib LIBRARY ximputils.lib - - +LIBRARY eunit.lib +LIBRARY eunitutil.lib +LIBRARY euser.lib // end of file