[roll] Roll fuchsia [ddk] Add ability to pass metadata via FIDL

Create ddk::MetadataServer class in the ddktl library which provides
drivers an easy way to serve metadata to their children.

Create ddk::GetMetadata() function in the ddktl library to be used by
child drivers in order to retrieve metadata offered by
ddk::MetadataServer instances.

Add //sdk/lib/svc to fshost's assembly input bundle. fshost now depends
on this library because fshost depends on the ddktl library which now
depends on //sdk/lib/component/outgoing/cpp which depends on
//sdk/lib/svc.

Original-Bug: 341981272
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1076092
Original-Revision: ff8662d2118026f7adcabd3038628a26e0157a1f
GitOrigin-RevId: e3d4f92a14d9d5ce4fe4c961f63e6160d4813a36
Change-Id: I549bdd4b4965e05fce18f8257004534c3df71355
1 file changed
tree: d9a58a65db5ca0fded1f251da80d807d82c40c03
  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.