[roll] Roll fuchsia [persistence] Use dynamic dictionary for routing

Add the "diagnostics-persist-capabilities" dynamic dictionary to
aggregate all fuchsia.diagnostics.persist.DataPersistence-* capabilities
exposed by persistence. Eliminates the need to route service specific
capabilities.

Refactor all clients of persistence to use the new dynamic dictionary.
Simplify use of the capabilities by exposing to clients as
"fuchsia.diagnostics.persist.DataPersistence".

Original-Fixed: 404332365
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1250966
Original-Revision: 30ae9f2ef84058f7d70b8e47f0fe99fd161e85b5
GitOrigin-RevId: 584a49924b86c8d42319dd4599fc113487139698
Change-Id: I6b37f55ac72afcc590a4a3c0e553b32e0316f8a1
1 file changed
tree: 3b44f3964684c8426cdb35f04635923331565a28
  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 in one of the communication channels documented at get involved.

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.