sl@0
|
1 |
// Copyright (c) 2003-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 |
// mmfSoundDev.iby
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
#ifndef DEVSOUND_REFPLUGIN_IBY
|
sl@0
|
19 |
#define DEVSOUND_REFPLUGIN_IBY
|
sl@0
|
20 |
|
sl@0
|
21 |
// Use these components if building existing DevSound.
|
sl@0
|
22 |
#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
sl@0
|
23 |
|
sl@0
|
24 |
// The reference plugin, which is a facade for everything below
|
sl@0
|
25 |
ECOM_PLUGIN(MMFDevSoundRefPlugin.dll,101FFA53.rsc)
|
sl@0
|
26 |
|
sl@0
|
27 |
// media server server dll
|
sl@0
|
28 |
file=ABI_DIR\BUILD_DIR\MmfAudioPolicy.dll System\Libs\MmfAudioPolicy.dll
|
sl@0
|
29 |
file=ABI_DIR\BUILD_DIR\MmfAudioPolicyProxy.dll System\Libs\MmfAudioPolicyProxy.dll
|
sl@0
|
30 |
|
sl@0
|
31 |
file=ABI_DIR\BUILD_DIR\MmfAudioServer.exe System\Libs\MmfAudioServer.exe
|
sl@0
|
32 |
file=ABI_DIR\BUILD_DIR\MmfDevSoundServer.dll System\Libs\MmfDevSoundServer.dll
|
sl@0
|
33 |
file=ABI_DIR\BUILD_DIR\MmfAudioServerProxy.dll System\Libs\MmfAudioServerProxy.dll
|
sl@0
|
34 |
file=ABI_DIR\BUILD_DIR\MmfDevSoundProxy.dll System\Libs\MmfDevSoundProxy.dll
|
sl@0
|
35 |
|
sl@0
|
36 |
// tone controller fixed sequence resource
|
sl@0
|
37 |
data=ZRESOURCE\DevSound\FixedSequence.rsc Resource\DevSound\FixedSequence.rsc
|
sl@0
|
38 |
|
sl@0
|
39 |
#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
|
sl@0
|
40 |
|
sl@0
|
41 |
//sw codec wrapper dll
|
sl@0
|
42 |
file=ABI_DIR\BUILD_DIR\MMFSwCodecWrapper.dll System\Libs\MMFSwCodecWrapper.dll
|
sl@0
|
43 |
file=ABI_DIR\BUILD_DIR\mmfswaudiodevice.dll System\Libs\mmfswaudiodevice.dll
|
sl@0
|
44 |
|
sl@0
|
45 |
//'software codec' CMMFHwDevice plugins
|
sl@0
|
46 |
ECOM_PLUGIN(mmfaudiohwdevices.dll,101fd9ef.rsc)
|
sl@0
|
47 |
ECOM_PLUGIN(gsm610hwdev.dll,101fd9f0.rsc)
|
sl@0
|
48 |
|
sl@0
|
49 |
// The Bitrate Custom Interface implemented on the PCM16 H/W device
|
sl@0
|
50 |
ECOM_PLUGIN(MMFDevSoundCustomInterfaceBitRate.dll, 102070B4.rsc)
|
sl@0
|
51 |
ECOM_PLUGIN(MMFDevSoundCIFileBlockLength.dll, 102737FD.rsc)
|
sl@0
|
52 |
|
sl@0
|
53 |
#endif // DEVSOUND_REFPLUGIN_IBY
|