blob: 5b075c6e6714eb60c24d7e1e195218201a82425c [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",
Selene Huang92b61d62020-03-04 02:24:16 -080013 ],
David Zeuthen81603152020-02-11 22:04:24 -050014 shared_libs: [
Selene Huangcab019a2020-03-11 04:37:48 -070015 "android.hardware.keymaster@4.0",
David Zeuthen81603152020-02-11 22:04:24 -050016 "libbinder",
David Zeuthen27cb4eb2020-03-02 10:24:23 -050017 "libcrypto",
Selene Huangcab019a2020-03-11 04:37:48 -070018 "libkeymaster_portable",
19 "libsoft_attestation_cert",
20 "libpuresoftkeymasterdevice",
David Zeuthen81603152020-02-11 22:04:24 -050021 ],
22 static_libs: [
David Zeuthen27cb4eb2020-03-02 10:24:23 -050023 "libcppbor",
24 "android.hardware.identity-support-lib",
David Zeuthen81603152020-02-11 22:04:24 -050025 "android.hardware.identity-cpp",
26 "android.hardware.keymaster-cpp",
27 ],
28 test_suites: [
29 "general-tests",
Dan Shiba894f82020-03-26 00:06:39 -070030 "vts",
David Zeuthen81603152020-02-11 22:04:24 -050031 ],
32}