[roll] Roll fuchsia [fidl][cpp] Alias natural types into the unified namespace

And also declare constants whose value is equal to their HLCPP
counterparts.

Test: src/lib/fidl/cpp/examples/unittests/main.cc. I copied the test
from the HLCPP example unittests (examples/fidl/hlcpp/unittests).
The only change is that the JsonPtr tests were dropped - the
"JsonPtr" type aliases are deprecated in HLCPP anyways
(fxbug.dev/7342), and there isn't a strong reason to bring the
FooBarPtr into the unified bindings.

Original-Bug: 60240
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/506184
Original-Revision: 6b745c7fa51ffd5da5e55598bbeaf1f89ffcf6f9
GitOrigin-RevId: 5e4f487cd8bff595f27e9f8ca480ec52e3643a95
Change-Id: Ib82811a99c078d17b90ece90007d8f933fa469f5
1 file changed
tree: ef73f3d60811df00d86157318c69e23676868b65
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.