emailservices/emailstore/tsrc/bufferedmsgcreator_test/group/t_bufferedmsgcreator.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 07 Jan 2010 12:38:38 +0200
changeset 1 12c456ceeff2
permissions -rw-r--r--
Revision: 200951 Kit: 201001

/*
* 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