commit | 68911eec66b7d9b7e6de61ec7e3e8d3d4ff245ed | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Thu Jun 20 21:09:06 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jun 20 21:09:06 2024 +0000 |
tree | d01b16ae7f3b3cfd1d95a9d20c87ea3d63ecf261 | |
parent | cb275e588831d3a81322fdbcc08d894a6e68d94b [diff] | |
parent | 576f94ac763efff65727bfda9d2c835086bd7dea [diff] |
[automerger skipped] Merge 24Q3 (ab/11976889) to aosp-main-future am: 576f94ac76 -s ours am skip reason: Merged-In I3ed83b9356f05307eb051b97c1327ad1974e8578 with SHA-1 042b9f88c4 is already in history Original change: https://googleplex-android-review.googlesource.com/c/trusty/app/confirmationui/+/27908702 Change-Id: Iffb8973b65fee98fcf50c23f52b8101034ad1e6d Signed-off-by: Automerger Merge Worker <[email protected]>
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.