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@4663 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-02-02 13:25:58 +00:00
parent 9226efe5eb
commit 568f78ab31
2 changed files with 11 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ HiiLibFrameworkConstructor (
Status = gBS->LocateProtocol (
&gEfiHiiProtocolGuid,
NULL,
&gHiiProtocol
(VOID **) &gHiiProtocol
);
ASSERT_EFI_ERROR (Status);