[roll] Roll fuchsia [display][api-protocols] Add protocol for backlight device.

This CL adds the first FIDL adapter to this library (display engine
protocol adapters currently use Banjo). By doing so, it establishes the
some patterns for writing and testing FIDL adapters in this library.

The backlight device protocol does not require dynamic memory
management. So we continue to defer that topic to future work.

Original-Bug: 417998116
Test: fx test //src/graphics/display/lib/api-types
Test: fx test //src/graphics/display/lib/api-protocols
Multiply: display-api-types-cpp: 1
Multiply: display-api-types-cpp17: 1
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1277404
Original-Revision: 35d9524b50af402b8c4939313bbb5f301e5c6e9c
GitOrigin-RevId: 2c25a5baa249e01ce4b867e168f7b822a460325d
Change-Id: Idbb36f4883ec4036fb9a3dda9b9b71d2948061cb
1 file changed
tree: 58820dafd25a37a99a05a2ea656953a2e1b6d4d4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.