bluetoothappprofiles/avrcp/statusconverter/remconavrcpstatusconverter.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 // remconavrcpstatusconverter.dll Converter between RemCon Avrcp Status API and 
       
    15 // AVRCP bearer.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #include <remcon/remconservercaps.mmh>
       
    25 
       
    26 TARGET			remconavrcpstatusconverter.dll //Recommended unpaged
       
    27 TARGETPATH		/system/libs
       
    28 TARGETTYPE		PLUGIN
       
    29 // UID2 = 0x10009d8d for ECOM plugins.
       
    30 // UID3 = the 'DLL UID' (see resource file)
       
    31 UID				0x10009d8d 0x10207ea3
       
    32 VENDORID		0x70000001
       
    33 
       
    34 SOURCEPATH		.
       
    35 SOURCE			remconavrcpstatusconverter.cpp
       
    36 SOURCE			remconavrcpstatusconvertermain.cpp
       
    37 
       
    38 START RESOURCE 10207ea3.rss
       
    39 target remconavrcpstatusconverter.rsc
       
    40 END
       
    41 
       
    42 USERINCLUDE		.
       
    43 USERINCLUDE		../common
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY			euser.lib 
       
    48 LIBRARY			remconconverterplugin.lib 
       
    49 LIBRARY			avc.lib
       
    50 
       
    51 NOEXPORTLIBRARY
       
    52 
       
    53 //
       
    54 // End of file
       
    55 
       
    56 SMPSAFE