eapol/eapol_framework/eapol_symbian/group/eapol.mmp
changeset 49 43351a4f2da3
parent 34 ad1f037f1ac2
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    14 * Description:  Project definition file for project EAPOL
    14 * Description:  Project definition file for project EAPOL
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 48 %
    19 * %version: 53 %
    20 */
    20 */
    21 
    21 
    22 //-------------------------------------------------------------------
    22 //-------------------------------------------------------------------
    23 
    23 
    24 #include <platform_paths.hrh>
    24 #include <platform_paths.hrh>
    32 TARGETTYPE		dll
    32 TARGETTYPE		dll
    33 UID			0x1000008d  0x101f8e48
    33 UID			0x1000008d  0x101f8e48
    34 
    34 
    35 deffile eapolprotected.def
    35 deffile eapolprotected.def
    36 
    36 
       
    37 LIBRARY bafl.lib
       
    38 LIBRARY wlandbif.lib
       
    39 
       
    40 ///////////////////////////////////////////////////////////////////
       
    41 
       
    42 LANG	SC
       
    43 
       
    44 MACRO EAP_NO_EXPORT_EAPOL_WPXM_REASSOCIATION_DATA_H
       
    45 MACRO EAP_NO_EXPORT_EAPOL_WPXM_REASSOCIATION_REQUEST_DATA_H
       
    46 
    37 SOURCEPATH	../../eapol_common/am/core
    47 SOURCEPATH	../../eapol_common/am/core
    38 SOURCE eapol_am_wlan_authentication.cpp
    48 SOURCE eapol_am_wlan_authentication.cpp
    39 
    49 
    40 SOURCEPATH	../am/core/symbian
    50 SOURCEPATH	../am/core/symbian
    41 SOURCE eapol_am_wlan_authentication_symbian.cpp
    51 SOURCE eapol_am_wlan_authentication_symbian.cpp
    42 
    52 
    43 SOURCEPATH	../am/common/symbian
    53 SOURCEPATH	../am/common/symbian
    44 SOURCE EapConfigToolsSymbian.cpp
    54 SOURCE EapConfigToolsSymbian.cpp
    45 
       
    46 LIBRARY bafl.lib
       
    47 LIBRARY wlandbif.lib
       
    48 
       
    49 ///////////////////////////////////////////////////////////////////
       
    50 
       
    51 LANG	SC
       
    52 
    55 
    53 #if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
    56 #if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
    54 SOURCEPATH	../../eapol_common/common
    57 SOURCEPATH	../../eapol_common/common
    55 SOURCE wlan_eap_if_send_status.cpp
    58 SOURCE wlan_eap_if_send_status.cpp
    56 #endif //#if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
    59 #endif //#if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
   103 SYSTEMINCLUDE	/epoc32/include/libc/netinet
   106 SYSTEMINCLUDE	/epoc32/include/libc/netinet
   104 
   107 
   105 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
   108 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
   106 
   109 
   107 #if !defined(USE_EAPOL_WLAN_WPX_STUB)
   110 #if !defined(USE_EAPOL_WLAN_WPX_STUB)
   108 #warning STATICLIBRARY eapolwpx.lib
   111 //#warning STATICLIBRARY eapolwpx.lib
   109 STATICLIBRARY eapolwpx.lib
   112 STATICLIBRARY eapolwpx.lib
   110 #else
   113 #else
   111 STATICLIBRARY eapolwpxstub.lib
   114 STATICLIBRARY eapolwpxstub.lib
   112 #endif //#if !defined(USE_EAPOL_WLAN_WPX_STUB)
   115 #endif //#if !defined(USE_EAPOL_WLAN_WPX_STUB)
   113 
   116