hotp: add missing TA_VERSION and TA_DESCRIPTION

Add missing TA_VERSION and TA_DESCRIPTION macros on HOTP example.

Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
1 file changed
tree: 046a26fab8df4d6d0a8378b2d62918acd6d3896b
  1. .github/
  2. acipher/
  3. aes/
  4. hello_world/
  5. hotp/
  6. plugins/
  7. random/
  8. secure_storage/
  9. .gitignore
  10. Android.mk
  11. CMakeLists.txt
  12. CMakeToolchain.txt
  13. LICENSE
  14. Makefile
  15. README.md
README.md

OP-TEE Sample Applications

This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_examples.

// OP-TEE core maintainers