commit | 552c9d08acfaa13afe5699bbbc26f06b0cacb7ef | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Wed Aug 29 15:54:04 2018 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Wed Aug 29 18:30:20 2018 +0200 |
tree | b1f5624b2309c23028e0fda657fe2cd87f54f421 | |
parent | 80344571a86de1ecb76abc32a032ce9374d35f3d [diff] |
secure_storage: Add CMakeLists.txt This will make the host binary end up in the Buildroot filesystem. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@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.