[roll] Roll fuchsia [wlan][realm-factory] Capability::protocol_by_name -> Capability::protocol

The `Capability::protocol_by_name` function seems to succeed even when
the named protocol does not exist. This led to the loss of tracing in
hw-sim tests because the fuchsia.tracing.controller.Controller
capability had been renamed to fuchsia.tracing.controller.Provisioner.

This change replaces all usage of `Capability::protocol_by_name` with
`Capability::protocol` except when the protocol does not exist. The
latter requires a FIDL marker type as a generic and therefore will not
compile if the marker does not exist.

Original-Bug: 450607525
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1411634
Original-Revision: 6e538c483cee2e40692a5c09c459e8954a884bd0
GitOrigin-RevId: d8a8e226db7446808a6e71acafb8ed737bcc4372
Change-Id: Iecaf4c9b17cabcfaac29ae4aec568c54b291a905
1 file changed
tree: 7d54fbbf6f24402b70285447de885b2810a8e927
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.