remotecontrol/remotecontrolfw/reference/serialbearer/group/t_serialbearer.mmp
changeset 51 20ac952a623c
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
       
     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 // t_serialbearer.dll Serial bearer plugin for RemCon.
       
    15 // t_serialbearer.rsc Resource file for serial bearer plugin.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #include <remcon/remconservercaps.mmh>
       
    25 
       
    26 TARGET			t_serialbearer.dll
       
    27 TARGETPATH		/system/libs
       
    28 TARGETTYPE		PLUGIN
       
    29 // UID2 = 0x10009d8d for ECOM plugins.
       
    30 // UID3 = the 'DLL UID' (see resource file)
       
    31 UID 			0x10009d8d 0x1020453D
       
    32 VENDORID		0x70000001
       
    33 
       
    34 SOURCEPATH		../src
       
    35 SOURCE			remconserialbearer.cpp
       
    36 SOURCE			sender.cpp
       
    37 SOURCE			receiver.cpp
       
    38 SOURCE			remconserialbearermain.cpp
       
    39 
       
    40 START RESOURCE 1020453D.rss
       
    41 target t_serialbearer.rsc
       
    42 END
       
    43 
       
    44 
       
    45 USERINCLUDE 	../inc
       
    46 // For logger
       
    47 USERINCLUDE 	../../../common
       
    48 
       
    49 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    50 
       
    51 LIBRARY 		euser.lib 
       
    52 LIBRARY 		c32.lib 
       
    53 LIBRARY 		remconbearerplugin.lib 
       
    54 LIBRARY 		remcontypes.lib
       
    55 //LIBRARY			usbman.lib
       
    56 
       
    57 NOEXPORTLIBRARY
       
    58 
       
    59 #include <bluetooth/btlogger.mmh>
       
    60 
       
    61 SMPSAFE