[roll] Roll fuchsia [sandbox][dictionaries] Remove Dictionary/Enumerate
Remove the legacy enumerate method on Dictionary whose only client was
the fuchsia.component.Namespace server. Instead of using the Enumerate
method on the protocol, it can use the enumerate() method on the Rust
Dict object, by way of the following strategy:
- Add new API to CapabilityStore: DictionaryLegacy{Export,Import}.
Supports exporting/import a channel (ordinarily a Dictionary protocol,
but not strictly necessary) into and out of a capability store.
- fuchsia.component.Namespace server calls DictionaryLegacyImport on the
incoming Dictionary protocol to import it into a local
CapabilityStore. That lets us turn this dictionary into a
sandbox::Dict rust object that we enumerate() on via the rust API
instead of FIDL.
- Delete DictionaryOpen, as it's no longer needed.
Original-Bug: 339027363
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1084718
Original-Revision: 62c0d5b56975dea4024ebb88f397359ea6ee7ef5
GitOrigin-RevId: aa37c3ab0dd7a806e0aee200da1dd1a8ff8b4838
Change-Id: I5ca3efab0f1754ed498642cef203929efc30b946
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 via the IRC channel #fuchsia on Freenode.
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.