commit | 5beb50f84853ff22b8eeeb8aa388ee1dbbd257ba | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Jan 17 20:23:18 2018 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Thu Feb 08 13:47:13 2018 +0100 |
tree | df254f382ed48e02963e80a565396fad9bc30225 | |
parent | e80f7b81c4688a9d656a5ca39b0335f600be5807 [diff] |
cmake support for host applications only (not TAs) This introduces support for building the host part (what's running in linux user space) of optee_examples using CMake. TAs are as before built using TA dev kit. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-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
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.