commit | ce41176277c7dbcb33960aeece75cde8d1c6a22e | [log] [tgz] |
---|---|---|
author | Victor Chong <victor.chong@linaro.org> | Fri Jun 22 12:33:16 2018 +0900 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue Aug 07 11:33:28 2018 +0200 |
tree | bd4a96b592a3b6b8e54922c3c7e9a037a2a5be37 | |
parent | ae02c09a584054e055d9b3225856661c5f9dfc39 [diff] |
hotp: Android.mk: fix module name Signed-off-by: Victor Chong <victor.chong@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
Directory secure_storage/:
optee_example_secure_storage
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.