[roll] Roll fuchsia [bedrock] Support standalone namespace entries in serve_processargs

This serves the needs of "/pkg" directories and directory/storage
capabilities and the like. You can add an Open capability (or something
that is TryIntoOpen) at a path, and the Open capability will be opened
when someone opens that path.

A subtle requirement here is that we need to delay exercising the open
capability until the user writes a message onto the namespace entry, as
seen in `add_directory_helper` in component manager. That has been
replicated here and in fact doesn't affect regular namespaced objects.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/900279
Original-Revision: 36064bb7056f8746af15a264898ca88b17e4f959
GitOrigin-RevId: 3d780bb5276ae8c79da479e35e665d208c53d153
Change-Id: I44e78651b07078ac1c2a2c996961972c7be3545e
1 file changed
tree: e3b23776eabf5bf7d25e62f442a5fe15e9696ad9
  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.