commit | de3b77327189cc17efb7a1e64c789dc2368d6d86 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Apr 04 23:25:41 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Apr 04 23:25:41 2024 +0000 |
tree | d01b16ae7f3b3cfd1d95a9d20c87ea3d63ecf261 | |
parent | a2f9f99b54a8c6067d119577d18ef3aea92a0627 [diff] | |
parent | 042b9f88c46a02103d54929597c1dae51cb79165 [diff] |
Snap for 11672362 from 042b9f88c46a02103d54929597c1dae51cb79165 to 24Q3-release Change-Id: If97220179748151599c5ba396c009771845ea9d6
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.