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