[roll] Roll fuchsia [display][fidl] Add "DisplayId" struct.

This adds DisplayId to the fuchsia.hardware.display FIDL API. DisplayId
is a strong-typed struct wrapping of DisplayIdValue (which is an alias
of uint64_t), and will replace all DisplayIdValue usages.

This also adds conversion methods ToDisplayId() and ToFidlDisplayId()
between FIDL DisplayId struct and api-types-cpp DisplayId structs to
api-types-cpp C++ library, and implements From and Default traits for
DisplayId types defined in display-utils rust library, as well as
corresponding tests for both libraries.

Test: api-types-cpp-tests
Test: display-utils-tests
Original-Bug: 128286
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/879132
Original-Revision: cf7e90584a0e844f073a6c3eb6c667f2f1839409
GitOrigin-RevId: 9dcbbc9da138e21e44f2adb78d9545056dff646c
Change-Id: Id248aa3350b80feb7e074fc556025cfe7d5737b5
1 file changed
tree: 8c29728a692d59a7bde98777117ad44c7fe2bea1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.