From 2a5726b9bf863b71a2b674ef4a36e4401f5a2dea Mon Sep 17 00:00:00 2001 From: qwang12 Date: Sat, 2 Feb 2008 13:44:43 +0000 Subject: 1) Cleanup HiiLib, IfrSupportLib. 2) Add ExtendedHiiLib and ExtendedIfrSupportLib which implement APIs that require the OPcode and Device Path which is specific to Intel's implementation. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4664 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c') diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c index a08b6ef683..dc8c9c3ec1 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c @@ -180,7 +180,7 @@ Returns: // // Add our default strings to the HII database. They will be modified later. // - HiiLibAddPackagesToHiiDatabase (1, &gEfiMiscSubClassGuid, NULL, &HiiHandle, MiscSubclassStrings); + HiiLibAddPackages (1, &gEfiMiscSubClassGuid, NULL, &HiiHandle, MiscSubclassStrings); if (EFI_ERROR (Status)) { DEBUG ((EFI_D_ERROR, "Could not log default strings to Hii. %r\n", Status)); -- cgit v1.2.3