[roll] Roll fuchsia [fidl][rust] Fix missing/misnamed zircon object types

This CL fixes a few problems with copies of ZX_OBJ_TYPE:

* Rename kLog to kDebugLog in fidlc. Everything else was renamed in this
  way in Iafbf851d81429e0351dc70a558337010b187db9a.

* Rename HandleSubtypeTime to HandleSubtypeTimer (note the "r") in
  fidlgen. This was probably just a typo.

* Add a stub for PCI_DEVICE in Rust.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/821132
Original-Revision: 55296534bdf7a0bd1b5f7df8e1e27a649842595a
GitOrigin-RevId: 2a83726f90bdcbc7e17cc29b598371f425b95118
Change-Id: Ie9283437d4f7f589ac4c21c4936942105279ec85
1 file changed
tree: 2456a3ca2ad95841c133bebbe56483dcb1eba7a7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.