mirror of https://github.com/acidanthera/audk.git
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:
parent
58d9463939
commit
59b4b5017c
|
@ -14,7 +14,7 @@
|
||||||
FILE_GUID = C4837B58-225E-4352-8FDC-4C52A5D65891
|
FILE_GUID = C4837B58-225E-4352-8FDC-4C52A5D65891
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = PlatformHostInterfaceBmcUsbNicLib
|
LIBRARY_CLASS = RedfishPlatformHostInterfaceLib
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
PlatformHostInterfaceBmcUsbNicLib.c
|
PlatformHostInterfaceBmcUsbNicLib.c
|
||||||
|
|
Loading…
Reference in New Issue