commit | e80f7b81c4688a9d656a5ca39b0335f600be5807 | [log] [tgz] |
---|---|---|
author | Firas Zaidan <firas@zaidan.de> | Sat Nov 25 15:44:23 2017 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Wed Jan 17 22:47:20 2018 +0100 |
tree | 46573380e17fec1a5a9c00cece09b62774970e3e | |
parent | 3d544c09b33aff628c0209aa8a6568abd5fb2f7c [diff] |
Add command to determine EXAMPLE_LIST Signed-off-by: Firas Zaidan <firas@zaidan.de> Acked-by: Jerome Forissier <jerome.forissier@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.