tree: 6de2f94ff4d956179e7bbcb72e67daa0a2802514 [path history] [tgz]
  1. banjo/
  2. bundles/
  3. config/
  4. cts/
  5. dart/
  6. devices/
  7. docs/
  8. fidl/
  9. lib/
  10. manifests/
  11. testing/
  12. tools/
  13. BUILD.gn
  14. config.gni
  15. OWNERS
  16. README.md
  17. sdk_source_set.profile_list
sdk/README.md

Fuchsia IDK

This directory contains the source code for the core of the Fuchsia Fuchsia Integrator Development Kit (IDK), formerly called the Fuchsia SDK. The IDK is produced as an output of the build by processing the contents of this directory. For example, this directory might contain the source code for a library that is included in the IDK as a prebuilt shared library.

Software outside of the Platform Source Tree should depend only on the Fuchsia IDK.

Learn more

Categories

Not all the interfaces defined in this directory are part of every Fuchsia IDK. Instead, interfaces have a category label that determines whether the interface can be included in a given SDK. For example, interfaces with the internal category are available only within the Platform Source Tree. Interfaces with the partner category are additionally available to partner projects. See sdk_atom.gni for more details.

Governance

The API surface described by the IDK is governed by the Fuchsia API Council and should conform to the appropriate API rubrics.