commit | fdee74d76f7ccb408b07424a4a7d8e285187dd93 | [log] [tgz] |
---|---|---|
author | Victor Chong <victor.chong@linaro.org> | Tue Jul 10 07:52:24 2018 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue Aug 07 11:33:35 2018 +0200 |
tree | c7ac4595e50dca740886bebfcff1c86ca16ccce4 | |
parent | c3c4c89462e2517e007bd49718d144a4afbc0e11 [diff] |
main.c: avoid unused parameter warning or error Signed-off-by: Victor Chong <victor.chong@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@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.