[roll] Roll fuchsia [component_manager] change dict schema to be flat

Changes the schema for the program output dictionary and the component
input and output dictionaries to be flat. Now a router is placed at
`$CAPABILITY_NAME`, whereas before it would be placed at
`$CAPABILITY_NAME/router`.

Revamps the `DictExt` capability to support the new use case, and
removes the now unused `CapabilityDict` and `CapabilityDictMut`.

Original-Fixed: 315812682
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/957418
Original-Revision: 4bdac77b60ea0c5bb650c98476b36a3ab6509e7d
GitOrigin-RevId: 0495991674835314e5d2bca6fa0c2746b504056e
Change-Id: I39f845ad9badf906d01d678bf56e20b22b476aa9
1 file changed
tree: 4e0f591ce4fd6d38653c1ad19adffc533b9b6099
  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.