tree: fa10fdea8595b0485c04b14c7f35f5d2ed8fb1e2 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/media/audio/drivers/configurator/README.md

Configurator

This component interfaces with drivers and configures them according to the expectations of the particular procuct/board in use if the product/board is supported.

Building

To add this component to your build, append --with-base src/media/audio/boards/configurator to the fx set invocation.

Running

Use ffx component run to launch this component into a restricted realm for development purposes:

$ ffx component run fuchsia-pkg://fuchsia.com/configurator#meta/configurator.cm

Testing

Unit tests for configurator are available in the configurator-unittests package.

$ fx test configurator-unittests