commit | c3c4c89462e2517e007bd49718d144a4afbc0e11 | [log] [tgz] |
---|---|---|
author | Victor Chong <victor.chong@linaro.org> | Fri Jun 22 14:44:13 2018 +0900 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue Aug 07 11:33:28 2018 +0200 |
tree | af20f22ce8798e5fe681a279090ca7eb53f3e620 | |
parent | ce41176277c7dbcb33960aeece75cde8d1c6a22e [diff] |
Android.mk: make xtest installed in the vendor partition so that we could make this work with Treble enabled builds too Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
This document describes the sample applications that are included in the OP-TEE, that aim to showcase specific functionality and use case.
For sake of simplicity, all OP-TEE example test application are prefixed with optee_example_
.
Directory hello_world/:
optee_example_hello_world
Directory random/:
TEE_GenerateRandom()
).optee_example_random
Directory aes/:
optee_example_aes
Directory secure_storage/:
optee_example_secure_storage
TA basics documentation presents the basics for implementing and building an OP-TEE trusted application.
One can also refer to the examples provided: source files and make scripts.