2010-02-24 00:58:38 +01:00
|
|
|
## @file
|
2009-09-26 09:15:48 +02:00
|
|
|
# OVMF platform customization for EMU Variable FVB driver
|
|
|
|
#
|
|
|
|
# This library handles hooks for the EMU Variable FVB driver.
|
|
|
|
#
|
2018-06-29 05:30:22 +02:00
|
|
|
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2009-09-26 09:15:48 +02:00
|
|
|
#
|
2019-04-04 01:06:33 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2009-09-26 09:15:48 +02:00
|
|
|
#
|
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
##
|
2009-09-26 09:15:48 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = EmuVariableFvbLib
|
|
|
|
FILE_GUID = 8a6062ed-7140-4a74-b4ea-fe900e79e24b
|
|
|
|
MODULE_TYPE = BASE
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
LIBRARY_CLASS = PlatformFvbLib|DXE_RUNTIME_DRIVER
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2018-06-29 05:30:22 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
2009-09-26 09:15:48 +02:00
|
|
|
#
|
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[Sources]
|
2009-09-26 09:15:48 +02:00
|
|
|
EmuVariableFvbLib.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
OvmfPkg/OvmfPkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
BaseLib
|
|
|
|
BaseMemoryLib
|
|
|
|
DebugLib
|
|
|
|
MemoryAllocationLib
|
|
|
|
|
|
|
|
[Pcd]
|
|
|
|
gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
|
|
|
|
|