[roll] Roll fuchsia [fdf] Split out driver_host.fidl from fdf FIDL

The fdf FIDL is part of the SDK. The driver host FIDL is only used
internally and therefore not needed in the SDK. This change splits it
out into its own FIDL library and refactors all usages of it. The
DriverStartArgs gets separated out from driver_host.fidl and left in
fdf since it is used in the SDK.

Original-Bug: 97984
Tests: Existing unit and integration tests work. New tests are
not needed as there are no changes in behavior.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/681663
Original-Revision: 51808668c37dd0fd63b3eacbf1db4de05cb3f9f8
GitOrigin-RevId: ecf89c827c43e6efb74e5e4a01488705760acfcb
Change-Id: I2cdd7d80dcb87e61fddad7ac8046b78f74fb2b14
1 file changed
tree: d5f44e40a43ebadb72e6babf3cb9817c33027f43
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.