[roll] Roll fuchsia [power-manager] Route dev-topological from devfs

Use normal capability routing rather than using the dependency inversion
provided by `fuchsia.power.manager/DriverManagerRegistration`. This
requires a weak dependency from power-manager to devfs - at the time of
the original implementation, weak dependencies were not generally
available in the component framework; this is no longer the case and the
implementation can be simplified and standardized.

Original-Bug: 119535
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/789603
Original-Revision: cf051b600195772090d16239eed35f1753274d0a
GitOrigin-RevId: 29af9767851bf36f2c5de4b6caaeba8671dccc7e
Change-Id: Ib5773e831ad82429afb95c3c3d44129dd12d4672
1 file changed
tree: bf0549e3b472c53cff6d950cf63558fe16b405bd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.