tree: 04b983ca1bbe002884e19a8b50b084f758958580 [path history] [tgz]
  1. async/
  2. async-cpp/
  3. async-default/
  4. async-loop/
  5. async-loop-cpp/
  6. async-loop-default/
  7. async-loop-testing/
  8. async-testing/
  9. avb/
  10. ddk-platform-defs/
  11. dev-operation/
  12. device-watcher/
  13. diagnostics/
  14. driver2/
  15. driver_runtime/
  16. driver_test_realm/
  17. fdio/
  18. fidl/
  19. fidl_base/
  20. fidl_driver/
  21. file-lock/
  22. fit/
  23. fit-promise/
  24. fuchsia-mem-ext/
  25. fuzzing/
  26. images/
  27. input_report_reader/
  28. inspect/
  29. media/
  30. memfs/
  31. mmio-ptr/
  32. modular/
  33. stdcompat/
  34. svc/
  35. sync/
  36. sys/
  37. syslog/
  38. syslog-headers/
  39. trace/
  40. trace-engine/
  41. trace-provider-so/
  42. ui/
  43. usb/
  44. vfs/
  45. virtualization/
  46. vulkan/
  47. zbi/
  48. zx/
  49. zxc/
  50. zxio/
  51. BUILD.gn
  52. README.md
sdk/lib/README.md

Client libraries

This directory contains client libraries for the Fuchsia SDK. These libraries are part of the Fuchsia API Surface.

In most cases, these libraries are provided for the convenience of developers targeting Fuchsia. They typically are not part of the system ABI. Instead, the system ABI is defined by the underlying FIDL protocols.