]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
Coding style change in UefiPxeBcDxe.inf
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / UefiPxeBcDxe.inf
index 1e690b882f8fcdbec2fb1522d77795ef3fa4aa43..6e4c1fcab8d152fcf255f5c36c81210c765f088e 100644 (file)
@@ -1,7 +1,12 @@
 ## @file\r
-#  Component name for module PxeBc\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
-#  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  Copyright (c) 2007 - 2015, 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
@@ -21,6 +26,8 @@
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = PxeBcDriverEntryPoint\r
   UNLOAD_IMAGE                   = NetLibDefaultUnload\r
+  MODULE_UNI_FILE                = UefiPxeBcDxe.uni\r
+\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
   DevicePathLib\r
   PcdLib\r
 \r
+[Protocols]\r
+  ## TO_START\r
+  ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathProtocolGuid                           \r
+  gEfiNetworkInterfaceIdentifierProtocolGuid_31        ## SOMETIMES_CONSUMES\r
+  gEfiArpServiceBindingProtocolGuid                    ## TO_START\r
+  gEfiArpProtocolGuid                                  ## TO_START\r
+  gEfiIp4ServiceBindingProtocolGuid                    ## TO_START\r
+  gEfiIp4ProtocolGuid                                  ## TO_START\r
+  gEfiIp6ServiceBindingProtocolGuid                    ## TO_START\r
+  gEfiIp6ProtocolGuid                                  ## TO_START\r
+  gEfiIp6ConfigProtocolGuid                            ## TO_START\r
+  gEfiUdp4ServiceBindingProtocolGuid                   ## TO_START\r
+  gEfiUdp4ProtocolGuid                                 ## TO_START\r
+  gEfiMtftp4ServiceBindingProtocolGuid                 ## TO_START\r
+  gEfiMtftp4ProtocolGuid                               ## TO_START\r
+  gEfiDhcp4ServiceBindingProtocolGuid                  ## TO_START\r
+  gEfiDhcp4ProtocolGuid                                ## TO_START\r
+  gEfiUdp6ServiceBindingProtocolGuid                   ## TO_START\r
+  gEfiUdp6ProtocolGuid                                 ## TO_START\r
+  gEfiMtftp6ServiceBindingProtocolGuid                 ## TO_START\r
+  gEfiMtftp6ProtocolGuid                               ## TO_START\r
+  gEfiDhcp6ServiceBindingProtocolGuid                  ## TO_START\r
+  gEfiDhcp6ProtocolGuid                                ## TO_START\r
+  gEfiPxeBaseCodeCallbackProtocolGuid                  ## SOMETIMES_PRODUCES\r
+  gEfiPxeBaseCodeProtocolGuid                          ## BY_START\r
+  gEfiLoadFileProtocolGuid                             ## BY_START\r
+  gEfiAdapterInformationProtocolGuid                   ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
-  gEfiSmbiosTableGuid\r
-\r
-\r
-[Protocols]\r
-  gEfiDevicePathProtocolGuid\r
-  gEfiNetworkInterfaceIdentifierProtocolGuid_31\r
-  gEfiArpServiceBindingProtocolGuid\r
-  gEfiArpProtocolGuid\r
-  gEfiIp4ServiceBindingProtocolGuid\r
-  gEfiIp4ProtocolGuid\r
-  gEfiIp6ServiceBindingProtocolGuid\r
-  gEfiIp6ProtocolGuid\r
-  gEfiIp6ConfigProtocolGuid\r
-  gEfiUdp4ServiceBindingProtocolGuid\r
-  gEfiUdp4ProtocolGuid\r
-  gEfiMtftp4ServiceBindingProtocolGuid\r
-  gEfiMtftp4ProtocolGuid\r
-  gEfiDhcp4ServiceBindingProtocolGuid\r
-  gEfiDhcp4ProtocolGuid\r
-  gEfiUdp6ServiceBindingProtocolGuid\r
-  gEfiUdp6ProtocolGuid\r
-  gEfiMtftp6ServiceBindingProtocolGuid\r
-  gEfiMtftp6ProtocolGuid\r
-  gEfiDhcp6ServiceBindingProtocolGuid\r
-  gEfiDhcp6ProtocolGuid\r
-  gEfiPxeBaseCodeCallbackProtocolGuid\r
-  gEfiPxeBaseCodeProtocolGuid\r
-  gEfiLoadFileProtocolGuid\r
+  gEfiAdapterInfoUndiIpv6SupportGuid                   ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize     ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize      ## SOMETIMES_CONSUMES\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UefiPxeBcDxeExtra.uni\r