David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 1 | cc_test { |
| 2 | name: "VtsHalIdentityTargetTest", |
| 3 | defaults: [ |
| 4 | "VtsHalTargetTestDefaults", |
| 5 | "use_libaidlvintf_gtest_helper_static", |
| 6 | ], |
Selene Huang | 92b61d6 | 2020-03-04 02:24:16 -0800 | [diff] [blame] | 7 | srcs: [ |
| 8 | "VtsHalIdentityEndToEndTest.cpp", |
| 9 | "VtsIWritableIdentityCredentialTests.cpp", |
| 10 | "VtsIdentityTestUtils.cpp", |
Selene Huang | cab019a | 2020-03-11 04:37:48 -0700 | [diff] [blame] | 11 | "VtsAttestationTests.cpp", |
| 12 | "VtsAttestationParserSupport.cpp", |
David Zeuthen | ef73951 | 2020-06-03 13:24:52 -0400 | [diff] [blame] | 13 | "UserAuthTests.cpp", |
| 14 | "ReaderAuthTests.cpp", |
Selene Huang | 92b61d6 | 2020-03-04 02:24:16 -0800 | [diff] [blame] | 15 | ], |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 16 | shared_libs: [ |
Selene Huang | cab019a | 2020-03-11 04:37:48 -0700 | [diff] [blame] | 17 | "android.hardware.keymaster@4.0", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 18 | "libbinder", |
David Zeuthen | 27cb4eb | 2020-03-02 10:24:23 -0500 | [diff] [blame] | 19 | "libcrypto", |
Selene Huang | cab019a | 2020-03-11 04:37:48 -0700 | [diff] [blame] | 20 | "libkeymaster_portable", |
| 21 | "libsoft_attestation_cert", |
| 22 | "libpuresoftkeymasterdevice", |
David Zeuthen | ef73951 | 2020-06-03 13:24:52 -0400 | [diff] [blame] | 23 | "android.hardware.keymaster-ndk_platform", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 24 | ], |
| 25 | static_libs: [ |
David Zeuthen | 27cb4eb | 2020-03-02 10:24:23 -0500 | [diff] [blame] | 26 | "libcppbor", |
| 27 | "android.hardware.identity-support-lib", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 28 | "android.hardware.identity-cpp", |
| 29 | "android.hardware.keymaster-cpp", |
| 30 | ], |
| 31 | test_suites: [ |
| 32 | "general-tests", |
Dan Shi | ba894f8 | 2020-03-26 00:06:39 -0700 | [diff] [blame] | 33 | "vts", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 34 | ], |
| 35 | } |