tree: cfd2704f4bff677a318fd3e361741a7105115ba6 [path history] [tgz]
  1. bringup/
  2. common/
  3. core/
  4. kernel_cmdline/
  5. minimal/
  6. terminal/
  7. tests/
  8. workstation/
  9. bringup.gni
  10. core.gni
  11. core_size_limits.gni
  12. minimal.gni
  13. OWNERS
  14. README.md
  15. speaker.gni
  16. terminal.gni
  17. workstation.gni
  18. workstation_eng.gni
  19. workstation_eng_dfv2.gni
  20. workstation_eng_paused.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.