bluetoothmgmt/bluetoothclientlib/avctpservices/avctpservices.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2006-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 //
       
    15 
       
    16 #include "../../btcommon/config.cfg"
       
    17 
       
    18 TARGET			avctpservices.dll
       
    19 TARGETTYPE  	dll
       
    20 CAPABILITY 		All -Tcb
       
    21 	
       
    22 DEFFILE       	avctpservices.def 
       
    23 
       
    24 UID 0x1000008d 0x10208DD5
       
    25 VENDORID 0x70000001
       
    26 
       
    27 SOURCEPATH .
       
    28 
       
    29 SOURCE	ravctp.cpp
       
    30 SOURCE	avctpbody.cpp
       
    31 SOURCE  avctpsender.cpp
       
    32 SOURCE	avctpreceiver.cpp
       
    33 SOURCE  avctpremotedevices.cpp
       
    34 SOURCE  avctpserviceutils.cpp
       
    35 SOURCE	channelcontrollers.cpp
       
    36 
       
    37 USERINCLUDE   .
       
    38 USERINCLUDE	  ../../btcommon/inc  	// bluetooth/inc
       
    39 USERINCLUDE	  ../../../bluetooth/btstack/avctp/common
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY		euser.lib
       
    44 LIBRARY		esock.lib
       
    45 LIBRARY		bluetoothav.lib
       
    46 LIBRARY		bluetooth.lib
       
    47 LIBRARY		netmeta.lib
       
    48 
       
    49 #include <bluetooth/btlogger.mmh>
       
    50 
       
    51 UNPAGED
       
    52 
       
    53 SMPSAFE