Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-Jun-2023 | - | ||||
.git | A D | 01-Jan-1970 | 0 | |||
.github/workflows/ | 18-Mar-2022 | - | ||||
libckteec/ | 18-Mar-2022 | - | ||||
libseteec/ | 18-Mar-2022 | - | ||||
libteec/ | 18-Mar-2022 | - | ||||
public/ | 18-Mar-2022 | - | ||||
scripts/ | 18-Mar-2022 | - | ||||
tee-supplicant/ | 18-Mar-2022 | - | ||||
.gitattributes | A D | 18-Mar-2022 | 132 | 5 | 4 | |
.gitignore | A D | 18-Mar-2022 | 136 | 18 | 17 | |
.travis.yml | A D | 18-Mar-2022 | 1.8 KiB | 45 | 36 | |
Android.mk | A D | 18-Mar-2022 | 3.6 KiB | 108 | 61 | |
CMakeLists.txt | A D | 18-Mar-2022 | 1.3 KiB | 41 | 34 | |
CMakeToolchain.txt | A D | 18-Mar-2022 | 64 | 4 | 2 | |
LICENSE | A D | 18-Mar-2022 | 1.4 KiB | 28 | 22 | |
Makefile | A D | 18-Mar-2022 | 5.9 KiB | 150 | 95 | |
README.md | A D | 18-Mar-2022 | 437 | 11 | 7 | |
android_flags.mk | A D | 18-Mar-2022 | 932 | 28 | 21 | |
config.mk | A D | 18-Mar-2022 | 2.7 KiB | 77 | 13 | |
flags.mk | A D | 18-Mar-2022 | 1.1 KiB | 33 | 24 | |
typedefs.checkpatch | A D | 18-Mar-2022 | 1.3 KiB | 81 | 80 |
README.md
1# OP-TEE Client API 2This git contains source code for the non-secure side implementation of the 3OP-TEE project making up the client library and tee-supplicant. 4 5All official OP-TEE documentation has moved to http://optee.readthedocs.io. The 6information that used to be here in this git can be found under [optee_client]. 7 8// OP-TEE core maintainers 9 10[optee_client]: https://optee.readthedocs.io/en/latest/building/gits/optee_client.html 11