[roll] Roll fuchsia [power][test] Add `dev/sys/platform` root driver

This change adds a `sys` parent node and a `platform` child node. A FIDL
protocol is used to test that the driver is bound to `/dev` and can be
accessed.
This change allows creating fake drivers with exact same topological
paths as real drivers, e.g.:
/dev/sys/platform/05:04:a/aml-thermal-pll/thermal

Original-Bug: 104266, 261193590
Test: fx test //src/power/power-manager/testing/fake_root
      fx test //src/power/power-manager/integration
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/911733
Original-Revision: 659486b7cf979f26629acbda52ba203e3900d361
GitOrigin-RevId: 70428d453f10f6555ea6b4051ed7f2ef444f44f4
Change-Id: I142574b991ca5feb8eb45901ca5031c292a53f36
1 file changed
tree: 7750004932d4d86bc0a28fff5293c67d3e5e1499
  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.