[roll] Roll fuchsia [graphics][drivers] Add a TestService

Update the test drivers to expose a unique service that gives
access to the test protocols. This means that we can be honest
in the CML and FIDL type system about what capabilities the
drivers are exposing, and we can remove the templated FIDL
protocol serving from the drivers.

This is a soft transition as OOT drivers will need to be updated
before the old functions can be fully deleted.

Original-Bug: b/410611164

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1252545
Original-Revision: 7b242bfb9398c18ac9b15c558fa5880dd6fdee32
GitOrigin-RevId: 42c790f68c114491baa113402f5bd7acce1154ea
Change-Id: I77225a000c04c7a06b22dbf034f6ae4b81454ecf
1 file changed
tree: 741600ad13cc13ea03c12a4e8e2f92a999242a60
  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.