mu_tiano_platforms/Platforms/QemuQ35Pkg/iasl_ext_dep.yaml

23 строки
708 B
YAML

## @file
# Download iasl executable tool from a nuget package
# - package contains different binaries based on host
# Add the folder with the tool to the path
#
# This is only downloaded for scope qemuq35 thus
# should have no impact on the asl compiler used by any
# other given platform to build.
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"override_id": "iasl-ci-1",
"id": "iasl-q35-1",
"scope": "qemuq35",
"type": "nuget",
"name": "edk2-acpica-iasl",
"source": "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v3/index.json",
"version": "20230628.0.1",
"flags": ["set_path", "host_specific"],
}