natfw/natfwstunplugin/group/natfwstunplugin.mmp
changeset 0 1bce908db942
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/natfw/natfwstunplugin/group/natfwstunplugin.mmp	Tue Feb 02 01:04:58 2010 +0200
@@ -0,0 +1,63 @@
+/*
+* Copyright (c) 2006-2008 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 definition file for project NAT FW STUN Plug-in
+*
+*/
+
+
+
+#include <platform_paths.hrh>
+
+TARGET              stunplugin.dll
+TARGETTYPE          PLUGIN
+UID                 0x10009D8D 0x1027545C
+
+CAPABILITY          CAP_ECOM_PLUGIN
+VENDORID            VID_DEFAULT
+
+SOURCEPATH          ../src
+SOURCE              natfwstunplugin.cpp
+SOURCE              natfwstunconnectionhandler.cpp
+SOURCE              natfwstunrefreshtimer.cpp
+SOURCE              natfwstunpluginimplementationproxy.cpp
+SOURCE              cstunasynccallback.cpp
+SOURCE              tstunplugincallbackinfo.cpp
+SOURCE              cnatfwstunserversettings.cpp
+
+SOURCEPATH          ../data
+START RESOURCE      1027545c.rss
+TARGET              stunplugin.rsc
+END
+
+USERINCLUDE         ../inc
+USERINCLUDE	    ../../../inc
+USERINCLUDE         ../../natfwshared/inc
+USERINCLUDE         ../../natfwclient/inc
+USERINCLUDE         ../../natfwconnectionmultiplexer/inc
+USERINCLUDE         ../../natfwsettings/inc
+USERINCLUDE         ../../inc
+USERINCLUDE         ../../natfwstunturnclient/inc
+
+MW_LAYER_SYSTEMINCLUDE
+
+LIBRARY             euser.lib
+LIBRARY             ecom.lib
+LIBRARY             esock.lib
+LIBRARY             insock.lib
+LIBRARY             connectionmux.lib
+LIBRARY             natconfw.lib
+LIBRARY             natfwnatsettings.lib
+LIBRARY             natfwstunclient.lib
+
+PAGED