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", |
Selene Huang | 92b61d6 | 2020-03-04 02:24:16 -0800 | [diff] [blame] | 13 | ], |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 14 | shared_libs: [ |
Selene Huang | cab019a | 2020-03-11 04:37:48 -0700 | [diff] [blame] | 15 | "android.hardware.keymaster@4.0", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 16 | "libbinder", |
David Zeuthen | 27cb4eb | 2020-03-02 10:24:23 -0500 | [diff] [blame] | 17 | "libcrypto", |
Selene Huang | cab019a | 2020-03-11 04:37:48 -0700 | [diff] [blame] | 18 | "libkeymaster_portable", |
| 19 | "libsoft_attestation_cert", |
| 20 | "libpuresoftkeymasterdevice", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 21 | ], |
| 22 | static_libs: [ |
David Zeuthen | 27cb4eb | 2020-03-02 10:24:23 -0500 | [diff] [blame] | 23 | "libcppbor", |
| 24 | "android.hardware.identity-support-lib", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 25 | "android.hardware.identity-cpp", |
| 26 | "android.hardware.keymaster-cpp", |
| 27 | ], |
| 28 | test_suites: [ |
| 29 | "general-tests", |
Dan Shi | ba894f8 | 2020-03-26 00:06:39 -0700 | [diff] [blame] | 30 | "vts", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 31 | ], |
| 32 | } |