tree: 0880dd94290be1e21d3eff2cbfe85d3d5d1bbcf1 [path history] [tgz]
  1. common/
  2. kernel_cmdline/
  3. tests/
  4. workstation/
  5. bringup.gni
  6. core.gni
  7. core_size_limits.gni
  8. minimal.gni
  9. OWNERS
  10. README.md
  11. speaker.gni
  12. terminal.gni
  13. workstation.gni
  14. workstation_eng.gni
products/README.md

Fuchsia product definitions

This directory contains definitions for a variety of product configurations. The products are organized into tracks that build on one another to produce a fully featured system.

Baseline track

Bringup

A minimal system used to exercise kernel and core drivers and to bring up new boards.

Core

Self-updating system with core system services, connectivity, and metrics reporting.

Builds on bringup

Workstation track

Terminal

A system with a simple graphical user interface with a command-line terminal.

Builds on core.

Workstation

A system that software developers can use to get work done.

Builds on terminal.

Headless track

Speaker

A system without a graphical user interface.

Builds on core.