[roll] Roll fuchsia [fuchsia.io] Mark fuchsia.io protocols @discoverable

Mark all fuchsia.io protocols as `@discoverable` so we can use
auto-generated protocol constants for fuchsia.unknown. This has the
benefit of also using the correct protocol identifier when printing
human-readable errors, which now show `fuchsia.io.Node` instead of
`(anonymous) Node`.

Replace hard-coded protocol constants in zxio with the discoverable
ones. Prepare CTF tests to handle the transition by supporting the new
discoverable names as well as the legacy constants.

Original-Bug: 42056856
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1091593
Original-Revision: 6ea698ee43c6bae7d7083c15592ce1bd47ddddf9
GitOrigin-RevId: 311d30f17093a31a8da2ad730c42117c7b247cd2
Change-Id: I9c7593ef8a0df1c129c6dbae0ed567e90793110f
1 file changed
tree: fad1e7ac5dec4169f8975bd8c8b5c04042b2a541
  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 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.