bluetoothmgmt/bluetoothclientlib/avlib/bluetoothAV.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 #include "../../btcommon/config.cfg"
       
     2 
       
     3 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 // All rights reserved.
       
     5 // This component and the accompanying materials are made available
       
     6 // under the terms of "Eclipse Public License v1.0"
       
     7 // which accompanies this distribution, and is available
       
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 //
       
    10 // Initial Contributors:
       
    11 // Nokia Corporation - initial contribution.
       
    12 //
       
    13 // Contributors:
       
    14 //
       
    15 // Description:
       
    16 //
       
    17 
       
    18 TARGET        bluetoothav.dll
       
    19 TARGETTYPE    DLL
       
    20 
       
    21 DEFFILE	      bluetoothAV.def
       
    22 
       
    23 SOURCEPATH .              // AVLIB
       
    24 SOURCE        avdtpCapabilities.cpp
       
    25 SOURCE        avdtpCategories.cpp
       
    26 SOURCE        avdtpContentProtectionCapability.cpp
       
    27 SOURCE        avdtpHeaderCompressionCapability.cpp
       
    28 SOURCE        avdtpMediaCodecCapability.cpp
       
    29 SOURCE        avdtpMediaTransportCapability.cpp
       
    30 SOURCE        avdtpMultiplexingCapability.cpp
       
    31 SOURCE        avdtpRecoveryCapability.cpp
       
    32 SOURCE        avdtpReportingCapabilty.cpp
       
    33 SOURCE        avdtpSBCCodecCapability.cpp
       
    34 SOURCE        avdtpNonSBCCodecCapability.cpp
       
    35 SOURCE        avdtpTypes.cpp
       
    36 SOURCE	      avctpsock.cpp
       
    37 SOURCE		  avctppacketstatics.cpp
       
    38 
       
    39 USERINCLUDE   . ../../btcommon/inc
       
    40 USERINCLUDE   ../../../bluetooth/btstack/avdtp/gavdpinterface
       
    41 USERINCLUDE   ../../../bluetooth/btstack/avctp/common
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 LIBRARY       euser.lib esock.lib bluetooth.lib
       
    45 
       
    46 #include <bluetooth/btlogger.mmh>
       
    47 
       
    48 CAPABILITY ALL -TCB
       
    49 VENDORID 0x70000001
       
    50 
       
    51 
       
    52 UNPAGED
       
    53 
       
    54 SMPSAFE