]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
ModulePkg/DxeHttpLib: Adding Functions to HttpLib
[mirror_edk2.git] / MdeModulePkg / Library / DxeHttpLib / DxeHttpLib.inf
index e26f6fa6913168a46a1965c61c84b187149f888e..99fbe8da84870c9b4cbad7ab81f801f319cfc901 100644 (file)
@@ -2,6 +2,7 @@
 #  It provides the helper routines to parse the HTTP message byte stream.\r
 #\r
 #  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -30,6 +31,7 @@
 \r
 [Sources]\r
   DxeHttpLib.c\r
+  DxeHttpLib.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -40,3 +42,7 @@
   DebugLib\r
   UefiBootServicesTableLib\r
   MemoryAllocationLib\r
+  NetLib\r
+\r
+[Protocols]\r
+  gEfiHttpUtilitiesProtocolGuid\r