eapol/eapol_framework/eapol_symbian/group/eapol.mmp
changeset 0 c8830336c852
child 2 1c7bc153c08e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eapol/eapol_framework/eapol_symbian/group/eapol.mmp	Thu Dec 17 08:47:43 2009 +0200
@@ -0,0 +1,196 @@
+/*
+* 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
+*
+*/
+
+
+
+//-------------------------------------------------------------------
+
+#include <platform_paths.hrh>
+#include "eapol.mmh"
+
+//-------------------------------------------------------------------
+CAPABILITY ALL -TCB
+VENDORID VID_DEFAULT
+
+TARGET			eapol.dll
+TARGETTYPE		dll
+UID			0x1000008d  0x101f8e48
+
+deffile EAPOLPROTECTED.DEF
+
+SOURCEPATH ../am/common/symbian 
+SOURCE dll_entry.cpp
+SOURCE eap_am_tools_symbian.cpp
+
+// This source uses Symbian crypto library.
+SOURCEPATH	../am/common/symbian
+SOURCE eap_am_crypto_symbian.cpp
+SOURCE eap_am_mutex_symbian.cpp
+
+SOURCEPATH	../am/common/DSS_random
+SOURCE dss_random_symbian.cpp
+
+#if defined(USE_EAP_ASSERT_STACK_TRACE)
+SOURCEPATH ../../eapol_common/am/common/stack
+SOURCE eap_am_stack_trace.cpp
+#endif //#if defined(USE_EAP_ASSERT_STACK_TRACE)
+
+SOURCEPATH	../../eapol_common/am/common/crypto/md4
+SOURCE eap_am_crypto_md4.cpp
+
+SOURCEPATH	../../eapol_common/am/common/crypto/rc4
+SOURCE eap_am_crypto_rc4.cpp
+
+SOURCEPATH	../../eapol_common/am/common/crypto/sha1
+SOURCE eap_am_crypto_sha1.cpp
+
+SOURCEPATH	../../eapol_common/am/common/crypto/sha-256
+SOURCE eap_am_crypto_sha_256.cpp
+
+SOURCEPATH	../../eapol_common/am/common
+SOURCE eap_am_memory.cpp
+SOURCE eap_am_network_id.cpp
+SOURCE eap_am_tools.cpp
+SOURCE eap_timer_queue.cpp
+SOURCE eap_am_memory_store.cpp
+SOURCE eap_am_memory_store_data.cpp
+SOURCE abs_eap_am_mutex.cpp
+
+SOURCEPATH	../../eapol_common/am/common
+SOURCE eap_file_config.cpp
+SOURCEPATH	../am/common/file_io/symbian
+SOURCE eap_am_file_input_symbian.cpp
+
+SOURCEPATH	../../eapol_common/am/core
+SOURCE eapol_am_wlan_authentication.cpp
+
+SOURCEPATH	../am/core/symbian
+
+SOURCE eapol_am_wlan_authentication_symbian.cpp
+
+LIBRARY bafl.lib
+LIBRARY wlandbif.lib
+
+///////////////////////////////////////////////////////////////////
+
+LANG	SC
+
+SOURCEPATH	../../eapol_common/common
+SOURCE eap_base_type.cpp
+SOURCE eap_buffer.cpp
+SOURCE eap_crypto_api.cpp
+SOURCE eap_header.cpp
+SOURCE eap_expanded_type.cpp
+SOURCE eap_header_string.cpp
+SOURCE eap_state_notification.cpp
+SOURCE eap_tools.cpp
+SOURCE eap_status_string.cpp
+SOURCE eap_variable_data.cpp
+SOURCE eap_master_session_key.cpp
+SOURCE eap_general_header_base.cpp
+SOURCE eap_rogue_ap_entry.cpp
+SOURCE eap_memory_store_variable_data.cpp
+SOURCE eapol_session_key.cpp
+SOURCE eap_network_id_selector.cpp
+SOURCE eapol_ethernet_header.cpp
+SOURCE eapol_header.cpp
+SOURCE eap_tlv_header.cpp
+SOURCE eap_tlv_message_data.cpp
+
+#if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
+SOURCEPATH	../../eapol_common/common
+SOURCE wlan_eap_if_send_status.cpp
+#endif //#if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
+
+SOURCEPATH	../../eapol_common/core
+SOURCE eap_core.cpp
+SOURCE eap_core_nak_info.cpp
+SOURCE eap_core_retransmission.cpp
+SOURCE eap_session_core.cpp
+SOURCE eap_type_selection.cpp
+SOURCE eapol_core.cpp
+SOURCE ethernet_core.cpp
+SOURCE eapol_key_state_common.cpp
+SOURCE eapol_key_state_client.cpp
+SOURCE eapol_key_state_server.cpp
+SOURCE eapol_key_state_string.cpp
+SOURCE eapol_rsna_key_data_payloads.cpp
+SOURCE eapol_rc4_key_header.cpp
+SOURCE eapol_rsna_key_data_header.cpp
+SOURCE eapol_rsna_key_header.cpp
+SOURCE eapol_rsna_key_data_gtk_header.cpp
+SOURCE eapol_wlan_authentication.cpp
+SOURCE eapol_wlan_database_reference.cpp
+
+#if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
+SOURCEPATH	../../eapol_common/core
+SOURCE eapol_message_wlan_authentication.cpp
+SOURCE eapol_handle_tlv_message_data.cpp
+#endif //#if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
+
+SOURCEPATH	../am/eap_test_timer/symbian 
+SOURCE eap_test_timer.cpp
+
+SOURCEPATH ../../eapol_common/type/tls_peap/tls/src
+SOURCE tls_peap_tlv_header.cpp
+
+SOURCEPATH   ../../eapol_common/type/simple_config/simple_config/src
+SOURCE simple_config_credential.cpp
+SOURCE simple_config_types.cpp
+
+#if !defined(USE_EAPOL_WLAN_WPX_STUB)
+// This library includes real WPX functionality.
+STATICLIBRARY eapolwpx.lib
+#endif //#if !defined(USE_EAPOL_WLAN_WPX_STUB)
+
+#if defined(USE_EAPOL_WLAN_WPX_STUB)
+// This library includes stubs of non working WPX functions.
+STATICLIBRARY eapolwpxstub.lib
+#endif //#if defined(USE_EAPOL_WLAN_WPX_STUB)
+
+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
+
+#if defined(EAP_USE_WPXM)
+USERINCLUDE   ../../eapol_common/wpx_include
+#endif //#if defined(EAP_USE_WPXM)
+
+
+//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
+//-------------------------------------------------------------------
+// End of File