mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 08:34:07 +02:00
Re-enable ExtractDataFromHiiHandle and FindHiiHandle. The Framework to HII Thunk layer has enable these two functions to be called by the module that written against Framework HII spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5176 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ea58467bf7
commit
6f33781141
@ -490,8 +490,6 @@ Returns:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
{
|
{
|
||||||
#ifdef SUPPORT_DEPRECATED_IFRSUPPORTLIB_API
|
|
||||||
|
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
EFI_HII_PROTOCOL *Hii;
|
EFI_HII_PROTOCOL *Hii;
|
||||||
UINTN DataLength;
|
UINTN DataLength;
|
||||||
@ -632,13 +630,6 @@ Returns:
|
|||||||
gBS->FreePool (OldData);
|
gBS->FreePool (OldData);
|
||||||
|
|
||||||
return EFI_SUCCESS;
|
return EFI_SUCCESS;
|
||||||
#else
|
|
||||||
//
|
|
||||||
// The implementation will be added later.
|
|
||||||
//
|
|
||||||
ASSERT (FALSE);
|
|
||||||
return EFI_UNSUPPORTED;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -664,7 +655,6 @@ Returns:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
{
|
{
|
||||||
#ifdef SUPPORT_DEPRECATED_IFRSUPPORTLIB_API
|
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
|
||||||
EFI_HII_HANDLE *HiiHandleBuffer;
|
EFI_HII_HANDLE *HiiHandleBuffer;
|
||||||
@ -756,13 +746,6 @@ Returns:
|
|||||||
lbl_exit:
|
lbl_exit:
|
||||||
gBS->FreePool (HiiHandleBuffer);
|
gBS->FreePool (HiiHandleBuffer);
|
||||||
return HiiHandle;
|
return HiiHandle;
|
||||||
#else
|
|
||||||
//
|
|
||||||
// The implementation will be added later.
|
|
||||||
//
|
|
||||||
ASSERT (FALSE);
|
|
||||||
return (EFI_HII_HANDLE) 0;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SUPPORT_DEPRECATED_IFRSUPPORTLIB_API
|
#ifdef SUPPORT_DEPRECATED_IFRSUPPORTLIB_API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user