cryptomgmtlibs/securitytestfw/inc/cryptodeps.iby
changeset 77 956a80986d49
parent 8 35751d3474b7
child 96 a71299154b21
equal deleted inserted replaced
73:2f170b33ba46 77:956a80986d49
    22 #include "pbetests.iby"
    22 #include "pbetests.iby"
    23 #include "pkcs5kdftests.iby"
    23 #include "pkcs5kdftests.iby"
    24 #include "paddingtests.iby"
    24 #include "paddingtests.iby"
    25 #ifdef SYMBIAN_CRYPTOSPI
    25 #ifdef SYMBIAN_CRYPTOSPI
    26 #include "tcryptospi.iby"
    26 #include "tcryptospi.iby"
       
    27 
       
    28 // conditionally included to avoid to be included in vasco image creation but needed in h4/h6 image creation
       
    29 #ifdef _SERIAL_DOWNLOAD
    27 #include "cryptospi_testplugins.iby"
    30 #include "cryptospi_testplugins.iby"
    28 	
    31 	
    29 // Proof of concept KMS (Key Management Server)
    32 // Proof of concept KMS (Key Management Server)
    30 // Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
    33 // Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
    31 
    34 
    43 
    46 
    44 file=ABI_DIR\BUILD_DIR\kmsserver.exe		sys\bin\kmsserver.exe
    47 file=ABI_DIR\BUILD_DIR\kmsserver.exe		sys\bin\kmsserver.exe
    45 file=ABI_DIR\BUILD_DIR\kmsclient.dll		sys\bin\kmsclient.dll
    48 file=ABI_DIR\BUILD_DIR\kmsclient.dll		sys\bin\kmsclient.dll
    46 
    49 
    47 file=ABI_DIR\BUILD_DIR\kmstest.exe			sys\bin\kmstest.exe
    50 file=ABI_DIR\BUILD_DIR\kmstest.exe			sys\bin\kmstest.exe
    48 
    51 #endif
    49 file=ABI_DIR\BUILD_DIR\tsymmetric.exe	System\Programs\tsymmetric.exe
    52 file=ABI_DIR\BUILD_DIR\tsymmetric.exe	System\Programs\tsymmetric.exe
    50 file=ABI_DIR\BUILD_DIR\tasymmetric.exe	System\Programs\tasymmetric.exe
    53 file=ABI_DIR\BUILD_DIR\tasymmetric.exe	System\Programs\tasymmetric.exe
    51 file=ABI_DIR\BUILD_DIR\tbigint.exe	System\Programs\tbigint.exe
    54 file=ABI_DIR\BUILD_DIR\tbigint.exe	System\Programs\tbigint.exe
    52 #endif
    55 #endif
       
    56