os/mm/mmtestenv/mmtesttools/Rom/MmfTestsCommon.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmtestenv/mmtesttools/Rom/MmfTestsCommon.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,61 @@
     1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +#ifndef __MMF_TESTS_COMMON_IBY__
    1.20 +#define __MMF_TESTS_COMMON_IBY__
    1.21 +
    1.22 +// Files required by both the MMF Unit Tests & Integration Tests go here
    1.23 +
    1.24 +REM ################################ START COMMON TESTS ##########################
    1.25 +
    1.26 +#include <testframework.iby>
    1.27 +
    1.28 +
    1.29 +REM ################################# START VCLNT #####################################
    1.30 +#ifdef SYMBIAN_GRAPHICS_USE_GCE
    1.31 +ECOM_PLUGIN(ts_cmmfvideotestcontroller_gce.dll,101f7d2d_gce.rsc)
    1.32 +#else
    1.33 +ECOM_PLUGIN(ts_cmmfvideotestcontroller.dll,101f7d2d.rsc)
    1.34 +#endif
    1.35 +ECOM_PLUGIN(ts_videoinput.dll,101f7f8c.rsc)
    1.36 +ECOM_PLUGIN(ts_videooutput.dll,101f7f8d.rsc)
    1.37 +REM #################################  END  VCLNT #####################################
    1.38 +
    1.39 +
    1.40 +// ======================================================================================================
    1.41 +// We Want this to make the custommmfaudiocontroller plugin to be taken from udeb instead of urel
    1.42 +// so we define macro CUST_ECOM_PLUGIN(file,resource) for this
    1.43 +
    1.44 +// __ECOM_PLUGIN(emulator directory, file rom dir, dataz_, resource rom dir, filename, resource filename)
    1.45 +#define CUST_ECOM_PLUGIN(file,resource) __ECOM_PLUGIN(ABI_DIR\DEBUG_DIR,ECOM_BIN_DIR,DATAZ_,ECOM_RSC_DIR,file,file)
    1.46 +
    1.47 +// ======================================================================================================
    1.48 +
    1.49 +REM ################################# START ACTRL/CTLFRM #####################################
    1.50 +CUST_ECOM_PLUGIN(custommmfaudiocontroller.dll,101f7d29.rsc)
    1.51 +REM #################################  END  ACTRL/CTLFRM #####################################
    1.52 +
    1.53 +REM ################################# START AVICTRL #####################################
    1.54 +CUST_ECOM_PLUGIN(customaviplayercontroller.dll,102834b2.rsc)
    1.55 +REM #################################  END  AVICTRL #####################################
    1.56 +
    1.57 +// We no longer need CUST_ECOM_PLUGIN() macro so undefine it
    1.58 +#ifdef CUST_ECOM_PLUGIN
    1.59 +#undef CUST_ECOM_PLUGIN
    1.60 +#endif
    1.61 +
    1.62 +REM TS_MidiTstCntrl.dll was here, but now moved to mmfNotOptTest.iby
    1.63 +
    1.64 +#endif