sdkcreationmw/sdkruntimes/emulatorplugins/NCI/group/EcmtNCIPlugin.mmp
changeset 0 b26acd06ea60
child 1 ac50fd48361b
equal deleted inserted replaced
-1:000000000000 0:b26acd06ea60
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project specification for EcmtNCI plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // These headers define the UID values
       
    20 #include "..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc\EcmtUids.h"
       
    21 #include "..\inc\EcmtNCIPluginUids.h"
       
    22 
       
    23 
       
    24 TARGET          EcmtNCIPlugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             KECOM_DLL_UID KECMTNCIPLUGIN_DLL_UID
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH	..\src
       
    31 SOURCE		EcmtNCIPlugin.cpp 
       
    32 SOURCE		MsgSvrDll.cpp
       
    33 SOURCE		MsgSvrEng.cpp
       
    34 SOURCE		MsgCommandConnection.cpp
       
    35 SOURCE		SmsFileHandler.cpp
       
    36 SOURCE		Timeoutimer.cpp
       
    37 SOURCE		message.cpp
       
    38 
       
    39 
       
    40 USERINCLUDE	..\inc
       
    41 USERINCLUDE	..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc
       
    42 SYSTEMINCLUDE	\epoc32\include
       
    43 SYSTEMINCLUDE	\epoc32\include\ecom
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         gsmu.lib
       
    47 LIBRARY	  	efsrv.lib
       
    48 LIBRARY	        msgrelay.lib
       
    49 LIBRARY         estor.lib
       
    50 LIBRARY	        esock.lib
       
    51 LIBRARY			commdb.lib 
       
    52 LIBRARY	        insock.lib 
       
    53 LIBRARY		charconv.lib 
       
    54 LIBRARY   	flogger.lib
       
    55 
       
    56 SOURCEPATH	..\data
       
    57 START RESOURCE	KECMTNCIPLUGIN_RSS
       
    58 #ifdef SYMBIAN_SECURE_ECOM
       
    59     TARGET EcmtNCIPlugin.rsc
       
    60 #endif
       
    61 END
       
    62