EmuVariableFvbLib.inf revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
2N/A## @file
2N/A# OVMF platform customization for EMU Variable FVB driver
2N/A#
2N/A# This library handles hooks for the EMU Variable FVB driver.
2N/A#
2N/A# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
2N/A#
2N/A# This program and the accompanying materials
2N/A# are licensed and made available under the terms and conditions of the BSD License
2N/A# which accompanies this distribution. The full text of the license may be found at
2N/A# http://opensource.org/licenses/bsd-license.php
2N/A# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
2N/A# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
2N/A#
2N/A#
2N/A##
2N/A
2N/A[Defines]
2N/A INF_VERSION = 0x00010005
2N/A BASE_NAME = EmuVariableFvbLib
2N/A FILE_GUID = 8a6062ed-7140-4a74-b4ea-fe900e79e24b
2N/A MODULE_TYPE = BASE
2N/A VERSION_STRING = 1.0
2N/A LIBRARY_CLASS = PlatformFvbLib|DXE_RUNTIME_DRIVER
2N/A
2N/A#
2N/A# The following information is for reference only and not required by the build tools.
2N/A#
2N/A# VALID_ARCHITECTURES = IA32 X64 IPF EBC
2N/A#
2N/A
2N/A[Sources]
2N/A EmuVariableFvbLib.c
2N/A
2N/A[Packages]
2N/A MdePkg/MdePkg.dec
2N/A MdeModulePkg/MdeModulePkg.dec
2N/A OvmfPkg/OvmfPkg.dec
2N/A
2N/A[LibraryClasses]
2N/A BaseLib
2N/A BaseMemoryLib
2N/A DebugLib
2N/A MemoryAllocationLib
2N/A
2N/A[Pcd]
2N/A gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
2N/A
2N/A