tee-supplicant: update udev & systemd install code

- Allow optionally using pkg-config to discover install location of
  systemd service and udev rule files
- Make systemd service file generation and installation optional.
- Make udev rule file generation and installation optional.

Changes are backwards compatible and the default operation is unchanged.

Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com>
Signed-off-by: Frazer Carsley <frazer.carsley@arm.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Mikko Rapeli <mikko.rapeli@linaro.org>
1 file changed
tree: fce23e0e2c39f82fa67cd1010a93564254af565e
  1. .devcontainer/
  2. .github/
  3. .vscode/
  4. ci/
  5. libckteec/
  6. libseteec/
  7. libteeacl/
  8. libteec/
  9. scripts/
  10. tee-supplicant/
  11. .gitattributes
  12. .gitignore
  13. Android.bp
  14. CMakeLists.txt
  15. CMakeToolchain.txt
  16. config.mk
  17. flags.mk
  18. LICENSE
  19. Makefile
  20. optee_client.device.mk
  21. README.md
  22. 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