[roll] Roll fuchsia [metadata] Remove fdf::ObjectDetail references

Remove references to the `fdf::ObjectDetails` class. This was
needed in order to use the //sdk/lib/driver/metadata/cpp library but it
is no longer needed.

Use the serialization name of a FIDL metadata type instead of the
manually defined `METADATA_TYPE_NAME` FIDL variable in order to identify
platform device metadata. They both have the same value but the former
is automatically generated for FIDL types annotated with
`@serializable`.

Original-Bug: 383772662
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172294
Original-Revision: ab6df864082aad01e43a3414777d9c1437b1fdfd
GitOrigin-RevId: 52cbc16fc6447696618788626b24b2cb9e92ac87
Change-Id: I27e9822d430047abb8f2eb4abc1aa5dea860380a
1 file changed
tree: 724f6fa0ac2aa30ff2c7b8cde72cb88544d63daa
  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.