networksecurity/ipsec/group/ipsec.iby
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
equal deleted inserted replaced
57:abbed5a4b42a 58:8d540f55e491
    28 #endif
    28 #endif
    29 
    29 
    30 REM IPSEC protocol and other core components
    30 REM IPSEC protocol and other core components
    31 
    31 
    32 
    32 
    33 #ifndef __IPSEC
    33 #ifdef SYMBIAN_EXCLUDE_IPSEC
    34 
    34 
    35 	REM Feature IPSEC not included in this rom
    35 	REM Feature IPSEC not included in this rom
    36 
    36 
    37 #else
    37 #else
    38 	#include <ipsec6.iby>
    38 	#include <ipsec6.iby>
    40 	file=ABI_DIR\DEBUG_DIR\ipsecpolapi.dll		System\Libs\ipsecpolapi.dll
    40 	file=ABI_DIR\DEBUG_DIR\ipsecpolapi.dll		System\Libs\ipsecpolapi.dll
    41 	file=ABI_DIR\DEBUG_DIR\ipsecpol.exe		System\Programs\ipsecpol.exe
    41 	file=ABI_DIR\DEBUG_DIR\ipsecpol.exe		System\Programs\ipsecpol.exe
    42 	file=ABI_DIR\DEBUG_DIR\lib_pfkey.dll		System\Libs\lib_pfkey.dll
    42 	file=ABI_DIR\DEBUG_DIR\lib_pfkey.dll		System\Libs\lib_pfkey.dll
    43 	#include <ipseccrypto.iby>
    43 	#include <ipseccrypto.iby>
    44 
    44 
    45 #endif // __IPSEC
    45 #endif // SYMBIAN_EXCLUDE_IPSEC
    46 
    46 
    47 #endif // __IPSEC_IBY__
    47 #endif // __IPSEC_IBY__