commit | 79b911bd38c18eb80b7f8c27a140860a59d242ad | [log] [tgz] |
---|---|---|
author | Jerry Wang <ze-yu.wang@mediatek.com> | Thu May 02 11:24:12 2024 +0800 |
committer | 王澤宇 <ze-yu.wang@mediatek.com> | Fri May 10 08:14:48 2024 +0000 |
tree | 0203f82f4e501ea9a43ba109fd2c6d40abcdba71 | |
parent | 8f7db050c041ae4851df9d93d96b1b892c5ad9a7 [diff] |
Microdroid Demo App supports non-protected and protected vm [Description] The Microdroid demonstration application has been enhanced to support both non-protected and protected virtual machines (VMs). The default behavior is to launch a non-protected VM instance. Users now have the option to start a protected VM by selecting a newly implemented checkbox within the application's user interface. Since some chipsets are limited to supporting only non-protected VMs. This compatibility consideration is essential for the application's deployment across diverse hardware configurations. Signed-off-by: Kevenny Hsieh <kevenny.hsieh@mediatek.com> Signed-off-by: Jerry Wang <ze-yu.wang@mediatek.com> Bug: 339324975 Test: microdroid demo app Change-Id: I8307303ca2ab236f1acd5edf4703ab64b0649b87
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: