]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Remove two protocols and add HttpLib access
authorfanwang2 <fan.wang@intel.com>
Wed, 15 Jul 2015 02:44:40 +0000 (02:44 +0000)
committerfanwang2 <fanwang2@Edk2>
Wed, 15 Jul 2015 02:44:40 +0000 (02:44 +0000)
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

MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
MdeModulePkg/MdeModulePkg.dec

index dc8c462fd4fe0051162d6e4f9385bde4edd206dd..50fbcc24b5035cca4f82bb4f8c0b6b5e44712f23 100644 (file)
@@ -61,5 +61,3 @@
   gEfiIp4Config2ProtocolGuid                    ## SOMETIMES_CONSUMES\r
   gEfiComponentNameProtocolGuid                 ## SOMETIMES_CONSUMES\r
   gEfiComponentName2ProtocolGuid                ## SOMETIMES_CONSUMES\r
-  gEfiHttpProtocolGuid\r
-  gEfiHttpServiceBindingProtocolGuid
\ No newline at end of file
index 623b07f9c6a2ef9feade84c40149559686f019e7..2eeb146e4f2ce68048280ac22a08300cd04e831c 100644 (file)
   #   This library is only intended to be used by UEFI network stack modules.\r
   TcpIoLib|Include/Library/TcpIoLib.h\r
 \r
+  ##  @libraryclass  The helper routines to access HTTP service.\r
+  #   This library is only intended to be used by UEFI network stack modules.\r
+  HttpLib|Include/Library/HttpLib.h\r
+\r
   ##  @libraryclass  Defines a set of methods to reset whole system.\r
   ResetSystemLib|Include/Library/ResetSystemLib.h\r
 \r