]> 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 e24b568ddc88756327ea64dfaebcd478c6bfc178..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
@@ -41,6 +43,8 @@
   HttpBootSupport.c\r
   HttpBootClient.h\r
   HttpBootClient.c\r
+  HttpBootConfigVfr.vfr\r
+  HttpBootConfigStrings.uni\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
@@ -52,6 +56,9 @@
   DebugLib\r
   NetLib\r
   HttpLib\r
+  HiiLib\r
+  PrintLib\r
+  UefiHiiServicesLib\r
 \r
 [Protocols]\r
   ## 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