commit | d99827351564b8a6ae06ac38c1c1f613ec5fdda7 | [log] [tgz] |
---|---|---|
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | Mon Apr 09 16:15:34 2018 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Thu Apr 19 16:56:27 2018 +0200 |
tree | a7e5dad48a6107e700528293ca8d8320be6aa00a | |
parent | 5beb50f84853ff22b8eeeb8aa388ee1dbbd257ba [diff] |
LICENSE: Add the standard optee-os LICENSE text There's no license specified but, bitbake requires this input so reuse the same LICENSE from the optee-os repo here. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@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.