tree: 06876c6c902dfc557cd0b2ab4e0b2f3f1732dea3 [path history] [tgz]
  1. bazelrc/
  2. cap/
  3. chrony/
  4. cockroach/
  5. dosfstools/
  6. edk2/
  7. efistub/
  8. gazelle/
  9. glib/
  10. gnuefi/
  11. go/
  12. inih/
  13. intel_ucode/
  14. libpg_query/
  15. libtpms/
  16. licenses/
  17. linux/
  18. linux-firmware/
  19. lz4/
  20. musl/
  21. nix/
  22. pixman/
  23. py/
  24. qboot/
  25. qemu/
  26. rust/
  27. rust_efi/
  28. sandboxroot/
  29. seccomp/
  30. swtpm/
  31. urcu/
  32. uring/
  33. util-linux/
  34. xfsprogs/
  35. BUILD.bazel
  36. platforms-add-uefi.patch
  37. README.md
  38. rust-prost-nostd.patch
  39. rust-reproducibility.patch
  40. rust-uefi-platform.patch
third_party/README.md

//third_party

Anything related to importing third party code and making it work with our monorepo lives here:

  • Vendored code.
  • Bazel rules for third party code.
  • Patches to thid party code.
  • Lock files and similar package manager definitions (whenever possible - things like `go.mod have to live at the top level, and that's OK too).

First-party code or build rules based on a third-party component should not live here.