commit | 00f0e3f2f74863fc4160e3ea75f5402411726d9e | [log] [tgz] |
---|---|---|
author | Mike McTernan <mikemcternan@google.com> | Mon Aug 26 09:45:57 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Aug 26 09:45:57 2024 +0000 |
tree | 979e1da2bbd16c6c42ce476796954c5481c452ab | |
parent | 576f94ac763efff65727bfda9d2c835086bd7dea [diff] | |
parent | 29464e917d2dfca642cf6d6c50a1c5078e3ec87d [diff] |
trusty: add return value test for munmap() calls am: 29464e917d Original change: https://android-review.googlesource.com/c/trusty/app/confirmationui/+/3239335 Change-Id: Idf8203802b3458f545c589c46d6cd175f4148f19 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This is an implementation of the ConfirmationUI trusted application for Trusty. It is meant as a reference implementation for OEMs who want to implement ConfirmationUI or “Android Protected Confirmation” and use Trusty as TEE OS.
You will need a touch controller driver or another trusted input method for the targeted platform.
Included in this package is a sample layout as used by Pixel3(+) phones. For phones that use button on the right side of the phone this layout can be adjusted by configuring the context parameters. E.g.: (see TrustyConfirmationUI.cpp) conv.setParam(1440_px); conv.setParam(2960_px); conv.setParam(34.146_mm); conv.setParam(44.146_mm); conv.setParam(54.146_mm); conv.setParam(64.146_mm);
A default example layout is provided in examples/layouts/. To override the layout with a vendor specific one, define CONFIRMATIONUI_LAYOUTS to point to the layouts library you want to link against.