]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / MicrocodeLib / MicrocodeLib.inf
1 ## @file
2 # Library for microcode verification and load.
3 #
4 # Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010006
13 BASE_NAME = MicrocodeLib
14 FILE_GUID = EB8C72BC-8A48-4F80-996B-E52F68416D57
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = MicrocodeLib
18
19 #
20 # VALID_ARCHITECTURES = IA32 X64 EBC
21 #
22
23 [Sources.common]
24 MicrocodeLib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 UefiCpuPkg/UefiCpuPkg.dec
29
30 [LibraryClasses]
31 BaseLib
32 DebugLib