mmmw_plat/openmax_al_api/tsrc/openmaxaltestmodule/group/openmaxaltestmodule.mmp
changeset 14 80975da52420
child 16 43d09473c595
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmmw_plat/openmax_al_api/tsrc/openmaxaltestmodule/group/openmaxaltestmodule.mmp	Mon May 03 12:59:52 2010 +0300
@@ -0,0 +1,74 @@
+/*
+* Copyright (c) 2010 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 STIF Test Framework's TestScripter 
+* testclass openmaxal module.
+*
+*/
+
+#include <platform_paths.hrh>
+
+SMPSAFE
+
+TARGET          openmaxaltestmodule.dll
+TARGETTYPE      dll
+UID             0x1000008D 0x10207CA4
+
+CAPABILITY      ALL -TCB
+VENDORID     VID_DEFAULT
+/* Remove comments and replace 0x00000000 with correct secure id */
+// SECUREID     0x00000000
+
+//TARGETPATH      ?target_path
+DEFFILE         openmaxaltestmodule.def
+
+USERINCLUDE     ../inc 
+OS_LAYER_LIBC_SYSTEMINCLUDE
+OS_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE 	/epoc32/include/platform/mw/khronos/ 
+
+SOURCEPATH      ../src/common
+SOURCE          openmaxaltestmodule.cpp
+SOURCE          openmaxaltestmoduleblocks.cpp
+SOURCE          openmaxalcommontests.cpp 
+SOURCE 			openmaxalobjectitftests.cpp
+SOURCE          openmaxalobjectcallbacks.cpp 
+SOURCE          openmaxaldynitfmgmtitftests.cpp
+SOURCE          openmaxaldynitfmgmtitfcallbacks.cpp
+
+SOURCEPATH      ../src/engine
+SOURCE			openmaxalenginetests.cpp 
+SOURCE 			openmaxalengineitftests.cpp
+SOURCE 			openmaxalaudioiodevicecapabilitiesitftests.cpp
+SOURCE 			openmaxalaudioencodercapabiltiesitftests.cpp
+SOURCE          openmaxalaudioiodevicecapabilitiesitfcallbacks.cpp 
+
+SOURCEPATH      ../src/recorder
+SOURCE 			openmaxalrecorditftests.cpp
+SOURCE 			openmaxalaudioencoderitftests.cpp
+SOURCE 			openmaxalmetadatainsertionitftests.cpp 
+SOURCE          openmaxalrecorditfcallbacks.cpp 
+SOURCE          openmaxalmetadatainsertionitfcallbacks.cpp
+
+
+LIBRARY         euser.lib
+LIBRARY         stiftestinterface.lib
+LIBRARY         stiftestengine.lib
+LIBRARY			ecom.lib
+LIBRARY         openmaxal.lib
+LIBRARY			libc.lib
+LANG            SC
+
+
+
+// End of File