diff -r 6b6fd149daa2 -r 04ec7606545c loggingservices/eventlogger/logcntmodel/inc/logcntmodel.h --- a/loggingservices/eventlogger/logcntmodel/inc/logcntmodel.h Tue Apr 27 18:25:57 2010 +0300 +++ b/loggingservices/eventlogger/logcntmodel/inc/logcntmodel.h Tue May 11 17:49:39 2010 +0300 @@ -65,8 +65,11 @@ /** Interface UID to be used by all contacts model plugin's for log engine @internalAll */ -const TUid KUidEComLogCntInterface = {0x20008029}; - +#ifdef SYSLIBS_TEST + const TUid KUidEComLogCntInterface = {0x20008030}; +#else + const TUid KUidEComLogCntInterface = {0x20008029}; +#endif /** Provides an interface for ECom plugins @internalAll */ class CLogCntModel: public CBase, public MLogCntModel