sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // A2dpBTHeadsetAudioIf.dll Audio Interface for A2DP Headsets sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: TARGET a2dpbtheadsetaudioif.dll sl@0: CAPABILITY ALL -TCB sl@0: // The capability for this DLL should be MultimediaDD PROTSERV sl@0: // however the unit test code forces us to use ALL -TCB sl@0: //CAPABILITY MultimediaDD PROTSERV sl@0: TARGETTYPE dll sl@0: UID 0x1000008D 0x10204973 sl@0: VENDORID 0x70000001 sl@0: sl@0: SOURCEPATH ../../src/A2dpBlueTooth/headsetaudioif sl@0: sl@0: USERINCLUDE ../../src/RoutingSoundDevice // for TRange sl@0: USERINCLUDE ../../src/A2dpBlueTooth/client sl@0: USERINCLUDE ../../src/Plugin/Codec/SBCEncoder sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: SOURCE A2dpBTheadsetAudioIf.cpp sl@0: SOURCE GavdpStateMachine.cpp sl@0: SOURCE RTPStreamer.cpp sl@0: SOURCE AudioBufferArray.cpp sl@0: SOURCE A2dpCodecUtilities.cpp sl@0: sl@0: LIBRARY euser.lib sl@0: LIBRARY esock.lib sl@0: LIBRARY gavdp.lib sl@0: LIBRARY bluetooth.lib sl@0: LIBRARY bluetoothav.lib sl@0: LIBRARY rtp.lib sl@0: LIBRARY ecom.lib sl@0: LIBRARY hal.lib sl@0: LIBRARY mmfserverbaseclasses.lib sl@0: sl@0: deffile A2dpBTHeadsetAudioIf.def sl@0: nostrictdef sl@0: