commit | 1caf645d6d244e43c34a92f8d1cc1159c2cc7c38 | [log] [tgz] |
---|---|---|
author | Inseob Kim <[email protected]> | Thu Oct 17 02:43:19 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Oct 17 02:43:19 2024 +0000 |
tree | f5537fb5bca084943e7ff8853ad7cd64ea1d143b | |
parent | 5485562b41467f761147db299aa7625c9993ae99 [diff] | |
parent | 21157a4bac31228b019b83f21a6c722a48c63f92 [diff] |
Add dirgroup for trusty genrule am: 21157a4bac Original change: https://android-review.googlesource.com/c/trusty/app/confirmationui/+/3304636 Change-Id: Idec224dfec25b5ad7c306f65a32c06d0e8abbae5 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.