os/mm/devsound/devsoundrefplugin/group/devsound_refplugin.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/devsound/devsoundrefplugin/group/devsound_refplugin.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,53 @@
     1.4 +// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// mmfSoundDev.iby
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +#ifndef DEVSOUND_REFPLUGIN_IBY
    1.22 +#define DEVSOUND_REFPLUGIN_IBY
    1.23 +
    1.24 +// Use these components if building existing DevSound.
    1.25 +#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.26 +
    1.27 +// The reference plugin, which is a facade for everything below
    1.28 +ECOM_PLUGIN(MMFDevSoundRefPlugin.dll,101FFA53.rsc)
    1.29 +
    1.30 +// media server server dll
    1.31 +file=ABI_DIR\BUILD_DIR\MmfAudioPolicy.dll      System\Libs\MmfAudioPolicy.dll
    1.32 +file=ABI_DIR\BUILD_DIR\MmfAudioPolicyProxy.dll System\Libs\MmfAudioPolicyProxy.dll
    1.33 +
    1.34 +file=ABI_DIR\BUILD_DIR\MmfAudioServer.exe	   System\Libs\MmfAudioServer.exe
    1.35 +file=ABI_DIR\BUILD_DIR\MmfDevSoundServer.dll   System\Libs\MmfDevSoundServer.dll
    1.36 +file=ABI_DIR\BUILD_DIR\MmfAudioServerProxy.dll System\Libs\MmfAudioServerProxy.dll
    1.37 +file=ABI_DIR\BUILD_DIR\MmfDevSoundProxy.dll	   System\Libs\MmfDevSoundProxy.dll
    1.38 +
    1.39 +// tone controller fixed sequence resource
    1.40 +data=ZRESOURCE\DevSound\FixedSequence.rsc   Resource\DevSound\FixedSequence.rsc
    1.41 +
    1.42 +#endif // SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.43 +
    1.44 +//sw codec wrapper dll
    1.45 +file=ABI_DIR\BUILD_DIR\MMFSwCodecWrapper.dll	System\Libs\MMFSwCodecWrapper.dll
    1.46 +file=ABI_DIR\BUILD_DIR\mmfswaudiodevice.dll		System\Libs\mmfswaudiodevice.dll
    1.47 +
    1.48 +//'software codec' CMMFHwDevice plugins
    1.49 +ECOM_PLUGIN(mmfaudiohwdevices.dll,101fd9ef.rsc)
    1.50 +ECOM_PLUGIN(gsm610hwdev.dll,101fd9f0.rsc)
    1.51 +
    1.52 +// The Bitrate Custom Interface implemented on the PCM16 H/W device
    1.53 +ECOM_PLUGIN(MMFDevSoundCustomInterfaceBitRate.dll, 102070B4.rsc)
    1.54 +ECOM_PLUGIN(MMFDevSoundCIFileBlockLength.dll, 102737FD.rsc)
    1.55 +
    1.56 +#endif // DEVSOUND_REFPLUGIN_IBY