commit | 6911fa4dae0c2e611656d5391978756dedb09921 | [log] [tgz] |
---|---|---|
author | Sarah Chan <spqchan@fuchsia.infra.roller.google.com> | Fri Feb 09 23:18:40 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 09 15:20:03 2024 -0800 |
tree | 07afff4ba8ebeb2e8164a2e6fd93fb6110dd852b | |
parent | 9420d872f0128640c42c1366e371303b64112563 [diff] |
[roll] Roll fuchsia [fdf] Simple DFv2 driver This example builds on the skeleton driver (fxr/979316) to showcase common driver patterns: - Adding logs - Adding a child node - Implementing the Stop() and PrepareStop() functions - Setting up a compat device server for the child node It also includes a unit test that verifies if the simple driver successfully added a child node. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/983484 Original-Revision: 2c02df677173e5117738618155b687a7994f7e2e GitOrigin-RevId: 8b2e307665ea4c7a4897a83e62fedd20ff16ec7d Change-Id: I12c5252416abc1ffdebc03e60f4dd3a4ab4392d0
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.