[roll] Roll fuchsia [usb] Create usb-phy fidl metadata

Create the fuchsia.hardware.usb.phy.Metadata FIDL type. Replace the
usage of the `UsbPhyMode` and `PhyType` C++ types defined in the
//src/devices/lib/amlogic library with this new FIDL type.

Currently this metadata is sent between drivers using the driver compat
server. The compat server is planned on being removed. Now that the
metadata is defined in FIDL, a future CL can update these drivers to
send the metadata using the //sdk/lib/driver/metadata/cpp library.

Original-Bug: 408003904
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243264
Original-Revision: a7f1f02fa30e6e8bdf461c978272c2fa45f4cf20
GitOrigin-RevId: d1c44d8a8bd72627d519f79285741fa316f20a2b
Change-Id: Idba001612c471c58c0dfb0a341934e5b8b9f9fda
1 file changed
tree: 2ff02a42e6f9e7a8b153c8169158e6be5ffdce5a
  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.