sdkcreationmw/sdkruntimes/emulatorplugins/MsgRelay/group/EcmtMsgRelayPlugin.mmp
changeset 0 b26acd06ea60
child 1 ac50fd48361b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sdkcreationmw/sdkruntimes/emulatorplugins/MsgRelay/group/EcmtMsgRelayPlugin.mmp	Mon Mar 08 12:09:11 2010 +0530
@@ -0,0 +1,47 @@
+/*
+* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Project specification for EcmtMsgRelay plugin
+*
+*/
+
+
+// These headers define the UID values
+#include "..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc\EcmtUids.h"
+#include "..\inc\EcmtMsgRelayPluginUids.h"
+
+TARGET          EcmtMsgRelayPlugin.dll
+TARGETTYPE      PLUGIN
+UID             KECOM_DLL_UID KECMTMSGRELAYPLUGIN_DLL_UID
+CAPABILITY		CAP_ECOM_PLUGIN
+VENDORID		VID_DEFAULT
+
+SOURCEPATH	..\src
+SOURCE		EcmtMsgRelayPlugin.cpp MessageRelayAppDll.cpp
+
+USERINCLUDE	..\inc
+USERINCLUDE	..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc
+SYSTEMINCLUDE	\epoc32\include
+SYSTEMINCLUDE	\epoc32\include\ecom
+SYSTEMINCLUDE	\epoc32\include\OpenLIB
+
+LIBRARY		euser.lib charconv.lib
+LIBRARY		efsrv.lib estor.lib gsmu.lib
+LIBRARY		MsgRelay.lib OpenLib.lib
+
+SOURCEPATH	..\data
+START RESOURCE KECMTMSGRELAYPLUGIN_RSS
+#ifdef SYMBIAN_SECURE_ECOM
+    TARGET EcmtMsgRelayPlugin.rsc
+#endif
+END