--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mmlibs/mmfw/tsrc/mmvalidationsuite/mmvalidationsuiteagents/group/mvsagents.mmp Tue Feb 02 01:56:55 2010 +0200
@@ -0,0 +1,75 @@
+
+// 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