bluetooth/gavdp/group/gavdp.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 "../../../bluetoothmgmt/btcommon/config.cfg"
       
    17 
       
    18 TARGET        gavdp.dll
       
    19 TARGETTYPE    DLL
       
    20 
       
    21 DEFFILE	      gavdp.def
       
    22 
       
    23 SOURCEPATH    ../source
       
    24 SOURCE        gavdpIf.cpp
       
    25 
       
    26 SOURCE	      gavdpImp.cpp
       
    27 SOURCE	      gavdpHelpers.cpp
       
    28 
       
    29 USERINCLUDE   ../inc
       
    30 USERINCLUDE   ../../btstack/avdtp/gavdpinterface
       
    31 USERINCLUDE  ../../../bluetoothmgmt/bluetoothclientlib/inc
       
    32 USERINCLUDE ../../../../../mw/btservices/bluetoothappprofiles/avrcp/common
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 LIBRARY       euser.lib
       
    36 LIBRARY       esock.lib
       
    37 LIBRARY       bluetooth.lib
       
    38 LIBRARY       bluetoothav.lib
       
    39 
       
    40 CAPABILITY ALL -TCB
       
    41 VENDORID 0x70000001
       
    42 
       
    43 
       
    44 UNPAGED
       
    45 
       
    46 SMPSAFE