commit | 57ba9c41b87b0ded1efd0dd1bf0ec04a4d22b405 | [log] [tgz] |
---|---|---|
author | Nikolina Ilic <nikolinailic@google.com> | Tue Oct 01 09:50:48 2024 +0000 |
committer | Nikolina Ilic <nikolinailic@google.com> | Wed Oct 02 12:57:00 2024 +0000 |
tree | 304427087b982a2117549d7d1a6977341d6a4d2c | |
parent | e19bac378401a534b94478a8c66d01242784fd91 [diff] |
pvmfw/avb: Add Capability::UefiSupport Add support for a new VM capability flag in the VBMeta property "com.android.virt.cap" representing guest kernel support for the UEFI boot process. Add unit tests to test the new capability. Test: atest libpvmfw_avb.integration_test Change-Id: I4c364909a743d860b9cb68fbda78a4860c136417
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: