commit | 5c342e7943bbcde00e91de26366ff7ffa0ed7106 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Tue Nov 07 23:29:28 2017 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Fri Nov 10 09:46:13 2017 +0100 |
tree | b7daf7a5c19cac963dc48948f2439a2feacc4124 | |
parent | 11388fa6d85c32ff00cdad69dd53dd36843f1c28 [diff] |
docs: basics for TA development Signed-off-by: Etienne Carriere <etienne.carriere@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
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.