tree: c6cd23b36cab475ed88d2da4e537cc9b902c6b19 [path history] [tgz]
  1. base.gni
  2. bringup.gni
  3. OWNERS
  4. README.md
  5. router.gni
  6. speaker.gni
  7. terminal.gni
  8. workstation.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 product a fully featured system.

Core track

Bringup

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

Base

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 base.

Workstation

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

Builds on terminal.

Speaker

A modular, emphermal system for devices that have audio input and output. Lacks a graphical user interface.

Builds on base.

Router

A system for routing network traffic over wireless networks.

Builds on base.