]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
IntelSiliconPkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / DxeHttpLib / DxeHttpLib.inf
index e26f6fa6913168a46a1965c61c84b187149f888e..92b9b91239cffbefca5a78a8b1325a37c7f89dca 100644 (file)
@@ -1,7 +1,8 @@
 ## @file\r
 #  It provides the helper routines to parse the HTTP message byte stream.\r
 #\r
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2015 - 2016, 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                 ## SOMETIMES_CONSUMES
\ No newline at end of file