diff options
Diffstat (limited to 'roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/WORKSPACE')
-rw-r--r-- | roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/WORKSPACE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/WORKSPACE b/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/WORKSPACE new file mode 100644 index 000000000..bb0f8ca08 --- /dev/null +++ b/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/WORKSPACE @@ -0,0 +1,12 @@ +workspace(name = "org_brotli_research") + +local_repository( + name = "org_brotli", + path = "..", +) + +new_local_repository( + name = "divsufsort", + build_file = "BUILD.libdivsufsort", + path = "libdivsufsort", +) |