summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/HttpBootDxe/HttpBootDxe.inf
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@hpe.com>2020-11-03 13:26:51 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-04 11:45:07 +0000
commit97e2b622d1f32ba35194dbca104c3bf918bf3271 (patch)
tree3cc90c932bf8b9239bcd4454f469604ed9dea533 /NetworkPkg/HttpBootDxe/HttpBootDxe.inf
parent375e9b190e37041129b35a1c667993ea145e5b7e (diff)
downloadedk2-97e2b622d1f32ba35194dbca104c3bf918bf3271.tar.gz
edk2-97e2b622d1f32ba35194dbca104c3bf918bf3271.tar.bz2
edk2-97e2b622d1f32ba35194dbca104c3bf918bf3271.zip
NetworkPkg/HttpBootDxe: Utilize HttpIoLib
Remove HTTP IO realted funcitons from HttpBootDxe and use HttpIoLib instead. Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Nickle Wang <nickle.wang@hpe.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Diffstat (limited to 'NetworkPkg/HttpBootDxe/HttpBootDxe.inf')
-rw-r--r--NetworkPkg/HttpBootDxe/HttpBootDxe.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/NetworkPkg/HttpBootDxe/HttpBootDxe.inf b/NetworkPkg/HttpBootDxe/HttpBootDxe.inf
index 5beab728dd..a27a561722 100644
--- a/NetworkPkg/HttpBootDxe/HttpBootDxe.inf
+++ b/NetworkPkg/HttpBootDxe/HttpBootDxe.inf
@@ -2,6 +2,7 @@
# This modules produce the Load File Protocol for UEFI HTTP boot.
#
# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
+# (C) Copyright 2020 Hewlett-Packard Development Company, L.P.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -52,6 +53,7 @@
DebugLib
NetLib
HttpLib
+ HttpIoLib
HiiLib
PrintLib
DpcLib