iasl_ext_dep.yaml 616 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 armvirt thus
  7. # should have no impact on the asl compiler used by any
  8. # other platform build
  9. #
  10. # Copyright (c) Microsoft Corporation.
  11. # SPDX-License-Identifier: BSD-2-Clause-Patent
  12. ##
  13. {
  14. "id": "iasl-armvirt-1",
  15. "scope": "armvirt",
  16. "type": "nuget",
  17. "name": "iasl",
  18. "source": "https://api.nuget.org/v3/index.json",
  19. "version": "20190215.0.0",
  20. "flags": ["set_path", "host_specific"],
  21. }