commit | 53893aa12c714d12422f7d7a94f32ccf214fff86 | [log] [tgz] |
---|---|---|
author | Markus Wamser <github-dev@mail2013.wamser.eu> | Tue Sep 18 14:52:26 2018 +0200 |
committer | Igor Opaniuk <igor.opaniuk@linaro.org> | Wed Dec 12 20:30:54 2018 +0200 |
tree | d161c52e34995612ba61eac1c15a4ae12ca94be7 | |
parent | 10fc1b90db1f75ae8ff59d8596669eb3688cedad [diff] |
various typo fixes in TA_basics.md Signed-off-by: Markus Wamser <github-dev@mail2013.wamser.eu> 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
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.