[roll] Roll fuchsia [driver2] Reimplement namespace class on top of component library

Rather than maintain bespoke re-implementations of the methods, we now
just forward the method implementations.

Additionally an `svc_dir` accessor was added to the namespace class to
allow users to make calls just as `component::ConnectAt` directly
themselves.

Namespace::Connect was split into Connect and Open methods to
differentiate opening fidl protocols from opening files. Flags were
removed from the protocol variant.

Lastly, driver::Connect was split into two methods, one for connecting
to fidl protocols, and another for opening files. Flags were removed
from the protocol variant.

Original-Fixed: 103308
Original-Fixed: 107170
Test: fx test src/devices/tests/v2
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/714815
Original-Revision: 273a490525e6b2ec07547a84799df939b53a6978
GitOrigin-RevId: c507a3ac3de0663bdc62c656c502ae3fd5060a15
Change-Id: I07406430d8f41caaa0667b26efa31a3c65d7dea8
1 file changed
tree: 852910f6d538159efefd81cef6cdaf854084d7b1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  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.