|
1 // Copyright (c) 2005-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 MDF_IBY |
|
17 #define MDF_IBY |
|
18 |
|
19 file=ABI_DIR\BUILD_DIR\omxcomponent.dll System\Libs\omxcomponent.dll |
|
20 file=ABI_DIR\BUILD_DIR\puresolverutils.dll System\Libs\puresolverutils.dll |
|
21 |
|
22 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER |
|
23 #ifndef SYMBIAN_EXCLUDE_OLDSOUNDDRIVERADAPTOR //used to exclude this dll from a particular rom build |
|
24 file=ABI_DIR\BUILD_DIR\mdasoundadapter.dll System\Libs\mdasoundadapter.dll |
|
25 #ifdef SYMBIAN_MDASOUNDADAPTER_FORCE_STEREO |
|
26 patchdata mdasoundadapter.dll@KSoundAdapterForceStereo 1 |
|
27 #endif |
|
28 #endif |
|
29 #endif |
|
30 |
|
31 |
|
32 |
|
33 // Video HwDevice plugins for encode and decode |
|
34 ECOM_PLUGIN(mdfvideoencodehwdeviceadapter.dll,mdfvideoencodehwdeviceadapter.rsc) |
|
35 ECOM_PLUGIN(mdfvideodecodehwdeviceadapter.dll,mdfvideodecodehwdeviceadapter.rsc) |
|
36 |
|
37 // Audio HwDevice plugin |
|
38 ECOM_PLUGIN(mdfaudiohwdeviceadapter.dll,mdfaudiohwdeviceadapter.rsc) |
|
39 |
|
40 // ProcessingUnit Loader required by HwDeviceAdapter |
|
41 ECOM_PLUGIN(puloader.dll,puloader.rsc) |
|
42 |
|
43 // Custom resolver for Codec API |
|
44 ECOM_PLUGIN(codecapiresolver.dll,codecapiresolver.rsc) |
|
45 |
|
46 // AudioDevice source sink |
|
47 ECOM_PLUGIN(audiodevice.dll,audiodevice.rsc) |
|
48 |
|
49 // Vorbis decoder and encoder PUs |
|
50 ECOM_PLUGIN(vorbisdecoderprocessingunit.dll,vorbisdecoderprocessingunit.rsc) |
|
51 ECOM_PLUGIN(vorbisencoderprocessingunit.dll,vorbisencoderprocessingunit.rsc) |
|
52 |
|
53 #endif // MDF_IBY |
|
54 |