[roll] Roll fuchsia [time][alarms] Integration fixes for the wake alarm manager

- Introduces a GetProperties() FIDL API - this is needed by the connection
  probing in Starnix.
- Temporary CancelSync() FIDL API for Starnix migration.
- Factors out the `alarms` crate from `timekeeper`, so that it can be
  reused in test fixtures.
- Adds a `wake-alarms` test-only components which implements wake alarms
  management, but none of the UTC management of Timekeeper. This helps
  wake-alarms specific integration tests (mostly the hermetic ones) be
  more focused, and have less unrelated setup.

Original-Bug: 383062441
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1180447
Original-Revision: 87390d643ff7ec6bb49dd088db0688169e41f732
GitOrigin-RevId: 9d9bacc92391d9b19d43de2ebb8a1b60399e9d29
Change-Id: Id43f185c8dc597f4f18f4b6c407fed7c951d58bd
1 file changed
tree: 30d35fddb9cac526f56318172cc17549817e04c8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.