loggingservices/eventlogger/test/t_logservIPC.mmp
branchRCL_3
changeset 9 667e88a979d7
parent 0 08ec8eefde2f
--- a/loggingservices/eventlogger/test/t_logservIPC.mmp	Fri Mar 12 15:51:02 2010 +0200
+++ b/loggingservices/eventlogger/test/t_logservIPC.mmp	Mon Mar 15 12:46:30 2010 +0200
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -13,18 +13,23 @@
 // Description:
 //
 
-TARGET		t_logservipc.exe
-CAPABILITY 	ALL -TCB
-TARGETTYPE	exe
+TARGET				t_logservipc.exe
+TARGETTYPE			exe
+
+CAPABILITY 			ALL -TCB
 
 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
 USERINCLUDE			../LogServ/inc
 USERINCLUDE			../Shared
+USERINCLUDE			../test/inc
 
-SOURCEPATH	../test/src
-source		t_logservIPC.cpp
+SOURCEPATH			../test/src
+source				t_logutil.cpp
+source				t_logservIPC.cpp
 
-library	 euser.lib logcli.lib
-VENDORID 0x70000001
+LIBRARY 			euser.lib 
+LIBRARY 			logcli.lib
 
-SMPSAFE
\ No newline at end of file
+VENDORID 			0x70000001
+
+SMPSAFE