os/mm/mmlibs/mmfw/tsrc/mmfunittest/MmpFiles/TSU_MMF_A2DPBLUETOOTH.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2004-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 // using relative paths for sourcepath and user includes
    15 // 
    16 //
    17 
    18 TARGET        	tsu_mmf_a2dpbluetooth.dll
    19 CAPABILITY 		ALL -TCB
    20 //CAPABILITY	MultimediaDD PROTSERV
    21 TARGETTYPE    	dll
    22 UID           	0x1000008d 0x10204972
    23 VENDORID		0x70000001
    24 
    25 SOURCEPATH    	../A2dpBluetooth/headsetaudioif
    26 SOURCE		TSU_MMF_A2DPBLUETOOTH_Suite.cpp
    27 SOURCE		TSU_MMF_A2DPBLUETOOTH_Step.cpp
    28 SOURCE		TSU_MMF_A2DPBLUETOOTH_Async.cpp
    29 SOURCE		TSU_MMF_A2DPBLUETOOTH_Timer.cpp
    30 SOURCE		TSU_MMF_A2DPBLUETOOTH_Initialize.cpp
    31 SOURCE		TSU_MMF_A2DPBLUETOOTH_Settings.cpp
    32 SOURCE		TSU_MMF_A2DPBLUETOOTH_Open.cpp
    33 SOURCE		TSU_MMF_A2DPBLUETOOTH_Play.cpp
    34 SOURCE		TSU_MMF_A2DPBLUETOOTH_OOM.cpp
    35 
    36 USERINCLUDE	../A2dpBluetooth/headsetaudioif
    37 USERINCLUDE	../../../../devsound/sounddevbt/src/a2dpbluetooth/headsetaudioif
    38 USERINCLUDE	../../../../devsound/sounddevbt/src/routingSoundDevice	// for TRange
    39 USERINCLUDE	../../../../devsound/sounddevbt/src/a2dpbluetooth/client 
    40 
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    42 
    43 LIBRARY		euser.lib  
    44 LIBRARY		efsrv.lib
    45 LIBRARY		testframeworkclient.lib 
    46 LIBRARY		ecom.lib
    47 LIBRARY		a2dpbtheadsetaudioif.lib
    48 LIBRARY		bluetooth.lib
    49 LIBRARY		bluetoothav.lib
    50 LIBRARY		esock.lib
    51 LIBRARY		centralrepository.lib
    52 
    53 #ifdef EABI
    54 NOEXPORTLIBRARY
    55 #endif
    56 
    57 SMPSAFE