nasm_ext_dep.yaml 477 B

123456789101112131415161718
  1. ## @file
  2. # Download nasm x86 assembler executable tool from a nuget.org package
  3. # - package contains different binaries based on host
  4. # Put on the tool on the path
  5. #
  6. #
  7. # Copyright (c) Microsoft Corporation.
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. ##
  10. {
  11. "id": "nasm-1",
  12. "scope": "edk2-build",
  13. "type": "nuget",
  14. "name": "mu_nasm",
  15. "source": "https://api.nuget.org/v3/index.json",
  16. "version": "2.15.5",
  17. "flags": ["set_path", "host_specific"]
  18. }