[roll] Roll fuchsia [fdf][metadata] Use serializable name as metadata server name

Use `FidlType::kSerializableName` instead of
`ObjectDetails<FidlType>::Name` as the FIDL service name for metadata
servers. This will reduce boilerplate code as the former is generated
when FIDL types are annotated with `@serializable` while the latter has
to be manually defined.

Original-Bug: 383772662
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172553
Original-Revision: 74cdf8313a94ee1033ed368110c4cf7e8ac98981
GitOrigin-RevId: adab4c1441cc263e4b51ae5d661fdd2bc9bb9001
Change-Id: I380aeb07b8377e8a45537242b83fee78aa78ffb7
1 file changed
tree: 62c349cf7d71a6c1cd08984d675242d78383dc0a
  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 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.