commit | db08da1046c43ddba21e73eb0050d7d2caaab5fc | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Tue Jan 29 09:07:25 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue Jan 29 09:19:33 2019 +0100 |
tree | 0381c55e476f4c836354473f555f025cf337b770 | |
parent | a5342e6a75cdfe1a376c94f1c6c148af1ca350c5 [diff] |
cmake: prefix host tools file names with optee_example_ Sync the CMake build with the GNU make and the Android make process. All client applications generated by this package are prefixed with optee_example_. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@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
Directory acipher/:
optee_example_acipher
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.