commit | 9ae6b80885f30737fd6db767e6183fcbe604d4dc | [log] [tgz] |
---|---|---|
author | Mike McTernan <[email protected]> | Fri Feb 16 04:51:06 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Feb 16 04:51:06 2024 +0000 |
tree | 482cdc2682cbb8ea1182b7f73c062b855a94b290 | |
parent | 0f3d6f36fe990197c04e183aa6242691d7b02d56 [diff] | |
parent | 4d594ac72d9d2a2bec0f6990a9179d1e7548ebf8 [diff] |
trusty: tui: assume device params apply rotation to dimensions am: 86ad857973 am: 4d594ac72d Original change: https://android-review.googlesource.com/c/trusty/app/confirmationui/+/2646621 Change-Id: Iffca0f1d3068ccb3d01614f9f3946a247fcebab2 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.