diff options
author | Liming Gao <liming.gao@intel.com> | 2018-07-24 10:23:28 +0800 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-07-24 14:04:11 +0200 |
commit | 0ed73bcdcd80e0df9b383b1c53cd9a95d366843f (patch) | |
tree | 66424a380cc02af237bf6e52c2f69a88a4f73324 /OvmfPkg/PlatformPei/PlatformPei.inf | |
parent | 5b73e17fb17c6935d894b0084f32421e717c247f (diff) | |
download | edk2-0ed73bcdcd80e0df9b383b1c53cd9a95d366843f.tar.gz |
OvmfPkg: Correct ResourcePublicationLib class name in DSC/INF files
ResourcePublicationLib class name is ResourcePublicationLib.
INF and DSC files are updated to use the correct one.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Dongao Guo <dongao.guo@intel.com>
[lersek@redhat.com: insert empty line between commit msg body and tags]
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/PlatformPei/PlatformPei.inf')
-rw-r--r-- | OvmfPkg/PlatformPei/PlatformPei.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/PlatformPei/PlatformPei.inf b/OvmfPkg/PlatformPei/PlatformPei.inf index 0f347f8c11..9c5ad9961c 100644 --- a/OvmfPkg/PlatformPei/PlatformPei.inf +++ b/OvmfPkg/PlatformPei/PlatformPei.inf @@ -58,7 +58,7 @@ HobLib
IoLib
PciLib
- PeiResourcePublicationLib
+ ResourcePublicationLib
PeiServicesLib
PeiServicesTablePointerLib
PeimEntryPoint
|