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        "VtsAttestationParserSupport.cpp",
13        "UserAuthTests.cpp",
14        "ReaderAuthTests.cpp",
15    ],
16    shared_libs: [
17        "libbinder",
18        "libcrypto",
19    ],
20    static_libs: [
21        "libcppbor",
22        "libkeymaster_portable",
23        "libsoft_attestation_cert",
24        "libpuresoftkeymasterdevice",
25        "android.hardware.keymaster@4.0",
26        "android.hardware.identity-support-lib",
27        "android.hardware.identity-cpp",
28        "android.hardware.keymaster-cpp",
29        "android.hardware.keymaster-ndk_platform",
30    ],
31    test_suites: [
32        "general-tests",
33        "vts",
34    ],
35}
36