commit | 5f9181e9d8720ba5e6275b1b431b7bf4701873d4 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Tue Nov 21 15:24:40 2017 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Wed Nov 22 16:27:50 2017 +0100 |
tree | 7b7e14e0adfa7cc5df4a5140e6c0f6fe25b14deb | |
parent | 730a0da73512b7ab68d9f162c795fcbbc651d60b [diff] |
hotp: Add Android makefiles Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-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.