commit | 9f7b9e33491171c1dfef73f40efe7080408e5ec5 | [log] [tgz] |
---|---|---|
author | Mike McTernan <mikemcternan@google.com> | Wed Mar 15 14:52:06 2023 +0000 |
committer | Mike McTernan <mikemcternan@google.com> | Mon Mar 20 12:11:51 2023 +0000 |
tree | ca99530047a1442145ac4ea88ccb78afd2dc3aaf | |
parent | 3fb3537d78397fb3c76c299208ce8c9e258b63a5 [diff] |
trusty:confirmationalui: Add port test to run teeui layout Bug: 271975483 Test: build.py --test "com.android.trusty.confirmationui.test" Change-Id: Iaa783c9820a7dfbedf71f88186f133f67ba187f4
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.