[roll] Roll fuchsia [component_manager][routing] Simplify RouteSource

Turn RouteSource from an enum of capability types into a struct that
holds the capability source and (possibly empty) relative base path.
This significantly simplifies handoff between the router and its
clients.

As part of this refactor, we need to pull the storage-specific handling
bits out of the router and into component_manager. Helpers have been
added to `storage/mod.rs` for this purpose.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/820832
Original-Revision: d4839129cb7b689d8be8d7a64e959236e92cfab4
GitOrigin-RevId: bc8709dbb36cf38fc2a9dc53aeb9a6c93bdcf3ce
Change-Id: Ibef189220c0e728434e73e8389215d7934e9997e
1 file changed
tree: 2f45ee0bdad5ee5e0e6beba764f5f784c72eeafe
  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.