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>
2 files changed
tree: 9f794def9f8ad82fa750db6a7c846f5c62e36e60
  1. .github/
  2. ci/
  3. libckteec/
  4. libseteec/
  5. libteeacl/
  6. libteec/
  7. scripts/
  8. tee-supplicant/
  9. .gitattributes
  10. .gitignore
  11. Android.bp
  12. CMakeLists.txt
  13. CMakeToolchain.txt
  14. config.mk
  15. flags.mk
  16. LICENSE
  17. Makefile
  18. optee_client.device.mk
  19. README.md
  20. typedefs.checkpatch
README.md

OP-TEE Client API

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