tree: 8793c7858bd4f2ad7ef7d05f5defe08c7f06c854 [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

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.