|
1 // Copyright (c) 2008-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 MILIFUNITTESTS_IBY |
|
17 #define MILIFUNITTESTS_IBY |
|
18 |
|
19 #ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND |
|
20 |
|
21 // Dummy Pcm Renderer |
|
22 ECOM_PLUGIN(dummypcmrenderer.dll, dummypcmrenderer.rsc) |
|
23 |
|
24 // OMX IL Dummy Audio Decoder |
|
25 ECOM_PLUGIN(omxildummyaudiodec.dll, omxildummyaudiodec.rsc) |
|
26 |
|
27 // OMX IL Dummy Audio Decoder IL Interface |
|
28 ECOM_PLUGIN(omxildummyaudiodecilif.dll, omxildummyaudiodecilif.rsc) |
|
29 |
|
30 // OMX IL Dummy Base IL Interface |
|
31 file=ABI_DIR\BUILD_DIR\omxildummybaseilif.dll System\Libs\omxildummybaseilif.dll |
|
32 |
|
33 // OMX IL Vorbis Decoder HwDevice |
|
34 ECOM_PLUGIN(omxilvorbdechwdevice.dll, omxilvorbdechwdevice.rsc) |
|
35 |
|
36 // OMX IL MILIF Unit tests |
|
37 file=ABI_DIR\BUILD_DIR\tsu_milif_omxilif.dll System\Libs\tsu_milif_omxilif.dll |
|
38 |
|
39 // scripts |
|
40 data=EPOCROOT##epoc32\data\c\omxil\tsu_milif_omxilif.script \omxil\tsu_milif_omxilif.script |
|
41 |
|
42 #endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND |
|
43 |
|
44 #endif // MILIFUNITTESTS_IBY |