bluetoothappprofiles/avrcp/remconbeareravrcp/group/remconbeareravrcp.mmp
changeset 0 f63038272f30
child 11 a42ed326b458
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     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 // remconbeareravrcp.dll and resource file. AVRCP bearer plugin for Rem Con server.
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 #include "../../../../../../os/bt/bluetoothmgmt/btcommon/config.cfg"
       
    24 
       
    25 #include <remcon/remconservercaps.mmh>
       
    26 
       
    27 TARGET        remconbeareravrcp.dll
       
    28 TARGETTYPE    plugin
       
    29 
       
    30 UID 0x10009d8d 0x1020685e
       
    31 VENDORID 0x70000001
       
    32 
       
    33 SOURCEPATH ../src
       
    34 SOURCE        avrcpcommandframer.cpp 
       
    35 SOURCE        avrcpfragmenter.cpp
       
    36 SOURCE        avrcpimplementationproxy.cpp
       
    37 SOURCE        avrcpincomingcommandhandler.cpp
       
    38 SOURCE        avrcpoutgoingcommandhandler.cpp
       
    39 SOURCE        avrcpremotedevice.cpp 
       
    40 SOURCE        avrcprouter.cpp
       
    41 SOURCE        avrcputils.cpp
       
    42 SOURCE        remconbeareravrcp.cpp
       
    43 SOURCE		  avrcpMetadataTransfer.cpp
       
    44 SOURCE		  avrcpbrowsingcommandhandler.cpp
       
    45 SOURCE		  browsingframe.cpp
       
    46 SOURCE		  browsecommand.cpp 
       
    47 SOURCE		  avrcpadvancedcontrol.cpp 
       
    48 SOURCE		  avrcpplayerinfomanager.cpp 
       
    49 SOURCE		  playerbitmasks.cpp 
       
    50 SOURCE		  avrcpsdputils.cpp
       
    51 SOURCE		  bulkbearer.cpp
       
    52 SOURCE		  avrcpcommand.cpp 
       
    53 SOURCE		  playerstatewatcher.cpp 
       
    54 SOURCE		  controlcommand.cpp 
       
    55 SOURCE		  internalcommand.cpp
       
    56 SOURCE		  passthroughhelper.cpp 
       
    57 
       
    58 
       
    59 START RESOURCE 1020685e.rss
       
    60 TARGET remconbeareravrcp.rsc
       
    61 END
       
    62 
       
    63 USERINCLUDE   ../inc
       
    64 USERINCLUDE   ../../common
       
    65 
       
    66 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    67 USERINCLUDE ../../../../../../os/bt/bluetoothmgmt/btcommon/inc
       
    68 
       
    69 LIBRARY       avc.lib
       
    70 LIBRARY       ecom.lib
       
    71 LIBRARY	      estor.lib
       
    72 LIBRARY       euser.lib
       
    73 LIBRARY       bluetooth.lib
       
    74 LIBRARY       bluetoothav.lib
       
    75 LIBRARY       sdpdatabase.lib
       
    76 LIBRARY       avctpservices.lib
       
    77 LIBRARY       remconbearerplugin.lib
       
    78 LIBRARY       remcontypes.lib
       
    79 LIBRARY       avrcpipc.lib
       
    80 LIBRARY       remconabsolutevolume.lib
       
    81 
       
    82 #include <bluetooth/btlogger.mmh>
       
    83 
       
    84 
       
    85 UNPAGED
       
    86 
       
    87 SMPSAFE
       
    88