]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Library / EmuVariableFvbLib / EmuVariableFvbLib.inf
1 ## @file
2 # OVMF platform customization for EMU Variable FVB driver
3 #
4 # This library handles hooks for the EMU Variable FVB driver.
5 #
6 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = EmuVariableFvbLib
16 FILE_GUID = 8a6062ed-7140-4a74-b4ea-fe900e79e24b
17 MODULE_TYPE = BASE
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = PlatformFvbLib|DXE_RUNTIME_DRIVER
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 EmuVariableFvbLib.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 OvmfPkg/OvmfPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 BaseMemoryLib
38 DebugLib
39 MemoryAllocationLib
40
41 [Pcd]
42 gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
43