tree: 13b8af1ce030ab693ddea0ec3b1e0463ef51f2b1 [path history] [tgz]
  1. biometrics_manager_proxy_base.cc
  2. biometrics_manager_proxy_base.h
  3. biometrics_manager_proxy_base_test.cc
  4. BUILD.gn
  5. mock_biometrics_manager_proxy_base.h
  6. README.md
biod/biod_proxy/README.md

biod_proxy: DBus proxy library for Biometrics Daemon

Warning: This document is old & has moved. Please update any links:
https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/biod/biod_proxy/README.md

Note that only boards with the biod USE flag build the biod package. However, other programs, e.g. cryptohome, may need to link against a dbus proxy for biod on all boards. Since the dbus proxy for working with biod needs to handle an “AuthSession”, a dbus proxy generated with platform.eclass's platform_install_dbus_client_lib function is not enough. The biod_proxy package (with its own ebuild) provides a library, so that all boards can include the proper proxy for working with biod, but only boards with biod USE flag will actually build and run biod.