[roll] Roll fuchsia [components] implementation for fuchsia.component.runtime.Capabilities

Also refactors the API to:
- Require an instance token when performing a route (to match the API of
  routers inside of component manager)
- Add the ability to get a new instance token
- Make the API where component manager calls route on routers
  implemented by components match the API where components call route on
  routers implemented by component manager
- Add the sub_directory argument to DirReceiver, to match the
  DirConnector API
- Routers owned by component manager will now return whether or not the
  requested capability was available.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1428654
Original-Revision: 08e1af4ff524f80389b5c5cdc80343b7615ec872
GitOrigin-RevId: fabe634d5a03c40803ef5389bbb2a9a0fcf400ff
Change-Id: Ia46fc11e92e8ad3dc6c37c3cecf177efbc37f10f
1 file changed
tree: 8c3fe7bc26ab89f5ef10246d614b788c20bd0570
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.