commit | 653292647aff82b8d04efb005901ea21adecf94e | [log] [tgz] |
---|---|---|
author | ichihlu <[email protected]> | Thu Apr 01 13:24:02 2021 +0800 |
committer | I-Chih Lu <[email protected]> | Tue Apr 06 11:05:37 2021 +0000 |
tree | c74d4ccbda6bd27777da78318c32cb56bc01db39 | |
parent | 0429cc75080080e566f4e3576e07efc7b69d9b9d [diff] |
Update for new UX configuration Bug: 184618911 Test: TUI CTS/VTS pass Change-Id: Ia3bdbd912201497ed95fa863a4d129cb0d2a03fd
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.