[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
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 in one of the communication channels documented at get involved.
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.