[roll] Roll fuchsia [component_manager] Migrate model to io2

Migrate all instances of deprecated fuchsia.io functionality to the new
io2 equivalents where possible. The only usages of now legacy OpenFlags
are where required in the RealmQuery server for API compatibility. Going
forward, all new code should only use fuchsia.io/Flags.

Original-Bug: 324111518
Test: fx test //src/sys/component_manager
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1229305
Original-Revision: a8acc35b69a6b908d17e0007ce83849dbeb90575
GitOrigin-RevId: 9ae2ae0c7fef01675b55519d40e0e88f33a2fcb3
Change-Id: I3440af4cdb7c7e8f4105e519cfa5cb9e0752ae3c
1 file changed
tree: 36754b19e3a78fccd89a2e086dc14b56a98fbde0
  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.