From 59b4b5017c394a720cb98ce135a67d41791b4d2f Mon Sep 17 00:00:00 2001 From: Mike Maslenkin Date: Mon, 9 Oct 2023 01:26:38 +0300 Subject: RedfishPkg: fix RedfishPlatformHostInterfaceLib library class name typo. PlatformHostInterfaceBmcUsbNicLib is the library instance name not the class name. Cc: Nickle Wang Cc: Igor Kulchytskyy Signed-off-by: Mike Maslenkin Reviewed-by: Abner Chang --- .../PlatformHostInterfaceBmcUsbNicLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RedfishPkg') 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 -- cgit v1.2.3