commit | b9edf536182b7869ff181824b6bc9e83bb870c09 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Feb 17 02:25:21 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Feb 17 02:25:21 2024 +0000 |
tree | 92efd6302246b34cbe81e2126a53a445693880d5 | |
parent | 0f3d6f36fe990197c04e183aa6242691d7b02d56 [diff] | |
parent | d018e69db936f34f0cb817dd8ae099bfcd11f10c [diff] |
Snap for 11463929 from d018e69db936f34f0cb817dd8ae099bfcd11f10c to 24D1-release Change-Id: If953a03967e888023c6be51b24231e878fb0f848
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.