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