blob: f1b1bcf5528e3a6c1f86ea04b3800f431c293f72 [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 ],
David Zeuthen49f2d252020-10-16 11:27:24 -04007 cflags: [
8 "-Wno-deprecated-declarations",
9 ],
Selene Huang92b61d62020-03-04 02:24:16 -080010 srcs: [
Selene Huang92b61d62020-03-04 02:24:16 -080011 "VtsIWritableIdentityCredentialTests.cpp",
David Zeuthen49f2d252020-10-16 11:27:24 -040012 "Util.cpp",
Selene Huangcab019a2020-03-11 04:37:48 -070013 "VtsAttestationTests.cpp",
David Zeuthenef739512020-06-03 13:24:52 -040014 "UserAuthTests.cpp",
15 "ReaderAuthTests.cpp",
David Zeuthen49f2d252020-10-16 11:27:24 -040016 "DeleteCredentialTests.cpp",
17 "ProveOwnershipTests.cpp",
18 "UpdateCredentialTests.cpp",
19 "EndToEndTests.cpp",
20 "TestCredentialTests.cpp",
21 "AuthenticationKeyTests.cpp",
Selene Huang92b61d62020-03-04 02:24:16 -080022 ],
David Zeuthen81603152020-02-11 22:04:24 -050023 shared_libs: [
24 "libbinder",
David Zeuthen27cb4eb2020-03-02 10:24:23 -050025 "libcrypto",
David Zeuthen81603152020-02-11 22:04:24 -050026 ],
27 static_libs: [
David Zeuthen27cb4eb2020-03-02 10:24:23 -050028 "libcppbor",
David Zeuthenbaa41d72020-06-12 14:50:21 -040029 "libkeymaster_portable",
David Zeuthenbaa41d72020-06-12 14:50:21 -040030 "libpuresoftkeymasterdevice",
David Zeuthen780f8c82020-06-18 09:44:51 -040031 "android.hardware.keymaster@4.0",
David Zeuthen27cb4eb2020-03-02 10:24:23 -050032 "android.hardware.identity-support-lib",
David Zeuthen49f2d252020-10-16 11:27:24 -040033 "android.hardware.identity-unstable-cpp",
34 "android.hardware.keymaster-unstable-cpp",
35 "android.hardware.keymaster-unstable-ndk_platform",
David Zeuthen34abaae2020-10-26 20:26:36 -040036 "libkeymaster4support",
37 "libkeymaster4_1support",
David Zeuthen81603152020-02-11 22:04:24 -050038 ],
39 test_suites: [
40 "general-tests",
Dan Shiba894f82020-03-26 00:06:39 -070041 "vts",
David Zeuthen81603152020-02-11 22:04:24 -050042 ],
43}