trusty:confirmationui: Mark object as being BTI compatible on aarch64.

This file contains no code, so is compatible by default but needs to be
marked as such for the linker.

Bug: 260397427
Test: build.py (all targets)
Test: boot to Android home
Change-Id: I7af368c0ccd873aee02dd6baca3caff941ae1e71
1 file changed
tree: 712a114eb4f555eae256927cf1003909d3fcaf60
  1. examples/
  2. include/
  3. src/
  4. .clang-format
  5. LICENSE
  6. manifest.json
  7. MODULE_LICENSE_APACHE2
  8. PREUPLOAD.cfg
  9. README.md
  10. rules.mk
README.md

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.