BaseTools: Add YAML files with path env and tool extdeps
https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
committed by
Michael D Kinney
parent
7569e35bc9
commit
f7978bb258
18
BaseTools/Bin/nasm_ext_dep.yaml
Normal file
18
BaseTools/Bin/nasm_ext_dep.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
## @file
|
||||
# Download nasm x86 assembler executable tool from a nuget.org package
|
||||
# - package contains different binaries based on host
|
||||
# Put on the tool on the path
|
||||
#
|
||||
#
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
##
|
||||
{
|
||||
"id": "nasm-1",
|
||||
"scope": "edk2-build",
|
||||
"type": "nuget",
|
||||
"name": "mu_nasm",
|
||||
"source": "https://api.nuget.org/v3/index.json",
|
||||
"version": "2.14.02",
|
||||
"flags": ["set_path", "host_specific"]
|
||||
}
|
Reference in New Issue
Block a user