summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
blob: c6f8f52e957a0c91139d39e7f250618b98c6af60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
##  @file
#   Library for microcode verification and load.
#
#  Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
#
##

[Defines]
  INF_VERSION                    = 0x00010006
  BASE_NAME                      = MicrocodeLib
  FILE_GUID                      = EB8C72BC-8A48-4F80-996B-E52F68416D57
  MODULE_TYPE                    = BASE
  VERSION_STRING                 = 1.0
  LIBRARY_CLASS                  = MicrocodeLib

#
#  VALID_ARCHITECTURES           = IA32 X64 EBC
#

[Sources.common]
  MicrocodeLib.c

[Packages]
  MdePkg/MdePkg.dec
  UefiCpuPkg/UefiCpuPkg.dec

[LibraryClasses]
  BaseLib
  DebugLib