commit | 28cbcf174de0fd43a8ed0784473a601d5a54cfda | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Dec 01 07:58:28 2022 +0000 |
committer | Alice Wang <aliceywang@google.com> | Fri Dec 02 08:20:26 2022 +0000 |
tree | 98e8e8c5fa1e7e1152cf796ee46553ed01edc244 | |
parent | 2775fe2d1560bdba935f8a21412322303e7e8a5f [diff] |
[avb] Define rust API for image verification and connect pvmfw This CL - defines the image verification rust API using avb_bindgen. - defines the return error enum for the API. - invokes the API from pvmfw. - adds e2e test for the pvmfw run without error scenario. Bug: 256148034 Test: atest MicrodroidHostTests Change-Id: I272e9b8031e34137dca761b66ffabab264f055dd
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.