| commit | 3ac968ee7c927271e83ea3a4247839649202ab5e | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Thu Aug 10 15:37:40 2023 +0300 |
| committer | Jérôme Forissier <jerome@forissier.org> | Fri Oct 13 22:27:08 2023 +0200 |
| tree | 31f6da92f9be018661639a4f6220e72d805e4e1b | |
| parent | 2dd250b3785663c3a2a2c9349ad55d79bb443899 [diff] |
Makefile, cmake: move teec related headers The optee-client-headers interface library was added back in commit e0a12e2322ae02e957910f29948bd19455bf9cfa "cmake: Initial CMake support" , but to a directory named "public". Improve the consistency of the Cmake build by moving the headers under the associated libteec include directory. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
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_client.
// OP-TEE core maintainers