[roll] Roll fuchsia [fake-display][composite] Use fragment names to retrieve fragements

Also did some of the following cleanups:
* Use ddk::PDev rather than C style banjo.
* Use C++ banjo rather than C style banjo for other protocols.
* Pass around either ddk::PDev or ddk::CompositeProtocolClient rather
than a zx_device_t in initialization paths.
* Use std::optional rather than std::unique_ptr for wrapper around
unitialize ddk:MmioBuffer.

These changes reduce boilerplate considerably.

Original-Bug: 53535
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/455056
Original-Revision: 56fe7d252b83d15bfd9ce82949bfe403862181d7
GitOrigin-RevId: d69d77ffd85456912babbf7ce1fe527a4ace537a
Change-Id: Ia2b925f3da630df705b59bfe5e3fe6dad7224ea3
1 file changed
tree: 4ed116e41d5c46022c447d8bba7761f31e03c8ca
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.