commit | ac23680911ba26ea28aa08e1c7ef6053c3d900a7 | [log] [tgz] |
---|---|---|
author | Stephen Crane <[email protected]> | Tue Dec 01 16:40:40 2020 -0800 |
committer | Stephen Crane <[email protected]> | Thu Aug 12 15:30:24 2021 -0700 |
tree | bb1ee3a742ac8c2c882adca6172c8cd8559b039e | |
parent | e4b9987cd7e599f92fb2b79742d36b70a3403ac7 [diff] |
Update references to trusty-specific libc headers Trusty-specific libc headers have moved to trusty/*. Updates references to these headers with the new path. Test: build.py qemu-generic-arm64-test-debug Bug: 169448829 Change-Id: If48796472bd48bda7e61f951fd9ec0989dcafc8a
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.