commit | 841abe201b8f554bc1b3f5be0b79075cad41736d | [log] [tgz] |
---|---|---|
author | Mike McTernan <[email protected]> | Mon Aug 26 10:12:01 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Aug 26 10:12:01 2024 +0000 |
tree | 979e1da2bbd16c6c42ce476796954c5481c452ab | |
parent | 68911eec66b7d9b7e6de61ec7e3e8d3d4ff245ed [diff] | |
parent | 00f0e3f2f74863fc4160e3ea75f5402411726d9e [diff] |
trusty: add return value test for munmap() calls am: 29464e917d am: 00f0e3f2f7 Original change: https://android-review.googlesource.com/c/trusty/app/confirmationui/+/3239335 Change-Id: I08ae6df48ad2194d24cd2895553202bfc1dc15b7 Signed-off-by: Automerger Merge Worker <[email protected]>
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.