commit | 8507885ad87de882c77c3536d2f61512281400c1 | [log] [tgz] |
---|---|---|
author | Rajesh Nyamagoud <[email protected]> | Tue Mar 10 17:09:01 2020 -0700 |
committer | Nick Bray <[email protected]> | Wed Apr 22 00:31:27 2020 +0000 |
tree | a25ccc9c93365ed3c5ff0bf0b66b483b77f45f7f | |
parent | d526a11ec68ca84379557d681340d748ae589cac [diff] |
Switch from manifest.c to manifest.json config Bug: 130560272 Change-Id: I786be26b23311ff1665e02255472f690cdff474f
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.