cryptomgmtlibs/securitytestfw/inc/cryptodeps.iby
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 77 956a80986d49
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
       
    17 
    17 // Temporary iby file which contains crypto dependencies for the tests in the
    18 // Temporary iby file which contains crypto dependencies for the tests in the
    18 // MCS ROM. Without these, a few tests fail (DEF109635)
    19 // MCS ROM. Without these, a few tests fail (DEF109635)
    19 
    20 
    20 #include "crypto.iby"
    21 #include "crypto.iby"
    21 #include "pbetests.iby"
    22 #include "pbetests.iby"
    25 #include "tcryptospi.iby"
    26 #include "tcryptospi.iby"
    26 #include "cryptospi_testplugins.iby"
    27 #include "cryptospi_testplugins.iby"
    27 	
    28 	
    28 // Proof of concept KMS (Key Management Server)
    29 // Proof of concept KMS (Key Management Server)
    29 // Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
    30 // Add them to the Core image (core.img) only. As rofs1.img does not support the device, and extension.
       
    31 
    30 ROM_IMAGE[0] {
    32 ROM_IMAGE[0] {
    31 extension[VARID]=ABI_DIR\BUILD_DIR\kmskext.dll \sys\bin\kmskext.dll
    33 extension[VARID]=KERNEL_DIR\BUILD_DIR\kmskext.dll \sys\bin\kmskext.dll
    32 device[VARID]=ABI_DIR\BUILD_DIR\kmslddk.ldd \sys\bin\kmslddk.ldd
    34 device[VARID]=ABI_DIR\BUILD_DIR\kmslddk.ldd \sys\bin\kmslddk.ldd
    33 device[VARID]=ABI_DIR\BUILD_DIR\kmsextrlddk.ldd \sys\bin\kmsextrlddk.ldd
    35 device[VARID]=ABI_DIR\BUILD_DIR\kmsextrlddk.ldd \sys\bin\kmsextrlddk.ldd
    34 }
    36 }
    35 
    37 
    36 file=ABI_DIR\BUILD_DIR\kmsldd.dll		sys\bin\kmsldd.dll
    38 file=ABI_DIR\BUILD_DIR\kmsldd.dll		sys\bin\kmsldd.dll