[roll] Roll fuchsia [fidlgen][llcpp] Move protocol name out of the marker

This adds a function fidl::DiscoverableProtocolName<Protocol> that
returns the name to use and removes Protocol::Name. It also adds a
constexpr function fidl::DiscoverableProtocolDefaultPath<Protocol> that
returns the path under "/svc/" that the given protocol will be exposed
by default.

Original-Bug: 74067

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/511171
Original-Revision: 454fa3845a45e2da4dc8aaffbdab6e5c4fb3a252
GitOrigin-RevId: ab58e4cf392466d460b18803d021c0bf2c8e5699
Change-Id: Ie2a1f7272e693f2a82ee8b97d6703181633dc671
1 file changed
tree: bedd0da42567ea8b3e935b7aa0d1aabf12ccde85
  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.