ShellPkg/UefiHandleParsingLib: Support EFI Redfish protocols
Add handle parsing for EFI Redfish Discover protocol. Add handle parsing for EFI RestEx protocol. Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Nickle Wang <nickle.wang@hpe.com> Cc: Peter O'Hanley <peter.ohanley@hpe.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
fe66288873
commit
b33cf5bfcb
@ -2,7 +2,7 @@
|
||||
# Provides interface to advanced shell functionality for parsing both handle and protocol database.
|
||||
# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved. <BR>
|
||||
# (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
|
||||
# (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
|
||||
# (C) Copyright 2015-2021 Hewlett Packard Enterprise Development LP<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
@ -269,6 +269,8 @@
|
||||
gEfiHttpProtocolGuid ## UNDEFINED
|
||||
gEfiHttpUtilitiesProtocolGuid ## UNDEFINED
|
||||
gEfiRestProtocolGuid ## UNDEFINED
|
||||
gEfiRestExProtocolGuid ## UNDEFINED
|
||||
gEfiRedfishDiscoverProtocolGuid ## UNDEFINED
|
||||
gEfiMmEndOfDxeProtocolGuid ## UNDEFINED
|
||||
gEfiMmIoTrapDispatchProtocolGuid ## UNDEFINED
|
||||
gEfiMmPowerButtonDispatchProtocolGuid ## UNDEFINED
|
||||
|
Reference in New Issue
Block a user