[roll] Roll fuchsia [ffx][rcs] Add ffx side of new rcs::open_capability

This adds support in the ffx libraries for using open_capability to
request a particular capability set instead of always getting exposed.
It leaves in shims on both sides so that if you *are* asking for
exposed, it uses connect_capability to avoid disrupting existing users,
and on the other end it leaves connect_capability functions that always
pass exposed to avoid having to change a lot of existing code.

This should mean everything that currently exists should continue to
work as-is, while small uses of open can start to be used (like the new
toolbox capability).

Original-Bug: b/292290062
Original-Bug: b/289268551
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/903122
Original-Revision: b6ddcf391d2161b46dd540bc7e39052ddd49511c
GitOrigin-RevId: 2e88c3c700b832620b464e51da810e1b7df3d244
Change-Id: I9af83ce8b8d80fceb4fd5028e996bbb4cd7c1a2b
1 file changed
tree: 4be49b6043d0f2478295a0d1b02acbd4a00f535f
  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.