[roll] Roll fuchsia [components] Support optional exposes in cm_rust

cm_rust knows about availability in expose declarations and can convert
back and forth to FIDL.

Updates all places that use cm_rust to declare exposes, and defaults
them to Required, which is the behavior of exposes today.

Added TODOs in realm builder to support optional exposes. Today realm
builder will hardcode expose availability to required.

Original-Bug: 107231
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/807609
Original-Revision: c31eb7e480217d68a07ccc36d5054c6c6f9a6a2f
GitOrigin-RevId: 9a52b23139ef772bb6771cd22341f176981c00bd
Change-Id: I63d1af2a9dae438961af8c01a9a19450c1db4aa1
1 file changed
tree: 3e15e30b369dc0804cd4d3c8c54eb6b97da9218c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.