summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
diff options
context:
space:
mode:
authorGhazi Belaam <Ghazi.belaam@hpe.com>2016-03-05 06:07:50 +0800
committerFu Siyuan <siyuan.fu@intel.com>2016-03-10 10:01:42 +0800
commitf58554fc3f3eaf0ca132d0880ec05fbee4b36edf (patch)
tree4fe697144433948976ec4f19760404583ca1cebb /NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
parent558b99a6a31ac883539779ffc112c64ada32aaee (diff)
downloadedk2-f58554fc3f3eaf0ca132d0880ec05fbee4b36edf.tar.gz
edk2-f58554fc3f3eaf0ca132d0880ec05fbee4b36edf.tar.bz2
edk2-f58554fc3f3eaf0ca132d0880ec05fbee4b36edf.zip
NetworkPkg: Use the New Functions from HttpLib
After submitting changes for HttpLib, other modules should be able to use those functions 1 remove the private function and their calls 2 update it with the functions from httpLib Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ghazi Belaam <Ghazi.belaam@hpe.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Samer EL-Haj-Mahmoud <elhaj@hpe.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Diffstat (limited to 'NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf')
-rw-r--r--NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf b/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
index ffdbcd54e5..3f7551a302 100644
--- a/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
+++ b/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
@@ -2,6 +2,7 @@
# Implementation of EFI Http Utilities Protocol interfaces.
#
# 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
@@ -30,7 +31,6 @@
[Sources]
HttpUtilitiesDxe.h
HttpUtilitiesDxe.c
- HttpUtilitiesImpl.c
HttpUtilitiesProtocol.c
[LibraryClasses]
@@ -41,6 +41,7 @@
BaseLib
UefiLib
DebugLib
+ HttpLib
[Protocols]
gEfiHttpUtilitiesProtocolGuid ## PRODUCES