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