]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootDxe.inf
NetworkPkg: Add URI configuration form to HTTP boot driver.
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDxe.inf
index 18f8f796f0cb6ca9e05477908a7cf877dd54f1df..8b4219cb17117da51032e1b5be9ffae8df4062f3 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  This modules produce the Load File Protocol for UEFI HTTP boot.\r
 # \r
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<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
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
+  NetworkPkg/NetworkPkg.dec\r
 \r
 [Sources]\r
   HttpBootDxe.h\r
   HttpBootDxe.c\r
+  HttpBootConfig.c\r
   HttpBootComponentName.h\r
   HttpBootComponentName.c\r
   HttpBootImpl.h\r
   HttpBootImpl.c\r
   HttpBootDhcp4.h\r
   HttpBootDhcp4.c\r
+  HttpBootDhcp6.h\r
+  HttpBootDhcp6.c\r
   HttpBootSupport.h\r
   HttpBootSupport.c\r
   HttpBootClient.h\r
   HttpBootClient.c\r
+  HttpBootConfigVfr.vfr\r
+  HttpBootConfigStrings.uni\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
@@ -50,6 +56,9 @@
   DebugLib\r
   NetLib\r
   HttpLib\r
+  HiiLib\r
+  PrintLib\r
+  UefiHiiServicesLib\r
 \r
 [Protocols]\r
   ## TO_START\r
   gEfiDhcp4ServiceBindingProtocolGuid             ## TO_START\r
   gEfiDhcp4ProtocolGuid                           ## TO_START\r
   gEfiIp4Config2ProtocolGuid                      ## TO_START\r
+  gEfiDhcp6ServiceBindingProtocolGuid             ## TO_START\r
+  gEfiDhcp6ProtocolGuid                           ## TO_START\r
+  gEfiDns6ServiceBindingProtocolGuid              ## SOMETIMES_CONSUMES\r
+  gEfiDns6ProtocolGuid                            ## SOMETIMES_CONSUMES\r
+  gEfiIp6ServiceBindingProtocolGuid               ## TO_START\r
+  gEfiIp6ProtocolGuid                             ## TO_START\r
+  gEfiIp6ConfigProtocolGuid                       ## TO_START\r
   gEfiNetworkInterfaceIdentifierProtocolGuid_31   ## SOMETIMES_CONSUMES\r
+  gEfiHiiConfigAccessProtocolGuid                 ## BY_START\r
+\r
+[Guids]\r
+  ## SOMETIMES_CONSUMES ## GUID # HiiIsConfigHdrMatch   mHttpBootConfigStorageName\r
+  ## SOMETIMES_PRODUCES ## GUID # HiiConstructConfigHdr mHttpBootConfigStorageName\r
+  ## SOMETIMES_PRODUCES ## GUID # HiiGetBrowserData     mHttpBootConfigStorageName\r
+  ## SOMETIMES_CONSUMES ## HII\r
+  gHttpBootConfigGuid\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   HttpBootDxeExtra.uni\r