blob: c1f44e742ecba5f93e37934ec16b7d436f999972 [file] [log] [blame]
David Zeuthen81603152020-02-11 22:04:24 -05001cc_test {
2 name: "VtsHalIdentityTargetTest",
3 defaults: [
4 "VtsHalTargetTestDefaults",
5 "use_libaidlvintf_gtest_helper_static",
6 ],
Selene Huang92b61d62020-03-04 02:24:16 -08007 srcs: [
8 "VtsHalIdentityEndToEndTest.cpp",
9 "VtsIWritableIdentityCredentialTests.cpp",
10 "VtsIdentityTestUtils.cpp",
Selene Huangcab019a2020-03-11 04:37:48 -070011 "VtsAttestationTests.cpp",
12 "VtsAttestationParserSupport.cpp",
David Zeuthenef739512020-06-03 13:24:52 -040013 "UserAuthTests.cpp",
14 "ReaderAuthTests.cpp",
Selene Huang92b61d62020-03-04 02:24:16 -080015 ],
David Zeuthen81603152020-02-11 22:04:24 -050016 shared_libs: [
17 "libbinder",
David Zeuthen27cb4eb2020-03-02 10:24:23 -050018 "libcrypto",
David Zeuthen81603152020-02-11 22:04:24 -050019 ],
20 static_libs: [
David Zeuthen27cb4eb2020-03-02 10:24:23 -050021 "libcppbor",
David Zeuthenbaa41d72020-06-12 14:50:21 -040022 "libkeymaster_portable",
23 "libsoft_attestation_cert",
24 "libpuresoftkeymasterdevice",
David Zeuthen780f8c82020-06-18 09:44:51 -040025 "android.hardware.keymaster@4.0",
David Zeuthen27cb4eb2020-03-02 10:24:23 -050026 "android.hardware.identity-support-lib",
David Zeuthen81603152020-02-11 22:04:24 -050027 "android.hardware.identity-cpp",
28 "android.hardware.keymaster-cpp",
David Zeuthen780f8c82020-06-18 09:44:51 -040029 "android.hardware.keymaster-ndk_platform",
David Zeuthen81603152020-02-11 22:04:24 -050030 ],
31 test_suites: [
32 "general-tests",
Dan Shiba894f82020-03-26 00:06:39 -070033 "vts",
David Zeuthen81603152020-02-11 22:04:24 -050034 ],
35}