networksecurity/ipsec/group/ipsec.iby
changeset 20 e8d041006974
parent 0 af10295192d8
child 58 8d540f55e491
equal deleted inserted replaced
18:39bb7c3571e9 20:e8d041006974
    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 #ifdef SYMBIAN_EXCLUDE_IPSEC
    33 #ifndef __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 // SYMBIAN_EXCLUDE_IPSEC
    45 #endif // __IPSEC
    46 
    46 
    47 #endif // __IPSEC_IBY__
    47 #endif // __IPSEC_IBY__