commit | 7b417352a8a17308c3241aa5797849fe78d36609 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Sep 07 21:26:19 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Sep 07 21:26:19 2024 +0000 |
tree | 979e1da2bbd16c6c42ce476796954c5481c452ab | |
parent | 598233dc33943d5b5ab9b5535d44929a9160f0f2 [diff] | |
parent | 5485562b41467f761147db299aa7625c9993ae99 [diff] |
Snap for 12337246 from 5485562b41467f761147db299aa7625c9993ae99 to 24Q4-release Change-Id: I85108a2c9253befae1ac574c8afc35a051bb0866
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.