bluetoothappprofiles/avrcp/remconbeareravrcp/group/remconbeareravrcp.mmp
changeset 70 f5508c13dfe0
parent 67 16e4b9007960
child 71 083fd884d7dd
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
     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 <remcon/remconservercaps.mmh>
       
    24 
       
    25 TARGET        remconbeareravrcp.dll
       
    26 TARGETTYPE    plugin
       
    27 
       
    28 UID 0x10009d8d 0x1020685e
       
    29 VENDORID 0x70000001
       
    30 
       
    31 SOURCEPATH ../src
       
    32 SOURCE        avrcpcommandframer.cpp 
       
    33 SOURCE        avrcpfragmenter.cpp
       
    34 SOURCE        avrcpimplementationproxy.cpp
       
    35 SOURCE        avrcpincomingcommandhandler.cpp
       
    36 SOURCE        avrcpoutgoingcommandhandler.cpp
       
    37 SOURCE        avrcpremotedevice.cpp 
       
    38 SOURCE        avrcprouter.cpp
       
    39 SOURCE        avrcputils.cpp
       
    40 SOURCE        remconbeareravrcp.cpp
       
    41 SOURCE		  avrcpMetadataTransfer.cpp
       
    42 SOURCE		  avrcpbrowsingcommandhandler.cpp
       
    43 SOURCE		  browsingframe.cpp
       
    44 SOURCE		  browsecommand.cpp 
       
    45 SOURCE		  avrcpadvancedcontrol.cpp 
       
    46 SOURCE		  avrcpplayerinfomanager.cpp 
       
    47 SOURCE		  playerbitmasks.cpp 
       
    48 SOURCE		  avrcpsdputils.cpp
       
    49 SOURCE		  bulkbearer.cpp
       
    50 SOURCE		  avrcpcommand.cpp 
       
    51 SOURCE		  playerstatewatcher.cpp 
       
    52 SOURCE		  controlcommand.cpp 
       
    53 SOURCE		  internalcommand.cpp
       
    54 SOURCE		  passthroughhelper.cpp 
       
    55 
       
    56 
       
    57 START RESOURCE 1020685e.rss
       
    58 TARGET remconbeareravrcp.rsc
       
    59 END
       
    60 
       
    61 USERINCLUDE   ../inc
       
    62 USERINCLUDE   ../../common
       
    63 
       
    64 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    65 
       
    66 LIBRARY       avc.lib
       
    67 LIBRARY       ecom.lib
       
    68 LIBRARY	      estor.lib
       
    69 LIBRARY       euser.lib
       
    70 LIBRARY       bluetooth.lib
       
    71 LIBRARY       bluetoothav.lib
       
    72 LIBRARY       sdpdatabase.lib
       
    73 LIBRARY       avctpservices.lib
       
    74 LIBRARY       remconbearerplugin.lib
       
    75 LIBRARY       remcontypes.lib
       
    76 LIBRARY       avrcpipc.lib
       
    77 LIBRARY       remconabsolutevolume.lib
       
    78 
       
    79 #include <bluetooth/btlogger.mmh>
       
    80 
       
    81 
       
    82 UNPAGED
       
    83 
       
    84 SMPSAFE
       
    85