emailservices/emailstore/tsrc/message_store_test/group/t_msgstore.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:39:10 +0200
branchRCL_3
changeset 11 0396474f30f5
parent 1 12c456ceeff2
permissions -rw-r--r--
Revision: 201009 Kit: 201010

/*
* 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_msgstore.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     0x20022BFD

//TARGETPATH      target_path
DEFFILE         t_msgstore.def

USERINCLUDE     ../inc 
USERINCLUDE     ../../../message_store/common/inc 
USERINCLUDE     ../../../message_store/server/inc 

OS_LAYER_SYSTEMINCLUDE
MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   ../../../../../inc

SOURCEPATH      ../src
SOURCE          t_msgstore.cpp
SOURCE          t_msgstoreCases.cpp
SOURCE			asynctestcasebase.cpp
SOURCE			mailboxtests.cpp
SOURCE			propertytests.cpp
SOURCE          FolderTests.cpp
SOURCE          MessageTests.cpp
SOURCE          PartTests.cpp
SOURCE          ObserverTests.cpp
SOURCE          ContentTests.cpp
SOURCE          MruTests.cpp
SOURCE          SearchTests.cpp
SOURCE          SortTests.cpp
SOURCE          SizeTests.cpp
SOURCE          ShutdownServerTest.cpp
SOURCE          DbCorruptTests.cpp
SOURCE          EncryptionTests.cpp

//RESOURCE        resource_file
//RESOURCE        resource_file2

LIBRARY         euser.lib
LIBRARY         efsrv.lib 
LIBRARY         bafl.lib 
LIBRARY         stiftestinterface.lib
LIBRARY         stiftestengine.lib
LIBRARY         messagestoreclient.lib
LIBRARY         tzclient.lib
LIBRARY         edbms.lib
LIBRARY         estor.lib

LANG            SC

/*
START WINS      
?wins_specific_information
END

START MARM
?marm_specific_information
END
*/
// Other possible keywords:
 
// DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
/*
START BITMAP ?target
TARGETPATH   ?emulated_path_on_target_machine
HEADER
SOURCE       ?color_depth ?source_bitmap
END
*/
// DEFFILE ?filename
// AIF ?filename// End of File

EPOCALLOWDLLDATA