[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
1 file changed
tree: 1451857205c45e4c90b8142ca8451fef62184a05
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.