tree: cd269949f529a4e0aa18620cc3d6d219213885b1 [path history] [tgz]
  1. data/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/developer/ffx/lib/pbms/README.md

Product Bundle Metadata Set (PBMS) library

The PBMS library builds upon the FMS lib and GCS lib to provide common functionality to ffx plugins. It provides utilities to read the Product Bundle container for an SDK. The Product Bundle container holds data for product bundles, virtual device specification, etc.

Development of PBMS Lib

When working on PBMS lib, consider using:

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

Unit Tests

Unit tests can be run with:

$ fx test pbms_lib_test