tree: d8347e534348fc24876850accfa5f4b15dad018b [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. OWNERS
  4. README.md
src/developer/ffx/lib/fms/README.md

Fuchsia Manifest System (FMS) library

The FMS library (will) support the lookup of a manifest entry based on an entry name and downloading the artifact(s) referenced in the manifest entry.

[This lib will be a work in progress for Q2, 2021.]

Development of FMS Lib

When working on FMS lib, consider using:

$ fx set [...] --with //src/developer/ffx/lib/fms:tests

Unit Tests

Unit tests can be run with:

$ fx test fms_lib_test