commit | d4dd801618e00979492b06af03f419aaca3ea783 | [log] [tgz] |
---|---|---|
author | Nick Eaton <nickeaton@fuchsia.infra.roller.google.com> | Wed Jul 17 18:16:20 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 17 11:19:19 2024 -0700 |
tree | d9a58a65db5ca0fded1f251da80d807d82c40c03 | |
parent | 97d04b170eca2b8ec9a8c24f45431b294c811a82 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.