eapol/eapol_framework/eapol_symbian/tools/group/eaptrace.mmp
changeset 26 9abfd4f00d37
child 27 9660a5eb236f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eapol/eapol_framework/eapol_symbian/tools/group/eaptrace.mmp	Mon May 24 20:32:47 2010 +0300
@@ -0,0 +1,81 @@
+/*
+* Copyright (c) 2001-2006 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "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 EAPOL
+*
+*/
+
+/*
+* %version: %
+*/
+
+//-------------------------------------------------------------------
+
+#include <platform_paths.hrh>
+#include "../../group/eapol.mmh"
+
+//-------------------------------------------------------------------
+CAPABILITY ALL -TCB
+VENDORID VID_DEFAULT
+
+TARGET			eaptrace.dll
+TARGETTYPE		dll
+UID			0x1000008d  0x2002b38f
+
+deffile eaptrace.def
+
+SOURCEPATH ../../am/common/symbian
+SOURCE eap_am_trace_symbian.cpp
+
+///////////////////////////////////////////////////////////////////
+
+LANG	SC
+
+//USERINCLUDE ..
+USERINCLUDE ../../am/type/symbian/plugin/include
+USERINCLUDE ../../am/common
+USERINCLUDE ../../../eapol_common/am/common
+USERINCLUDE ../../am/include
+USERINCLUDE ../../../eapol_common/am/include
+USERINCLUDE ../../../eapol_common/include
+USERINCLUDE ../../../eapol_common/type
+USERINCLUDE ../../../eapol_common/am/common/DSS_random
+USERINCLUDE ../../../eapol_common/type/tls_peap/tls/include
+USERINCLUDE ../../../eapol_common/type/simple_config/simple_config/include
+USERINCLUDE ../../../eapol_common/type/simple_config/eap/include
+
+USERINCLUDE ../../eap_if/include
+USERINCLUDE ../../eap_server/include
+
+
+SYSTEMINCLUDE	/epoc32/include/ecom
+SYSTEMINCLUDE	/epoc32/include/kernel 
+SYSTEMINCLUDE	/epoc32/include/libc
+SYSTEMINCLUDE	/epoc32/include/libc/netinet
+
+
+MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
+
+LIBRARY		ecom.lib 
+LIBRARY		euser.lib hash.lib random.lib cryptography.lib efsrv.lib asn1.lib edbms.lib
+LIBRARY     charconv.lib 
+
+MACRO USE_EAP_INTERFACE_EXPORTS
+
+// exports unfrozen in winscw
+#if defined(WINSCW)
+EXPORTUNFROZEN
+#endif
+
+//-------------------------------------------------------------------
+// End of File