tree: a3ba438c1ab190e284245c745e8362eae4e12cd5 [path history] [tgz]
  1. include/
  2. src/
  3. tests/
  4. bindgen.sh
  5. BUILD.gn
  6. libtee_internal.ifs
  7. README.md
src/tee/tee_internal_api/README.md

TEE Internal Core API

include/ contains the header files for the TEE Internal Core API v1.2.1.

  • src/ contains the implementation of the API. It is currently a shared library, although it might not stay that way.

  • src/binding.rs is the generated Rust definitions based on the header files. It is manually updated by running bindgen.sh and checking in the results.