[roll] Roll fuchsia [fuchsia-async] Use ZX_OBJ_TYPE consts in emulated ObjectType

This CL changes the the fuchsia-async emulated code to define ObjectType
values in terms of fuchsia_zircon_types::ZX_OBJ_TYPE_* constants.
Previously these values were written as integer literals in
src/lib/fuchsia-async/src/handle/mod.rs, and they surprisingly did not
match up with the zircon constants after the first few entries (e.g.
SOCKET was 10 whereas in zircon/types.h it is 14).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/821133
Original-Revision: 5dec23a9ef69c8bb5d65eb45114c71fe9178deef
GitOrigin-RevId: 571e4b2f927955a95828ad0a41e6c7c03af8233f
Change-Id: I6b5442600310f7f73501ec7bfd9defb2ff593dc3
1 file changed
tree: b8c9f21dd77c38771f77c61843c926c8457b1321
  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.