]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootDxe.inf
NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support.
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDxe.inf
index e24b568ddc88756327ea64dfaebcd478c6bfc178..4d6c5e5048eca94b8220c36bacf817aab9f4a21b 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 - 2017, 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
+  HttpBootConfigNVDataStruc.h\r
   HttpBootDxe.h\r
   HttpBootDxe.c\r
+  HttpBootConfig.h\r
+  HttpBootConfig.c\r
   HttpBootComponentName.h\r
   HttpBootComponentName.c\r
   HttpBootImpl.h\r
@@ -41,6 +45,8 @@
   HttpBootSupport.c\r
   HttpBootClient.h\r
   HttpBootClient.c\r
+  HttpBootConfigVfr.vfr\r
+  HttpBootConfigStrings.uni\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   DebugLib\r
   NetLib\r
   HttpLib\r
+  HiiLib\r
+  PrintLib\r
+  DpcLib\r
+  UefiHiiServicesLib\r
+  UefiBootManagerLib\r
 \r
 [Protocols]\r
   ## TO_START\r
   gEfiIp6ProtocolGuid                             ## TO_START\r
   gEfiIp6ConfigProtocolGuid                       ## TO_START\r
   gEfiNetworkInterfaceIdentifierProtocolGuid_31   ## SOMETIMES_CONSUMES\r
+  gEfiRamDiskProtocolGuid                         ## SOMETIMES_CONSUMES\r
+  gEfiHiiConfigAccessProtocolGuid                 ## BY_START\r
+  gEfiHttpBootCallbackProtocolGuid                ## SOMETIMES_PRODUCES\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
+  gEfiVirtualCdGuid            ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVirtualDiskGuid          ## SOMETIMES_CONSUMES ## GUID\r
+\r
+[Pcd]\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections       ## CONSUMES  \r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   HttpBootDxeExtra.uni\r