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 __TSU_MMF_CTLFRM_IBY__
|
sl@0
|
17 |
#define __TSU_MMF_CTLFRM_IBY__
|
sl@0
|
18 |
|
sl@0
|
19 |
#include <testframework.iby>
|
sl@0
|
20 |
#include <cinidata.iby>
|
sl@0
|
21 |
|
sl@0
|
22 |
REM CTLFRM specific DLLs
|
sl@0
|
23 |
|
sl@0
|
24 |
file=ABI_DIR\DEBUG_DIR\TSU_MMF_CTLFRM.dll System\Libs\TSU_MMF_CTLFRM.dll
|
sl@0
|
25 |
file=ABI_DIR\DEBUG_DIR\tsu_mmf_ctlfrm_sdrm.dll System\Libs\tsu_mmf_ctlfrm_sdrm.dll
|
sl@0
|
26 |
|
sl@0
|
27 |
file=ABI_DIR\BUILD_DIR\TS_CmmfTestCustomCommands.dll System\Libs\TS_CmmfTestCustomCommands.dll
|
sl@0
|
28 |
|
sl@0
|
29 |
|
sl@0
|
30 |
|
sl@0
|
31 |
|
sl@0
|
32 |
|
sl@0
|
33 |
|
sl@0
|
34 |
|
sl@0
|
35 |
|
sl@0
|
36 |
data=EPOCROOT##epoc32\data\c\mm\TSU_MMF_CTLFRM.script \TSU_MMF_CTLFRM.script
|
sl@0
|
37 |
data=EPOCROOT##epoc32\data\c\mm\TSU_MMF_CTLFRM.bat \doTest.bat
|
sl@0
|
38 |
data=EPOCROOT##epoc32\data\c\mm\tsu_mmf_ctlfrm_sdrm.script \tsu_mmf_ctlfrm_sdrm.script
|
sl@0
|
39 |
data=EPOCROOT##epoc32\data\c\mm\tsu_mmf_ctlfrm_sdrm_alloc.script \tsu_mmf_ctlfrm_sdrm_alloc.script
|
sl@0
|
40 |
data=EPOCROOT##epoc32\data\c\mm\tsu_mmf_ctlfrm_sdrm.bat \doTest_sdrm.bat
|
sl@0
|
41 |
|
sl@0
|
42 |
data=EPOCROOT##epoc32\data\c\mm\TSU_MMF_CTLFRM.script \TSU_MMF_CTLFRM.script
|
sl@0
|
43 |
data=EPOCROOT##epoc32\data\c\mm\TSU_MMF_CTLFRM.bat \doTest.bat
|
sl@0
|
44 |
#ifdef SYMBIAN_GRAPHICS_USE_GCE
|
sl@0
|
45 |
data=EPOCROOT##epoc32\data\c\mm\tsu_mmf_ctlfrm_videosurface.script \tsu_mmf_ctlfrm_videosurface.script
|
sl@0
|
46 |
#endif // SYMBIAN_GRAPHICS_USE_GCE
|
sl@0
|
47 |
|
sl@0
|
48 |
#ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
|
sl@0
|
49 |
data=EPOCROOT##epoc32\data\c\mm\tsu_mmf_ctlfrm_subtitles.script \tsu_mmf_ctlfrm_subtitles.script
|
sl@0
|
50 |
#endif // SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
|
sl@0
|
51 |
|
sl@0
|
52 |
ECOM_PLUGIN(ts_cmmftestcontroller.dll,101f7790.rsc)
|
sl@0
|
53 |
ECOM_PLUGIN(ts_mmftestdatasink.dll,101f7792.rsc)
|
sl@0
|
54 |
ECOM_PLUGIN(ts_mmftestdatasource.dll,101f7791.rsc)
|
sl@0
|
55 |
ECOM_PLUGIN(ts_mmftestdatasinkb.dll,101f789f.rsc)
|
sl@0
|
56 |
ECOM_PLUGIN(ts_mmftestdatasourceb.dll,101f789e.rsc)
|
sl@0
|
57 |
|
sl@0
|
58 |
ECOM_PLUGIN(mmfmp3format.dll,101f7d99.rsc)
|
sl@0
|
59 |
ECOM_PLUGIN(mmfmp3nullcodec.dll,101f7d9a.rsc)
|
sl@0
|
60 |
|
sl@0
|
61 |
ECOM_PLUGIN(ts_cmmfdummytestcontroller.dll,10273816.rsc)
|
sl@0
|
62 |
ECOM_PLUGIN(ts_cmmfdummyvideotestcontroller.dll,10273819.rsc)
|
sl@0
|
63 |
ECOM_PLUGIN(ts_cmmftestterminationcontroller.dll,102833fd.rsc)
|
sl@0
|
64 |
ECOM_PLUGIN(ts_cmmftestconstructcontroller.dll,102834be.rsc)
|
sl@0
|
65 |
|
sl@0
|
66 |
#endif
|
sl@0
|
67 |
|