eapol/eapol_framework/eapol_symbian/group/eapvpnif.mmp
changeset 52 c23bdf5a328a
parent 39 fe6b6762fccd
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    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: 11.1.10 %
    19 * %version: 11.1.15 %
    20 */
    20 */
    21 
    21 
    22 #include <platform_paths.hrh>
    22 #include <platform_paths.hrh>
    23 #include "eapol.mmh"
    23 #include "eapol.mmh"
    24 
    24 
    31 // ECom Dll recognition UID followed by the unique UID for this dll
    31 // ECom Dll recognition UID followed by the unique UID for this dll
    32 UID 0x10009D8D 0x10200ec9
    32 UID 0x10009D8D 0x10200ec9
    33 
    33 
    34 deffile eapvpnif.def
    34 deffile eapvpnif.def
    35 
    35 
       
    36 MACRO EAP_NO_EXPORTS
       
    37 // Start: added by script change_mmp_export_macros.sh.
       
    38 MACRO EAP_NO_EXPORT_EAP_CORE_CLIENT_MESSAGE_IF_H
       
    39 MACRO EAP_NO_EXPORT_EAP_VPN_IF_IMPLEMENTATION_H
       
    40 MACRO EAP_NO_EXPORT_EAP_VPN_IF_TIMER_H
       
    41 MACRO EAP_NO_EXPORT_EAPCOREINTERFACE_H
       
    42 // End: added by script change_mmp_export_macros.sh.
       
    43 
       
    44 MACRO EAP_NO_EXPORT_EAP_AM_MESSAGE_IF_H
       
    45 
    36 SOURCEPATH ../am/eapvpnif/src
    46 SOURCEPATH ../am/eapvpnif/src
    37 //SOURCE		eap_vpn_if_main.cpp
       
    38 SOURCE		eap_vpn_if_proxy.cpp
    47 SOURCE		eap_vpn_if_proxy.cpp
    39 SOURCE		eap_vpn_if_implementation.cpp
    48 SOURCE		eap_vpn_if_implementation.cpp
    40 SOURCE		eap_vpn_if_timer.cpp
    49 SOURCE		eap_vpn_if_timer.cpp
    41 
    50 
    42 SOURCEPATH ../eap_if/src
    51 SOURCEPATH ../eap_if/src
    68 SOURCEPATH ../am/eapvpnif/data
    77 SOURCEPATH ../am/eapvpnif/data
    69 START RESOURCE	10200ec9.rss
    78 START RESOURCE	10200ec9.rss
    70 TARGET eapvpnif.rsc
    79 TARGET eapvpnif.rsc
    71 END
    80 END
    72 
    81 
    73 LIBRARY euser.lib ECom.lib eaptools.lib eaptrace.lib eapsymbiantools.lib edbms.lib efsrv.lib PlatformEnv.lib
    82 LIBRARY euser.lib ecom.lib eaptools.lib eaptrace.lib eapsymbiantools.lib edbms.lib efsrv.lib
       
    83 
       
    84 #ifdef USE_EAP_VPN_FILETRACE
       
    85 LIBRARY PlatformEnv.lib
       
    86 #endif
       
    87 
    74 DEBUGLIBRARY    flogger.lib
    88 DEBUGLIBRARY    flogger.lib
    75 
    89 
    76 
    90 
    77 // End
    91 // End