eapol/eapol_framework/eapol_symbian/group/eapol.mmp
branchRCL_3
changeset 18 bad0cc58d154
parent 2 1c7bc153c08e
child 19 c74b3d9f6b9e
--- a/eapol/eapol_framework/eapol_symbian/group/eapol.mmp	Thu Aug 19 09:58:27 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/group/eapol.mmp	Tue Aug 31 15:16:37 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2001-2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2010 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"
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 42.1.2.1.2 %
+* %version: 48 %
 */
 
 //-------------------------------------------------------------------
@@ -25,64 +25,23 @@
 #include "eapol.mmh"
 
 //-------------------------------------------------------------------
-CAPABILITY ALL -TCB
+CAPABILITY CAP_GENERAL_DLL
 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
+deffile eapolprotected.def
 
 SOURCEPATH	../../eapol_common/am/core
 SOURCE eapol_am_wlan_authentication.cpp
 
 SOURCEPATH	../am/core/symbian
+SOURCE eapol_am_wlan_authentication_symbian.cpp
 
-SOURCE eapol_am_wlan_authentication_symbian.cpp
+SOURCEPATH	../am/common/symbian
+SOURCE EapConfigToolsSymbian.cpp
 
 LIBRARY bafl.lib
 LIBRARY wlandbif.lib
@@ -91,39 +50,12 @@
 
 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
@@ -137,6 +69,7 @@
 SOURCE eapol_rsna_key_data_gtk_header.cpp
 SOURCE eapol_wlan_authentication.cpp
 SOURCE eapol_wlan_database_reference.cpp
+SOURCE eap_core_client_message_if.cpp
 
 #if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
 SOURCEPATH	../../eapol_common/core
@@ -144,55 +77,47 @@
 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/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 ../../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)
+USERINCLUDE ../eap_if/include
+USERINCLUDE ../eap_server/include
 
 
-//SYSTEMINCLUDE	/epoc32/include/ecom
+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
+#if !defined(USE_EAPOL_WLAN_WPX_STUB)
+#warning STATICLIBRARY eapolwpx.lib
+STATICLIBRARY eapolwpx.lib
+#else
+STATICLIBRARY eapolwpxstub.lib
+#endif //#if !defined(USE_EAPOL_WLAN_WPX_STUB)
+
+LIBRARY		eaptools.lib eaptrace.lib eapsymbiantools.lib eapcoreinterface.lib
+LIBRARY		ecom.lib EapAuthServer.lib
 LIBRARY		euser.lib hash.lib random.lib cryptography.lib efsrv.lib asn1.lib edbms.lib
-LIBRARY     charconv.lib 
+LIBRARY   charconv.lib 
 
 MACRO USE_EAP_INTERFACE_EXPORTS
+
+
 //-------------------------------------------------------------------
 // End of File