commit | 1f0135be8d5d163daa933042c81bd297dffef54a | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Wed Jan 31 14:59:47 2024 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Wed Jan 31 13:30:29 2024 +0000 |
tree | 056c3ab7e2e8b74580704587decd92bc951989e4 | |
parent | 9a821327484cbdf193e7e21b4e0219b0effb0c14 [diff] |
Use /proc/device-tree for reading AVF DT Although /proc/device-tree is symlink to /sys/firmware/devicetree/base, /proc/device-tree is the stable API but the absolute path may be changed in the future. Bug: 322465386 Test: atest CustomPvmfwHostTestCases Change-Id: I0d55918b6ec4563135c596649ccfd4bd84284963
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: