.gitmodules 1.2 KB

12345678910111213141516171819202122232425
  1. [submodule "CryptoPkg/Library/OpensslLib/openssl"]
  2. path = CryptoPkg/Library/OpensslLib/openssl
  3. url = https://github.com/openssl/openssl
  4. [submodule "SoftFloat"]
  5. path = ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3
  6. url = https://github.com/ucb-bar/berkeley-softfloat-3.git
  7. [submodule "UnitTestFrameworkPkg/Library/CmockaLib/cmocka"]
  8. path = UnitTestFrameworkPkg/Library/CmockaLib/cmocka
  9. url = https://github.com/tianocore/edk2-cmocka.git
  10. [submodule "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma"]
  11. path = MdeModulePkg/Universal/RegularExpressionDxe/oniguruma
  12. url = https://github.com/kkos/oniguruma
  13. [submodule "MdeModulePkg/Library/BrotliCustomDecompressLib/brotli"]
  14. path = MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
  15. url = https://github.com/google/brotli
  16. [submodule "BaseTools/Source/C/BrotliCompress/brotli"]
  17. path = BaseTools/Source/C/BrotliCompress/brotli
  18. url = https://github.com/google/brotli
  19. ignore = untracked
  20. [submodule "RedfishPkg/Library/JsonLib/jansson"]
  21. path = RedfishPkg/Library/JsonLib/jansson
  22. url = https://github.com/akheron/jansson
  23. [submodule "UnitTestFrameworkPkg/Library/GoogleTestLib/googletest"]
  24. path = UnitTestFrameworkPkg/Library/GoogleTestLib/googletest
  25. url = https://github.com/google/googletest.git