OvmfPkg: Add QemuFwCfgLibNull
Add a null implementation library for QemuFwCfgLib, in order to support building PciHostBridgeLib for bhyve. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200503230910.26783-1-rebecca@bsdio.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
de15e7c265
commit
245bdd2cb9
30
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibNull.inf
Normal file
30
OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibNull.inf
Normal file
@@ -0,0 +1,30 @@
|
||||
## @file
|
||||
#
|
||||
# Null implementation of the fw_cfg library.
|
||||
#
|
||||
# Copyright (C) 2020, Rebecca Cran <rebecca@bsdio.com>
|
||||
# Copyright (C) 2013, Red Hat, Inc.
|
||||
# Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = QemuFwCfgLibNull
|
||||
FILE_GUID = B9D1A1F2-01E2-4732-982D-C7F9ED51AC6B
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = QemuFwCfgLib
|
||||
|
||||
[Sources]
|
||||
QemuFwCfgNull.c
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
OvmfPkg/OvmfPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
DebugLib
|
Reference in New Issue
Block a user