diff options
author | Mike Maslenkin <mike.maslenkin@gmail.com> | 2023-10-09 01:26:38 +0300 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-27 00:09:49 +0000 |
commit | 59b4b5017c394a720cb98ce135a67d41791b4d2f (patch) | |
tree | 5502064c15c209f24ff78f87175701d60edc0cdd | |
parent | 58d94639390803e375a7d16c94a5a527ec158474 (diff) | |
download | edk2-59b4b5017c394a720cb98ce135a67d41791b4d2f.tar.gz edk2-59b4b5017c394a720cb98ce135a67d41791b4d2f.tar.bz2 edk2-59b4b5017c394a720cb98ce135a67d41791b4d2f.zip |
RedfishPkg: fix RedfishPlatformHostInterfaceLib library class name typo.
PlatformHostInterfaceBmcUsbNicLib is the library instance name not
the class name.
Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
-rw-r--r-- | RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.inf b/RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.inf index 838a1721a7..3660249a35 100644 --- a/RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.inf +++ b/RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.inf @@ -14,7 +14,7 @@ FILE_GUID = C4837B58-225E-4352-8FDC-4C52A5D65891
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = PlatformHostInterfaceBmcUsbNicLib
+ LIBRARY_CLASS = RedfishPlatformHostInterfaceLib
[Sources]
PlatformHostInterfaceBmcUsbNicLib.c
|