commit | 8292bc9292e21b88cd6df77a3dc0969b349a4264 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Thu Jun 02 14:04:33 2022 -0600 |
committer | Shawn Willden <swillden@google.com> | Mon Jun 06 17:13:01 2022 +0000 |
tree | 03566cf932c8d8f9afb0aa07432bec468ac3612c | |
parent | e8919888ad3ece2d0587272487f231fc6450ad1e [diff] [blame] |
Implement KeyMint2 test for VSR13 Test: VtsAidlKeyMintTargetTest & VtsHalKeymasterV4_0TargetTest Bug: 235099905 Ignore-AOSP-First: Cherry pick from aosp/2115214 Change-Id: Ie10b705bb06990a2a2c6223fcce28f5fde6bf3f3 Merged-In: Ie10b705bb06990a2a2c6223fcce28f5fde6bf3f3
diff --git a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h index 2634ab7..abbfb39 100644 --- a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h +++ b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h
@@ -354,6 +354,9 @@ } } +// Return the VSR API level for this device. +int get_vsr_api_level(); + // Indicate whether the test is running on a GSI image. bool is_gsi_image();