[roll] Roll fuchsia [driver_loader] FIDL for loading driver host w/ dynamic linking.

This defines the fuchsia_driver_loader::Loader FIDL protocol which
will wrap around the existing driver_loader::Loader::Start
function. This also implements the loader changes, but the
callers will be migrated in another CL.

The driver manager will call this protocol to load a driver host
into a new process.

After loading the driver host, the driver manager will be able
to use the fuchsia_driver_loader::DriverHost protocol to load
new drivers into the driver host.

Original-Bug: 341997294

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1110352
Original-Revision: e08988017326750ff6f6b89cb06c8cb583b12751
GitOrigin-RevId: b99291e503ff2d3a887c6a2362c137348214158e
Change-Id: Ie2fbf3456d3dce11c365771b757b7a1306afe61f
1 file changed
tree: f064868f71142a911834786b13d7901cc08db118
  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 in one of the communication channels documented at get involved.

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.