[roll] Roll fuchsia [fake-display] Switch to library-based Banjo adapter.

This CL deletes the custom Banjo display engine implementation in the
fake display "driver", and switches to the API in the
lib/api-protocols/cpp library.

The library-based adapter uses the types in the lib/api-types/cpp
library, which do input validation on construction. Adopting these types
brings the validations to all tests that use fake-display.

Furthermore, this work gets the driver's code closer to
virtio-gpu-display, in the hope of making future API migrations easier.

Original-Bug: 388885807
Original-Bug: 42080631
Test: fx test //src/graphics/display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1192900
Original-Revision: 106b5cf862e3e3610eabb55f56f6e9dc3eefa82c
GitOrigin-RevId: 130b35433205edbb5d25ca0f1354c3219ae4d5f2
Change-Id: I448fdc4efcb2d629084023f0254f8dffd7cb5952
1 file changed
tree: 0893916cbfa96abe20b4a646ef47bf4dd6522041
  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 in one of the communication channels documented at get involved.

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.