|
1 // Copyright (c) 2001-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_IBY |
|
17 #define MMF_IBY |
|
18 |
|
19 |
|
20 // media server server dll |
|
21 file=ABI_DIR\BUILD_DIR\MmfServerBaseclasses.dll System\Libs\MmfServerBaseclasses.dll |
|
22 file=ABI_DIR\BUILD_DIR\MmfFormatBaseclasses.dll System\Libs\MmfFormatBaseclasses.dll |
|
23 |
|
24 // media server client audio/video dll |
|
25 file=ABI_DIR\BUILD_DIR\MediaClient.dll System\Libs\MediaClient.dll |
|
26 file=ABI_DIR\BUILD_DIR\MediaClientUtility.dll System\Libs\MediaClientUtility.dll |
|
27 file=ABI_DIR\BUILD_DIR\MediaClientAudio.dll System\Libs\MediaClientAudio.dll |
|
28 file=ABI_DIR\BUILD_DIR\MediaClientAudioStream.dll System\Libs\MediaClientAudioStream.dll |
|
29 file=ABI_DIR\BUILD_DIR\MediaClientAudioInputStream.dll System\Libs\MediaClientAudioInputStream.dll |
|
30 file=ABI_DIR\BUILD_DIR\MediaClientVideo.dll System\Libs\MediaClientVideo.dll |
|
31 file=ABI_DIR\BUILD_DIR\mediaclientvideodisplay.dll System\Libs\mediaclientvideodisplay.dll |
|
32 // MMF |
|
33 file=ABI_DIR\BUILD_DIR\mmfcontrollerframework.dll System\Libs\mmfcontrollerframework.dll |
|
34 file=ABI_DIR\BUILD_DIR\audioutils.dll System\Libs\audioutils.dll |
|
35 file=ABI_DIR\BUILD_DIR\MMFStandardCustomCommands.dll System\Libs\MMFStandardCustomCommands.dll |
|
36 |
|
37 // Common codec DLL |
|
38 file=ABI_DIR\BUILD_DIR\MmfCodecCommon.dll System\Libs\MmfCodecCommon.dll |
|
39 file=ABI_DIR\BUILD_DIR\GSM610CodecCommon.dll System\Libs\GSM610CodecCommon.dll |
|
40 |
|
41 #ifdef SYMBIAN_USE_MMF_RUF_RECOGNIZER |
|
42 ECOM_PLUGIN(mmruf.dll, mmruf.rsc) |
|
43 #else |
|
44 ECOM_PLUGIN(recmmf.dll,101f7c0c.rsc) |
|
45 #endif |
|
46 |
|
47 //RESOURCES |
|
48 ECOM_PLUGIN(gsm610.dll,101f504a.rsc) |
|
49 ECOM_PLUGIN(audiocodecs.dll,101f51d8.rsc) |
|
50 ECOM_PLUGIN(mmfaudiocontroller.dll,101f55bf.rsc) |
|
51 ECOM_PLUGIN(mmfstdsourceandsinkplugin.dll,101f53ae.rsc) |
|
52 ECOM_PLUGIN(mmfaudioinput.dll,101f53ba.rsc) |
|
53 ECOM_PLUGIN(mmfaudiooutput.dll,101f53b8.rsc) |
|
54 |
|
55 // Include the MIDI client |
|
56 #include <Midi.iby> |
|
57 |
|
58 // Include other sub-component files |
|
59 #include "mmfEffect.iby" |
|
60 #include "MmfDrmPlugin.iby" |
|
61 |
|
62 #include "mmf_plugin.iby" |
|
63 |
|
64 #endif // MMF_IBY |
|
65 |