[roll] Roll fuchsia [thermal] Create ThermalStateHandler node

Creates a new node called ThermalStateHandler. This node is responsible
for receiving UpdateThermalLoad messages and providing these values to
external clients via the new fuchsia.thermal.ClientStateConnector and
fuchsia.thernal.ClientStateWatcher protocols.

This CL simply adds the code for the new node, but it is not
instantiated on any product (yet).

Original-Bug: fxbug.dev/90157
Test: fx test power-manager-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/630210
Original-Revision: e15c86b820104ad255bcb374132d3b3358493fd5
GitOrigin-RevId: 474cc24223da4175455a136e6e5f6a221861f42f
Change-Id: I78dc6bb4afb5817203338de238313dcd29d828c0
1 file changed
tree: db10760a45e4ce8687294c152349cbb4a764c8f9
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.