commit | dcf7fbec2ba3ab42ea6f6709ff557a483bb4722a | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <[email protected]> | Wed Mar 04 13:27:41 2020 -0800 |
committer | Janis Danisevskis <[email protected]> | Tue Apr 28 16:01:26 2020 -0700 |
tree | f6e041c6ae46284f412c59ad122f565ae26cc6f8 | |
parent | 8507885ad87de882c77c3536d2f61512281400c1 [diff] |
Integrate changes in system/teeui Also removed spurious lines in license headers. Bug: 153502904 Change-Id: I35e065a2193d0ceb8482eca78e7b03f5308a381c
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.