emailservices/emailstore/tsrc/bufferedmsgcreator_test/group/t_bufferedmsgcreator.mmp
changeset 1 12c456ceeff2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/emailservices/emailstore/tsrc/bufferedmsgcreator_test/group/t_bufferedmsgcreator.mmp	Thu Jan 07 12:38:38 2010 +0200
@@ -0,0 +1,59 @@
+/*
+* Copyright (c) 2002 - 2007 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  project file for Message Store unit test
+*
+*/
+
+// For OS_LAYER_SYSTEMINCLUDE
+#include <platform_paths.hrh>
+
+TARGET          t_bufferedmsgcreator.dll
+TARGETTYPE      dll
+UID             0x1000008D 0x101FB3E7
+
+CAPABILITY      ALL -TCB
+/* Remove comments and replace 0x00000000 with correct vendor id */
+// VENDORID     0x00000000
+/* Remove comments and replace 0x00000000 with correct secure id */
+SECUREID     0x20022BFE
+
+//TARGETPATH      target_path
+DEFFILE         t_bufferedmsgcreator.def
+
+USERINCLUDE     ../inc 
+USERINCLUDE     ../../../message_store/server/inc
+USERINCLUDE     ../../../message_store/common/inc 
+
+OS_LAYER_SYSTEMINCLUDE	
+SYSTEMINCLUDE   ../../../../../inc
+
+SOURCEPATH      ../src
+SOURCE          t_bufferedmsgcreator.cpp
+SOURCE          t_bufferedmsgcreatorcases.cpp
+SOURCE          mockups.cpp
+SOURCEPATH      ../../../message_store/server/src
+SOURCE          bufferedmessagecreator.cpp
+SOURCE          messagestoreutils.cpp
+
+LIBRARY         euser.lib
+LIBRARY         efsrv.lib 
+LIBRARY         bafl.lib 
+LIBRARY         stiftestinterface.lib
+LIBRARY         stiftestengine.lib
+LIBRARY         tzclient.lib
+LIBRARY         edbms.lib
+LIBRARY         estor.lib
+
+LANG            SC
+