]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Bin/nasm_ext_dep.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Bin / nasm_ext_dep.yaml
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.05",
17 "flags": ["set_path", "host_specific"]
18 }