[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.