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>
This commit is contained in:
Mike Maslenkin 2023-10-09 01:26:38 +03:00 committed by mergify[bot]
parent 58d9463939
commit 59b4b5017c
1 changed files with 1 additions and 1 deletions

View File

@ -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