[roll] Roll fuchsia [power][broker] Use credentials in Topology

* RemoveElement, AddDependency, RemoveDependency now require
  authorization via registered tokens with the associated permissions.
* RegisterCredentials and UnregisterCredentials now check the given
  tokens for valid authorization.
* ElementID has been removed from FIDL calls where the token is
  sufficient for Element identification.
* Removed dependencies argument from AddElement call. Since this
  functionality is not yet implemented, remove it to prevent
  accidental use.
* Catalog unit tests have been removed, as they no longer provide any
  real value over broker unit tests.

Fixes: b/308199278
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/941113
Original-Revision: 9aae39815d8dfc5cc9782088ed6a031e16f8f146
GitOrigin-RevId: 91b9caee938366f282c0260038586ddc04ba3c71
Change-Id: I3c7b08af8355efd218e9ad14ff4fdbe2e0b1b9d5
1 file changed
tree: e184b68fd4989f0a28294f1a969ac532e32154ed
  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.