Bug: 145836245

Clone this repo:
  1. 32fd4a3 trusty: allow disabling of confirmation UI am: 034998f474 by Mike McTernan · 10 weeks ago main master
  2. 9266fc5 trusty: confui: Add option to use handle prot library am: c7d8c1cc22 by Mike McTernan · 10 weeks ago
  3. 4d594ac trusty: tui: assume device params apply rotation to dimensions am: 86ad857973 by Mike McTernan · 10 weeks ago
  4. 034998f trusty: allow disabling of confirmation UI by Mike McTernan · 4 months ago main-16k simpleperf-release
  5. c7d8c1c trusty: confui: Add option to use handle prot library by Mike McTernan · 10 months ago

ConfirmationUI Trusted App

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.

Dependencies

  • Android platform/system/teeui
  • libcxx
  • freetype

Additional integration work

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);

Layouts

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.