summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/OvmfPkgIa32.dsc
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2015-08-28 08:12:42 +0000
committerlersek <lersek@Edk2>2015-08-28 08:12:42 +0000
commit1a85139d9eac7f260a21a6ecb06a578a5255edf7 (patch)
tree433de018ab2b70df4896bcf160a64aa4d7b4152b /OvmfPkg/OvmfPkgIa32.dsc
parent0cd35d739ea8c0096af0db7d920010593db5779f (diff)
downloadedk2-1a85139d9eac7f260a21a6ecb06a578a5255edf7.tar.gz
edk2-1a85139d9eac7f260a21a6ecb06a578a5255edf7.tar.bz2
edk2-1a85139d9eac7f260a21a6ecb06a578a5255edf7.zip
OvmfPkg: Build HTTP utilities driver
Since SVN r18316 / git 5ca29abe5297, the HTTP driver needs the HTTP utilities driver to parse the headers of HTTP requests. Add the driver into OVMF so that the HTTP driver can work properly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Ching-Pang Lin <glin@suse.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18359 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/OvmfPkgIa32.dsc')
-rw-r--r--OvmfPkg/OvmfPkgIa32.dsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc
index 5741eac330..d92a327bf6 100644
--- a/OvmfPkg/OvmfPkgIa32.dsc
+++ b/OvmfPkg/OvmfPkgIa32.dsc
@@ -562,6 +562,7 @@
!endif
!if $(HTTP_BOOT_ENABLE) == TRUE
NetworkPkg/DnsDxe/DnsDxe.inf
+ NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
NetworkPkg/HttpDxe/HttpDxe.inf
NetworkPkg/HttpBootDxe/HttpBootDxe.inf
!endif