commit | d659c7c1818ea4e41c70de0ff39939e8da8a532c | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Fri Feb 19 14:51:51 2021 -0700 |
committer | Shawn Willden <swillden@google.com> | Mon Mar 01 09:29:39 2021 -0700 |
tree | 7c772fcca97cc467af456a256848928aa6df42c8 | |
parent | d8541611d7b245a8d82ce7529510b4091aa90a36 [diff] [blame] |
Add performOperation stub. Test: VtsAidlKeyMintTargetTest Change-Id: I3689fd2993941343c6b9ba503fbe56153742fb3e
diff --git a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h index e79fe80..0aef81b 100644 --- a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h +++ b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h
@@ -261,7 +261,7 @@ ErrorCode UseRsaKey(const vector<uint8_t>& rsaKeyBlob); ErrorCode UseEcdsaKey(const vector<uint8_t>& ecdsaKeyBlob); - private: + protected: std::shared_ptr<IKeyMintDevice> keymint_; uint32_t os_version_; uint32_t os_patch_level_;