blob: 58473dc2a29bc0145956f74248dce3b5d9be105f [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: [
Selene Huangcab019a2020-03-11 04:37:48 -070017 "android.hardware.keymaster@4.0",
David Zeuthen81603152020-02-11 22:04:24 -050018 "libbinder",
David Zeuthen27cb4eb2020-03-02 10:24:23 -050019 "libcrypto",
Selene Huangcab019a2020-03-11 04:37:48 -070020 "libkeymaster_portable",
21 "libsoft_attestation_cert",
22 "libpuresoftkeymasterdevice",
David Zeuthenef739512020-06-03 13:24:52 -040023 "android.hardware.keymaster-ndk_platform",
David Zeuthen81603152020-02-11 22:04:24 -050024 ],
25 static_libs: [
David Zeuthen27cb4eb2020-03-02 10:24:23 -050026 "libcppbor",
27 "android.hardware.identity-support-lib",
David Zeuthen81603152020-02-11 22:04:24 -050028 "android.hardware.identity-cpp",
29 "android.hardware.keymaster-cpp",
30 ],
31 test_suites: [
32 "general-tests",
Dan Shiba894f82020-03-26 00:06:39 -070033 "vts",
David Zeuthen81603152020-02-11 22:04:24 -050034 ],
35}