similarity index 74%
copy from MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
copy to OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
@@ -1,6 +1,7 @@
## @file
-# Null instance of PCI Host Bridge Library with empty functions.
+# OVMF's instance of the PCI Host Bridge Library.
#
+# Copyright (C) 2016, Red Hat, Inc.
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are licensed and made available
@@ -16,9 +17,8 @@
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = PciHostBridgeLibNull
- MODULE_UNI_FILE = PciHostBridgeLibNull.uni
- FILE_GUID = A19A6C36-7053-4E2C-8BD0-E8286230E473
+ BASE_NAME = PciHostBridgeLib
+ FILE_GUID = 9F2BC05E-51EA-4AED-9A3E-7699641734E8
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = PciHostBridgeLib
@@ -31,7 +31,7 @@ [Defines]
#
[Sources]
- PciHostBridgeLibNull.c
+ PciHostBridgeLib.c
[Packages]
MdePkg/MdePkg.dec
similarity index 95%
copy from MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c
copy to OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c
@@ -1,6 +1,7 @@
/** @file
- Null instance of PCI Host Bridge Library with empty functions.
+ OVMF's instance of the PCI Host Bridge Library.
+ Copyright (C) 2016, Red Hat, Inc.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available