remotecontrol/remotecontrolfw/reference/converters/Core_Serial/group/coreserialconverter.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 // coreserialconverter.dll Converter between RemCon Core API and 
       
    15 // serial bearer.
       
    16 // coreserialconverter.rsc Resource file for Core/Serial converter.
       
    17 // 
       
    18 //
       
    19 
       
    20 /**
       
    21  @file
       
    22  @internalComponent
       
    23 */
       
    24 
       
    25 #include <remcon/remconservercaps.mmh>
       
    26 
       
    27 TARGET			coreserialconverter.dll
       
    28 TARGETPATH		/system/libs
       
    29 TARGETTYPE		PLUGIN
       
    30 // UID2 = 0x10009d8d for ECOM plugins.
       
    31 // UID3 = the 'DLL UID' (see resource file)
       
    32 UID 			0x10009d8d 0x101F906E
       
    33 VENDORID		0x70000001
       
    34 
       
    35 SOURCEPATH		../src
       
    36 SOURCE			coreserialconverter.cpp
       
    37 SOURCE			coreserialconvertermain.cpp
       
    38 
       
    39 START RESOURCE 101F906E.rss
       
    40 target coreserialconverter.rsc
       
    41 END
       
    42 
       
    43 USERINCLUDE 	../inc
       
    44 USERINCLUDE	../../../serialbearer/inc/
       
    45 
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 LIBRARY 		euser.lib 
       
    49 LIBRARY 		remconconverterplugin.lib 
       
    50 
       
    51 NOEXPORTLIBRARY
       
    52 
       
    53 UNPAGED
       
    54 
       
    55 SMPSAFE