eapol/eapol_framework/eapol_symbian/group/eapvpnif.mmp
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 52 c23bdf5a328a
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
    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.9 %
    19 * %version: 11.1.10 %
    20 */
    20 */
    21 
    21 
    22 #include <platform_paths.hrh>
    22 #include <platform_paths.hrh>
    23 #include "eapol.mmh"
    23 #include "eapol.mmh"
    24 
    24 
    28 
    28 
    29 VENDORID VID_DEFAULT
    29 VENDORID VID_DEFAULT
    30 
    30 
    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 
       
    34 deffile eapvpnif.def
    33 
    35 
    34 SOURCEPATH ../am/eapvpnif/src
    36 SOURCEPATH ../am/eapvpnif/src
    35 //SOURCE		eap_vpn_if_main.cpp
    37 //SOURCE		eap_vpn_if_main.cpp
    36 SOURCE		eap_vpn_if_proxy.cpp
    38 SOURCE		eap_vpn_if_proxy.cpp
    37 SOURCE		eap_vpn_if_implementation.cpp
    39 SOURCE		eap_vpn_if_implementation.cpp
    69 END
    71 END
    70 
    72 
    71 LIBRARY euser.lib ECom.lib eaptools.lib eaptrace.lib eapsymbiantools.lib edbms.lib efsrv.lib PlatformEnv.lib
    73 LIBRARY euser.lib ECom.lib eaptools.lib eaptrace.lib eapsymbiantools.lib edbms.lib efsrv.lib PlatformEnv.lib
    72 DEBUGLIBRARY    flogger.lib
    74 DEBUGLIBRARY    flogger.lib
    73 
    75 
       
    76 
    74 // End
    77 // End