bluetooth/gavdp/test/tavsrc.mmp
branchRCL_3
changeset 24 e9b924a62a66
parent 0 29b1cd4cb562
equal deleted inserted replaced
23:5b153be919d4 24:e9b924a62a66
       
     1 // Copyright (c) 2008-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 // tavrsc.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #define DBAWARE
       
    19 MACRO DBAWARE
       
    20 
       
    21 
       
    22 TARGET tavsrc.exe
       
    23 TARGETTYPE exe
       
    24 UID 0
       
    25 
       
    26 SOURCEPATH .              
       
    27 SOURCE tavsrc.cpp
       
    28 SOURCE tavsrcUI.cpp
       
    29 SOURCE tavsrcConsole.cpp
       
    30 SOURCE tavsrcController.cpp
       
    31 SOURCE tavsrcSock.cpp
       
    32 SOURCE tavsrcStreamer.cpp
       
    33 SOURCE tavsrcTimer.cpp
       
    34 SOURCE tavsrcUtils.cpp
       
    35 SOURCE tavsrcOperations.cpp
       
    36 SOURCE tavsrcAbsoluteVolume.cpp 
       
    37 SOURCE activecallbackconsole.cpp
       
    38 
       
    39 #ifdef DBAWARE
       
    40 SOURCE tavsrcmtupdaterdatabaseaware.cpp
       
    41 #else 
       
    42 SOURCE tavsrcmtupdaterdatabaseunaware.cpp
       
    43 #endif
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 USERINCLUDE ../../../../../mw/btservices/bluetoothappprofiles/avrcp/common  
       
    49 
       
    50 LIBRARY euser.lib esock.lib bluetooth.lib bluetoothav.lib gavdp.lib
       
    51 LIBRARY	sdpdatabase.lib
       
    52 LIBRARY flogger.lib efsrv.lib rtp.lib
       
    53 LIBRARY remconcoreapi.lib
       
    54 LIBRARY remconclient.lib
       
    55 LIBRARY remcontypes.lib
       
    56 LIBRARY remconinterfacebase.lib
       
    57 LIBRARY econs.lib
       
    58 LIBRARY c32.lib
       
    59 LIBRARY hal.lib
       
    60 LIBRARY btextnotifiers.lib
       
    61 LIBRARY bafl.lib
       
    62 
       
    63 LIBRARY remcongroupnavigationapi.lib
       
    64 LIBRARY remconmediainformationapi.lib
       
    65 LIBRARY remconbatterystatusapi.lib
       
    66 LIBRARY remconplayerinformation.lib 
       
    67 LIBRARY remconextapi1.lib
       
    68 LIBRARY remconnowplayingapi.lib
       
    69 LIBRARY remconmediabrowseapi.lib
       
    70 LIBRARY remconabsolutevolume.lib
       
    71 
       
    72 #include <bluetooth/btlogger.mmh>
       
    73 
       
    74 EPOCHEAPSIZE	1024000 4096000
       
    75 CAPABILITY ALL -TCB
       
    76 VENDORID 0x70000001
       
    77 
       
    78 SMPSAFE