commit | d03998cac1d15a9d5be3e5d9b4c8b5bfac1564d2 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Aug 27 22:09:55 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Aug 27 22:09:55 2024 +0000 |
tree | fcabea9610a704449863997dc0d717896c70e987 | |
parent | dd900bd8cdaaa8fd48851cee0aeb07731c94a85d [diff] | |
parent | 29464e917d2dfca642cf6d6c50a1c5078e3ec87d [diff] |
Snap for 12284057 from 29464e917d2dfca642cf6d6c50a1c5078e3ec87d to simpleperf-release Change-Id: I007a2f6137f6891b974c32fa12e77e8eb18bf53b
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.