[roll] Roll fuchsia [display][coordinator] Inject EngineDriverClient on Controller
construction.

Previously, the EngineDriverClient instance in Controller was created
at Bind() time. EngineDriverClient had to be stateful (is_bound()).

This change replaces the bind-time initialization of EngineDriverClient
with a factory function so that it can be injected at Controller
construction. This completely removes the dependency on zx_device_t
from Controller.

Test: no-op expected.
Test: core.vim3 booted and "display-tool squares" worked.
Original-Bug: 322365329
Original-Bug: 338002075

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1040313
Original-Revision: bb088aaf47af4af5d86f1bc141e222c04ad801a0
GitOrigin-RevId: 618f04187c725778df1cc1b53809b4d12bf342f1
Change-Id: I024455ee1f1a85d129508493f819298e14098d55
1 file changed
tree: 348ac70fbe1a93438e2fe0c3879903ab8f612ed6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.