os/mm/devsound/sounddevbt/MMPFiles/Plugin/MmfBtAudioHwDevices.mmp
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 // MMFAudioHwDevices.dll Software implementation of reference audio hardware devices   
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 target mmfbtaudiohwdevices.dll
    23 CAPABILITY ALL -TCB
    24 targettype plugin
    25 
    26 // ECom Dll recognition UID followed by the unique UID for this dll
    27 UID                 0x10009D8D 0x102070DD
    28 VENDORID 0x70000001
    29 
    30 USERINCLUDE    	../../../Codecs/Inc/MMFCodecCommon
    31 
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN	
    33 
    34 SOURCEPATH	../../src/Plugin
    35 SOURCE		MmfBtFileDependencyUtil.cpp
    36 
    37 SOURCEPATH	../../src/Plugin/HwDevice/Audio
    38 SOURCE		MmfBtAudioCodecImplementationProxy.cpp
    39 SOURCE		MmfBtPcm16ToPcm16HwDevice.cpp
    40 SOURCE		MmfBtPcm16ToPcmU8HwDevice.cpp
    41 SOURCE		MmfBtPcmU8ToPcm16HwDevice.cpp
    42 SOURCE  	MmfBtAlawToPcm16HwDevice.cpp
    43 SOURCE  	MmfBtMuLawToPcm16HwDevice.cpp
    44 SOURCE  	MmfBtImaadpcmToPcm16HwDevice.cpp
    45 SOURCE  	MmfBtPcm16ToAlawHwDevice.cpp
    46 SOURCE  	MmfBtPcm16ToMulawHwDevice.cpp
    47 SOURCE  	MmfBtPcm16SwapEndianHwDevice.cpp
    48 SOURCE  	MmfBtPcmS16ToPcmU16Codec.cpp
    49 SOURCE  	MmfBtPcm16ToPcmU16BEHwDevice.cpp
    50 SOURCE  	MmfBtPcmS16ToPcmS8HwDevice.cpp
    51 SOURCE  	MmfBtPcmS8ToPcmS16HwDevice.cpp
    52 SOURCE  	MmfBtPcmU16BeToPcmS16HwDevice.cpp
    53 SOURCE  	MmfBtPcmU16ToPcmS16HwDevice.cpp
    54 SOURCE  	MmfBtPcm16ToImaAdpcm.cpp
    55 
    56 
    57 start resource 102070dd.rss
    58 target 		mmfbtaudiohwdevices.rsc
    59 end
    60 
    61 LIBRARY		efsrv.lib
    62 LIBRARY		euser.lib
    63 LIBRARY		mmfbtswcodecwrapper.lib
    64 LIBRARY		mmfcodeccommon.lib
    65 #ifdef EABI
    66 LIBRARY     	ecom.lib
    67 #endif