[roll] Roll fuchsia [components] add fuchsia.component.runtime.CapabilityFactory API

This commit introduces a replacement for
fuchsia.component.sandbox.CapabilityStore. The new API,
fuchsia.component.runtime.CapabilityFactory, aims to make these
improvements:

- remove the need to have the client invent numeric connection-specific
  capability IDs
- break up the possible operations into different protocols that are
  scoped to individual objects instead of e.g. having connecting to a
  connector and opening a dictionary entry be on the same protocol
- add the ability to create all the router types (e.g. a
  ConnectorRouter)
- remove the need to "export" a dictionary for use elsewhere, with this
  change a client_end:Dictionary can be used both with the factory API
  and in places such as fuchsia.component.Realm/CreateChild.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1234004
Original-Revision: 846f42728bdb886d01594d61b3eba5c9abd1e305
GitOrigin-RevId: 6ccc7df5d44f34f405dea87ae844b40d0f096d19
Change-Id: I00be6ea8395052d62dd8c1254bafc4e95587f751
1 file changed
tree: bed5ecf5e3ef06a55cb6115ffe30d005223820a9
  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.