mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Remove two protocols and add HttpLib access
Remove two protocols never used in DxeNetLib.inf and add HttpLib access in MdeModulePkg.dec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: fanwang2 <fan.wang@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17983 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4e66cb9f81
commit
3f6d5100dc
|
@ -61,5 +61,3 @@
|
|||
gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES
|
||||
gEfiHttpProtocolGuid
|
||||
gEfiHttpServiceBindingProtocolGuid
|
|
@ -43,6 +43,10 @@
|
|||
# This library is only intended to be used by UEFI network stack modules.
|
||||
TcpIoLib|Include/Library/TcpIoLib.h
|
||||
|
||||
## @libraryclass The helper routines to access HTTP service.
|
||||
# This library is only intended to be used by UEFI network stack modules.
|
||||
HttpLib|Include/Library/HttpLib.h
|
||||
|
||||
## @libraryclass Defines a set of methods to reset whole system.
|
||||
ResetSystemLib|Include/Library/ResetSystemLib.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue