]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
ArmPkg/DefaultExceptionHandlerLib: drop BASE variant
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / UefiPxeBcDxe.inf
index ea083bf1c58458ac477acbf98993c3aec26f00c6..63430711e71b8a06a409d26b2603aec5a4843c86 100644 (file)
@@ -1,12 +1,11 @@
 ## @file\r
 #  Access PXE-compatible devices for network access and network booting.\r
-#  \r
-#  This driver provides PXE Base Code Protocol which is used to accessing\r
-#  PXE-compatible device for network access or booting. It could work together\r
-#  with an IPv4 stack, an IPv6 stack or both.\r
 #\r
+#  This driver provides PXE Base Code Protocol which is used to accessing\r
+#  PXE-compatible device for network access or booting. This driver supports\r
+#  both IPv4 and IPv6 network stack.\r
 #\r
-#  Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -31,7 +30,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
@@ -55,6 +54,7 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
+  NetworkPkg/NetworkPkg.dec\r
 \r
 \r
 [LibraryClasses]\r
 [Protocols]\r
   ## TO_START\r
   ## SOMETIMES_CONSUMES\r
-  gEfiDevicePathProtocolGuid                           \r
+  gEfiDevicePathProtocolGuid\r
   gEfiNetworkInterfaceIdentifierProtocolGuid_31        ## SOMETIMES_CONSUMES\r
   gEfiArpServiceBindingProtocolGuid                    ## TO_START\r
   gEfiArpProtocolGuid                                  ## TO_START\r
   gEfiIp4ServiceBindingProtocolGuid                    ## TO_START\r
   gEfiIp4ProtocolGuid                                  ## TO_START\r
+  gEfiIp4Config2ProtocolGuid                           ## TO_START\r
   gEfiIp6ServiceBindingProtocolGuid                    ## TO_START\r
   gEfiIp6ProtocolGuid                                  ## TO_START\r
   gEfiIp6ConfigProtocolGuid                            ## TO_START\r
@@ -94,6 +95,8 @@
   gEfiMtftp6ProtocolGuid                               ## TO_START\r
   gEfiDhcp6ServiceBindingProtocolGuid                  ## TO_START\r
   gEfiDhcp6ProtocolGuid                                ## TO_START\r
+  gEfiDns6ServiceBindingProtocolGuid                   ## SOMETIMES_CONSUMES\r
+  gEfiDns6ProtocolGuid                                 ## SOMETIMES_CONSUMES\r
   gEfiPxeBaseCodeCallbackProtocolGuid                  ## SOMETIMES_PRODUCES\r
   gEfiPxeBaseCodeProtocolGuid                          ## BY_START\r
   gEfiLoadFileProtocolGuid                             ## BY_START\r
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize      ## SOMETIMES_CONSUMES\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdPxeTftpWindowSize    ## SOMETIMES_CONSUMES\r
+\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   UefiPxeBcDxeExtra.uni\r