commit | 3ecf58f79d627453d7ee95ed4773ae380ab7ede7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sun Dec 15 00:16:49 2024 -0800 |
committer | Android Build Coastguard Worker <[email protected]> | Sun Dec 15 00:16:49 2024 -0800 |
tree | f5537fb5bca084943e7ff8853ad7cd64ea1d143b | |
parent | 045b3c563eb1604e14828b1fc82405111168ee77 [diff] | |
parent | 14bb7a9d97b36ebafea5a944f8870fdff55d742f [diff] |
Snap for 12787546 from 14bb7a9d97b36ebafea5a944f8870fdff55d742f to busytown-mac-infra-release Change-Id: Iafad8c750daa84b98711728f4934f26a41d61897
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.