diff options
Diffstat (limited to 'MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf')
-rw-r--r-- | MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf b/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf index e26f6fa691..99fbe8da84 100644 --- a/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf +++ b/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf @@ -2,6 +2,7 @@ # It provides the helper routines to parse the HTTP message byte stream.
#
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -30,6 +31,7 @@ [Sources]
DxeHttpLib.c
+ DxeHttpLib.h
[Packages]
MdePkg/MdePkg.dec
@@ -40,3 +42,7 @@ DebugLib
UefiBootServicesTableLib
MemoryAllocationLib
+ NetLib
+
+[Protocols]
+ gEfiHttpUtilitiesProtocolGuid
|