1cc_test { 2 name: "VtsHalIdentityTargetTest", 3 defaults: [ 4 "VtsHalTargetTestDefaults", 5 "use_libaidlvintf_gtest_helper_static", 6 ], 7 srcs: [ 8 "VtsHalIdentityEndToEndTest.cpp", 9 "VtsIWritableIdentityCredentialTests.cpp", 10 "VtsIdentityTestUtils.cpp", 11 "VtsAttestationTests.cpp", 12 "UserAuthTests.cpp", 13 "ReaderAuthTests.cpp", 14 ], 15 shared_libs: [ 16 "libbinder", 17 "libcrypto", 18 ], 19 static_libs: [ 20 "libcppbor", 21 "libkeymaster_portable", 22 "libpuresoftkeymasterdevice", 23 "android.hardware.keymaster@4.0", 24 "android.hardware.identity-support-lib", 25 "android.hardware.identity-cpp", 26 "android.hardware.keymaster-cpp", 27 "android.hardware.keymaster-ndk_platform", 28 "libkeymaster4support", 29 "libkeymaster4_1support", 30 ], 31 test_suites: [ 32 "general-tests", 33 "vts", 34 ], 35} 36