[roll] Roll fuchsia [component_manager] Simple dictionary routing

Add support and tests for the following dictionary routing operations:

`use protocol from parent/dict`
`use protocol from #child/dict`
`offer dict to X`
`expose dict to X`

This change includes an internal refactor: it deletes `program_output`
and replaces it with `program_output_dict`. `program_output` is just a
Router that wrapped `program_output_dict`. This change is necessary
because without it we would have a reference cycle: `program_output` ->
`program_output_dict` -> `program_output/dict` -> `program_output` ->
`program_output_dict/protocol`.

Original-Bug: 318859041

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/969481
Original-Revision: e89a5425d4984b152fa7115adfcf2d6a98e9d625
GitOrigin-RevId: 6fcc817fe18c053c9703f88986fd3d732c9dc22f
Change-Id: I7723d2d4fe45918672e3b9a0924af3a4cb2c4224
1 file changed
tree: 5c1090f64e0a476959685afb9781a7f41c7816bc
  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.