]> 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 a60830400c1100f7feb09c6f85b309c2f08104b9..8b4219cb17117da51032e1b5be9ffae8df4062f3 100644 (file)
@@ -1,68 +1,92 @@
-## @file
-#  This modules produce the Load File Protocol for UEFI HTTP boot.
-# 
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#  
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#  
-##
-
-[Defines]
-  INF_VERSION               = 0x00010005
-  BASE_NAME                 = HttpBootDxe
-  FILE_GUID                 = ecebcb00-d9c8-11e4-af3d-8cdcd426c973
-  MODULE_TYPE               = UEFI_DRIVER
-  VERSION_STRING            = 1.0
-  ENTRY_POINT               = HttpBootDxeDriverEntryPoint
-  UNLOAD_IMAGE              = NetLibDefaultUnload
-  MODULE_UNI_FILE           = HttpBootDxe.uni
-
-[Packages]
-  MdePkg/MdePkg.dec
-  MdeModulePkg/MdeModulePkg.dec
-
-[Sources]
-  HttpBootDxe.h
-  HttpBootDxe.c
-  HttpBootComponentName.h
-  HttpBootComponentName.c
-  HttpBootImpl.h
-  HttpBootImpl.c
-  HttpBootDhcp4.h
-  HttpBootDhcp4.c
-  HttpBootSupport.h
-  HttpBootSupport.c
-  HttpBootClient.h
-  HttpBootClient.c
-
-[LibraryClasses]
-  UefiDriverEntryPoint
-  UefiBootServicesTableLib
-  MemoryAllocationLib
-  BaseLib
-  UefiLib
-  DevicePathLib
-  DebugLib
-  NetLib
-  HttpLib
-
-[Protocols]
-  ## TO_START
-  ## BY_START
-  gEfiDevicePathProtocolGuid
-  
-  gEfiLoadFileProtocolGuid                        ## BY_START
-  gEfiHttpServiceBindingProtocolGuid              ## CONSUMES
-  gEfiHttpProtocolGuid                            ## CONSUMES
-  gEfiDhcp4ServiceBindingProtocolGuid             ## TO_START
-  gEfiDhcp4ProtocolGuid                           ## TO_START
-  gEfiIp4Config2ProtocolGuid                      ## TO_START
-  gEfiNetworkInterfaceIdentifierProtocolGuid_31   ## SOMETIMES_CONSUMES
-
-[UserExtensions.TianoCore."ExtraFiles"]
-  HttpBootDxeExtra.uni
+## @file\r
+#  This modules produce the Load File Protocol for UEFI HTTP boot.\r
+# \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
+#  http://opensource.org/licenses/bsd-license.php\r
+#  \r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  \r
+##\r
+\r
+[Defines]\r
+  INF_VERSION               = 0x00010005\r
+  BASE_NAME                 = HttpBootDxe\r
+  FILE_GUID                 = ecebcb00-d9c8-11e4-af3d-8cdcd426c973\r
+  MODULE_TYPE               = UEFI_DRIVER\r
+  VERSION_STRING            = 1.0\r
+  ENTRY_POINT               = HttpBootDxeDriverEntryPoint\r
+  UNLOAD_IMAGE              = NetLibDefaultUnload\r
+  MODULE_UNI_FILE           = HttpBootDxe.uni\r
+\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
+  UefiBootServicesTableLib\r
+  MemoryAllocationLib\r
+  BaseLib\r
+  UefiLib\r
+  DevicePathLib\r
+  DebugLib\r
+  NetLib\r
+  HttpLib\r
+  HiiLib\r
+  PrintLib\r
+  UefiHiiServicesLib\r
+\r
+[Protocols]\r
+  ## TO_START\r
+  ## BY_START\r
+  gEfiDevicePathProtocolGuid\r
+  \r
+  gEfiLoadFileProtocolGuid                        ## BY_START\r
+  gEfiHttpServiceBindingProtocolGuid              ## CONSUMES\r
+  gEfiHttpProtocolGuid                            ## CONSUMES\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