[roll] Roll fuchsia [platform-bus] Serve metadata via FIDL

Serve metadata associated with a platform device over FIDL.

Normally, platform devices use `ddk::DdkAddMetadata()` to serve the
metadata. Once all drivers that bind to platform devices use the FIDL
protocol to retrieve metadata, `ddk::DdkAddMetadata()` will be removed
from platform devices.

Original-Bug: 341981272
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1052852
Original-Revision: cefa5da43f8ca99936a02f694d2e7766bb408dba
GitOrigin-RevId: 0045d9c0478353d403e53f07665d3d79197213a7
Change-Id: I534e7e3bf8d50c81e45913a8c8a1fcb6710384b6
1 file changed
tree: 2adcaf5e4a9177e966f846d09f7704689036f75d
  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 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.