mmlibs/mmfw/tsrc/mmvalidationsuite/mmvalidationsuiteagents/group/mvsagents.mmp
author hgs
Mon, 23 Aug 2010 18:56:36 +0100
changeset 41 f7bf1ed8db72
parent 0 40261b775718
child 50 948c7f65f6d4
permissions -rw-r--r--
2010wk27_04


// Copyright (c) 2005-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:
// MVSAgents.dll Multimedia Validation Suite Agents
// 
//

/**
 @file
*/

TARGET        	mvsagents.dll
CAPABILITY      ALL -TCB
TARGETTYPE    	dll
UID           	0x1000008d 0x1028322F
VENDORID        0x70000001


USERINCLUDE     ../inc

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

SOURCEPATH      ../src
SOURCE		   agentsutility.cpp
SOURCE         audiorecordagent.cpp
SOURCE         audioplayagent.cpp
SOURCE         videoplayagent.cpp
SOURCE         videorecordagent.cpp

LIBRARY         euser.lib 
//LIBRARY         apparc.lib 
//LIBRARY         cone.lib 
LIBRARY         efsrv.lib 
//LIBRARY         eikcore.lib
//LIBRARY         eikdlg.lib 
//LIBRARY         eikcoctl.lib 
//LIBRARY         eikfile.lib
//LIBRARY         eikctl.lib
LIBRARY		bafl.lib
//LIBRARY		fbscli.lib 
 //LIBRARY		gdi.lib
LIBRARY		ws32.lib
LIBRARY		ecam.lib
LIBRARY		mmfcontrollerframework.lib
LIBRARY		mediaclientaudio.lib
LIBRARY		mediaclientvideo.lib
LIBRARY		egul.lib
LIBRARY     flogger.lib
LIBRARY		ecom.lib

strictdepend

#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
DEFFILE MVSAgents2.DEF
#else
DEFFILE MVSAgents.DEF
#endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT






SMPSAFE