iasl_ext_dep.yaml 673 B

123456789101112131415161718192021
  1. ## @file
  2. # Download iasl executable tool from a nuget.org package
  3. # - package contains different binaries based on host
  4. # Add the folder with the tool to the path
  5. #
  6. # This is only downloaded for scope cibuild thus
  7. # should have no impact on the asl compiler used by any
  8. # given platform to build.
  9. #
  10. # Copyright (c) Microsoft Corporation.
  11. # SPDX-License-Identifier: BSD-2-Clause-Patent
  12. ##
  13. {
  14. "id": "iasl-ci-1",
  15. "scope": "cibuild",
  16. "type": "nuget",
  17. "name": "edk2-acpica-iasl",
  18. "source": "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v3/index.json",
  19. "version": "20200717.0.0",
  20. "flags": ["set_path", "host_specific"]
  21. }