examples: add initial examples for RFC

Add hello_world and random(generate UUID) examples

Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
24 files changed
tree: be73f062ba5a7fb888db896e71e5c6f7172fc3b0
  1. hello_world/
  2. random/
  3. .gitignore
  4. Android.mk
  5. Makefile
  6. README.md
README.md

OP-TEE Sample Applications

Contents

  1. Introduction
  2. List of sample applications

1. Introduction

This document describes the sample applications that are included in the OP-TEE, that aim to showcase specific functionality and use case.


2. List of sample applications

  • hello_world: use Trusted Application for incrementing an integer value
  • random: generate random UUID using capabilities of TEE API (TEE_GenerateRandom())