commit | cb275e588831d3a81322fdbcc08d894a6e68d94b | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Apr 29 22:16:20 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 29 22:16:20 2024 +0000 |
tree | d01b16ae7f3b3cfd1d95a9d20c87ea3d63ecf261 | |
parent | 042b9f88c46a02103d54929597c1dae51cb79165 [diff] | |
parent | 775951241f4d159f7dc0d51764127657aae2d35b [diff] |
[automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: 775951241f -s ours am skip reason: Merged-In I45449c4abaea7f262ade2e7e064648c09617d344 with SHA-1 32fd4a3c82 is already in history Original change: https://googleplex-android-review.googlesource.com/c/trusty/app/confirmationui/+/27144877 Change-Id: Icb28aa3ed4e7b894e1723394ad0af3895fbbeb35 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.