os/mm/devsound/sounddevbt/MMPFiles/A2dpBlueTooth/A2dpBTHeadsetAudioIf.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-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 // A2dpBTHeadsetAudioIf.dll Audio Interface for A2DP Headsets
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 TARGET		a2dpbtheadsetaudioif.dll
    23 CAPABILITY	ALL -TCB
    24 // The capability for this DLL should be MultimediaDD PROTSERV
    25 // however the unit test code forces us to use ALL -TCB
    26 //CAPABILITY	MultimediaDD PROTSERV
    27 TARGETTYPE	dll 
    28 UID			0x1000008D 0x10204973
    29 VENDORID	0x70000001
    30 
    31 SOURCEPATH		../../src/A2dpBlueTooth/headsetaudioif
    32 
    33 USERINCLUDE		../../src/RoutingSoundDevice	// for TRange
    34 USERINCLUDE		../../src/A2dpBlueTooth/client  
    35 USERINCLUDE		../../src/Plugin/Codec/SBCEncoder
    36 
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 
    39 SOURCE		A2dpBTheadsetAudioIf.cpp
    40 SOURCE		GavdpStateMachine.cpp
    41 SOURCE		RTPStreamer.cpp
    42 SOURCE		AudioBufferArray.cpp
    43 SOURCE		A2dpCodecUtilities.cpp
    44 
    45 LIBRARY		euser.lib
    46 LIBRARY		esock.lib
    47 LIBRARY		gavdp.lib
    48 LIBRARY		bluetooth.lib
    49 LIBRARY		bluetoothav.lib
    50 LIBRARY		rtp.lib
    51 LIBRARY		ecom.lib
    52 LIBRARY		hal.lib
    53 LIBRARY		mmfserverbaseclasses.lib
    54 
    55 deffile         A2dpBTHeadsetAudioIf.def
    56 nostrictdef
    57