sl@0: // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef __MMF_TESTS_COMMON_IBY__ sl@0: #define __MMF_TESTS_COMMON_IBY__ sl@0: sl@0: // Files required by both the MMF Unit Tests & Integration Tests go here sl@0: sl@0: REM ################################ START COMMON TESTS ########################## sl@0: sl@0: #include sl@0: sl@0: sl@0: REM ################################# START VCLNT ##################################### sl@0: #ifdef SYMBIAN_GRAPHICS_USE_GCE sl@0: ECOM_PLUGIN(ts_cmmfvideotestcontroller_gce.dll,101f7d2d_gce.rsc) sl@0: #else sl@0: ECOM_PLUGIN(ts_cmmfvideotestcontroller.dll,101f7d2d.rsc) sl@0: #endif sl@0: ECOM_PLUGIN(ts_videoinput.dll,101f7f8c.rsc) sl@0: ECOM_PLUGIN(ts_videooutput.dll,101f7f8d.rsc) sl@0: REM ################################# END VCLNT ##################################### sl@0: sl@0: sl@0: // ====================================================================================================== sl@0: // We Want this to make the custommmfaudiocontroller plugin to be taken from udeb instead of urel sl@0: // so we define macro CUST_ECOM_PLUGIN(file,resource) for this sl@0: sl@0: // __ECOM_PLUGIN(emulator directory, file rom dir, dataz_, resource rom dir, filename, resource filename) sl@0: #define CUST_ECOM_PLUGIN(file,resource) __ECOM_PLUGIN(ABI_DIR\DEBUG_DIR,ECOM_BIN_DIR,DATAZ_,ECOM_RSC_DIR,file,file) sl@0: sl@0: // ====================================================================================================== sl@0: sl@0: REM ################################# START ACTRL/CTLFRM ##################################### sl@0: CUST_ECOM_PLUGIN(custommmfaudiocontroller.dll,101f7d29.rsc) sl@0: REM ################################# END ACTRL/CTLFRM ##################################### sl@0: sl@0: REM ################################# START AVICTRL ##################################### sl@0: CUST_ECOM_PLUGIN(customaviplayercontroller.dll,102834b2.rsc) sl@0: REM ################################# END AVICTRL ##################################### sl@0: sl@0: // We no longer need CUST_ECOM_PLUGIN() macro so undefine it sl@0: #ifdef CUST_ECOM_PLUGIN sl@0: #undef CUST_ECOM_PLUGIN sl@0: #endif sl@0: sl@0: REM TS_MidiTstCntrl.dll was here, but now moved to mmfNotOptTest.iby sl@0: sl@0: #endif