messagingfw/msgtestproduct/burtestserver/group/burtestserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 15:27:42 +0300
changeset 15 ff168ad79dda
parent 0 8e480a14352b
child 35 f8ad95794a08
permissions -rw-r--r--
Revision: 201011 Kit: 201015

// Copyright (c) 2006-2009 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: Mmp file for burtestserver
//

// @file

TARGET		burtestserver.exe
TARGETTYPE  	EXE
UID		0x1000007A 0x102050E4

CAPABILITY ProtServ AllFiles WriteDeviceData ReadDeviceData

// Source:
SOURCEPATH		../testserver/src
SOURCE			t_burtestserver.cpp
SOURCE			t_storagemanager.cpp
SOURCE 			t_asyncbackuptransferhandler.cpp

SOURCEPATH		../teststeps/src
SOURCE			t_burteststepbase.cpp
SOURCE			t_teststepbackup.cpp
SOURCE			t_teststeprestore.cpp
SOURCE			t_teststepbackupasync.cpp
SOURCE			t_teststeprestoreasync.cpp

USERINCLUDE		../testserver/inc
USERINCLUDE		../teststeps/inc
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
LIBRARY			estlib.lib 
LIBRARY			euser.lib
LIBRARY			efsrv.lib
LIBRARY			estor.lib
LIBRARY			testexecuteutils.lib
LIBRARY			testexecutelogclient.lib
LIBRARY			sbeclient.lib
LIBRARY			abclient.lib

//EPOCHEAPSIZE 	1024    1024000
//EPOCSTACKSIZE 65536

SMPSAFE