devsound/devsoundrefplugin/group/devsound_refplugin.iby
author hgs
Wed, 13 Oct 2010 12:08:48 +0100
changeset 3 28bdc4aca325
parent 0 79dd3e2336a0
permissions -rw-r--r--
2010wk42_01

// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// mmfSoundDev.iby
// 
//

#ifndef DEVSOUND_REFPLUGIN_IBY
#define DEVSOUND_REFPLUGIN_IBY

// Use these components if building existing DevSound.
#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND

// The reference plugin, which is a facade for everything below
ECOM_PLUGIN(MMFDevSoundRefPlugin.dll,101FFA53.rsc)

// media server server dll
file=ABI_DIR\BUILD_DIR\MmfAudioPolicy.dll      System\Libs\MmfAudioPolicy.dll
file=ABI_DIR\BUILD_DIR\MmfAudioPolicyProxy.dll System\Libs\MmfAudioPolicyProxy.dll

file=ABI_DIR\BUILD_DIR\MmfAudioServer.exe	   System\Libs\MmfAudioServer.exe
file=ABI_DIR\BUILD_DIR\MmfDevSoundServer.dll   System\Libs\MmfDevSoundServer.dll
file=ABI_DIR\BUILD_DIR\MmfAudioServerProxy.dll System\Libs\MmfAudioServerProxy.dll
file=ABI_DIR\BUILD_DIR\MmfDevSoundProxy.dll	   System\Libs\MmfDevSoundProxy.dll

// tone controller fixed sequence resource
data=ZRESOURCE\DevSound\FixedSequence.rsc   Resource\DevSound\FixedSequence.rsc

#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND

//sw codec wrapper dll
file=ABI_DIR\BUILD_DIR\MMFSwCodecWrapper.dll	System\Libs\MMFSwCodecWrapper.dll
file=ABI_DIR\BUILD_DIR\mmfswaudiodevice.dll		System\Libs\mmfswaudiodevice.dll

//'software codec' CMMFHwDevice plugins
ECOM_PLUGIN(mmfaudiohwdevices.dll,101fd9ef.rsc)
ECOM_PLUGIN(gsm610hwdev.dll,101fd9f0.rsc)

// The Bitrate Custom Interface implemented on the PCM16 H/W device
ECOM_PLUGIN(MMFDevSoundCustomInterfaceBitRate.dll, 102070B4.rsc)
ECOM_PLUGIN(MMFDevSoundCIFileBlockLength.dll, 102737FD.rsc)

#endif // DEVSOUND_REFPLUGIN_IBY