| commit | 6f992c52a8dfa6b6413ec3b83f82a54cee4b3259 | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Tue Feb 13 11:31:33 2024 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Wed Mar 13 14:17:45 2024 +0100 |
| tree | 9f794def9f8ad82fa750db6a7c846f5c62e36e60 | |
| parent | cef6c7eca4945e51b1f854af1077b44d13c21c28 [diff] |
libteec: pkgconfig: rename libteec.pc as teec.pc Switch naming convention of the pkgconfig metadata file use the plain namespec without the lib prefix. While both forms are permitted, the man page of pkg-config[1] has more examples of metadata files without a lib prefix. Similarly the uuid metadata file that teeacl uses to link is named simply `uuid.pc`. Additionally the lib prefix does not provide extra information, and long lists of pkgconfig metadata files are easier to read with just the plain namespec. [1]: https://linux.die.net/man/1/pkg-config 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