os/mm/mmtestenv/mmtesttools/Rom/MmfTestsCommon.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifndef __MMF_TESTS_COMMON_IBY__
    17 #define __MMF_TESTS_COMMON_IBY__
    18 
    19 // Files required by both the MMF Unit Tests & Integration Tests go here
    20 
    21 REM ################################ START COMMON TESTS ##########################
    22 
    23 #include <testframework.iby>
    24 
    25 
    26 REM ################################# START VCLNT #####################################
    27 #ifdef SYMBIAN_GRAPHICS_USE_GCE
    28 ECOM_PLUGIN(ts_cmmfvideotestcontroller_gce.dll,101f7d2d_gce.rsc)
    29 #else
    30 ECOM_PLUGIN(ts_cmmfvideotestcontroller.dll,101f7d2d.rsc)
    31 #endif
    32 ECOM_PLUGIN(ts_videoinput.dll,101f7f8c.rsc)
    33 ECOM_PLUGIN(ts_videooutput.dll,101f7f8d.rsc)
    34 REM #################################  END  VCLNT #####################################
    35 
    36 
    37 // ======================================================================================================
    38 // We Want this to make the custommmfaudiocontroller plugin to be taken from udeb instead of urel
    39 // so we define macro CUST_ECOM_PLUGIN(file,resource) for this
    40 
    41 // __ECOM_PLUGIN(emulator directory, file rom dir, dataz_, resource rom dir, filename, resource filename)
    42 #define CUST_ECOM_PLUGIN(file,resource) __ECOM_PLUGIN(ABI_DIR\DEBUG_DIR,ECOM_BIN_DIR,DATAZ_,ECOM_RSC_DIR,file,file)
    43 
    44 // ======================================================================================================
    45 
    46 REM ################################# START ACTRL/CTLFRM #####################################
    47 CUST_ECOM_PLUGIN(custommmfaudiocontroller.dll,101f7d29.rsc)
    48 REM #################################  END  ACTRL/CTLFRM #####################################
    49 
    50 REM ################################# START AVICTRL #####################################
    51 CUST_ECOM_PLUGIN(customaviplayercontroller.dll,102834b2.rsc)
    52 REM #################################  END  AVICTRL #####################################
    53 
    54 // We no longer need CUST_ECOM_PLUGIN() macro so undefine it
    55 #ifdef CUST_ECOM_PLUGIN
    56 #undef CUST_ECOM_PLUGIN
    57 #endif
    58 
    59 REM TS_MidiTstCntrl.dll was here, but now moved to mmfNotOptTest.iby
    60 
    61 #endif