[roll] Roll fuchsia [driver_manager] Migrate off of manual FIDL calls

These manual calls existed due to lack of support in the C bindings for
asynchronous replies, and the C bindings being all that was allowed to
be used in the zircon build system at the time. This change migrates all
usages off of the C bindings to llcpp.

There was an attempt to partially migrate these calls to hlcpp bindings
at some point, and those were also made into llcpp. In addition, all
logic was inlined into the caller, and fidl.cc/fidl.h were removed.

Tests for this code was necessarily also refactored and cleaned up to
deal with the need for typed channels.

Tested: fx test driver-manager-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/553088
Original-Revision: 3891a6946b409342c41bdb4ed74b9110a6c38986
GitOrigin-RevId: b32a29393ce25f2514c21c914c14a78a710e5528
Change-Id: If1178ec2f87ab49a09dc32b48a6406b363b95ece
1 file changed
tree: aeb4ca032f90af051ff138075a3ad94c281eff52
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.