]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpDxe.inf
NetworkPkg: Add HTTP Driver
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpDxe.inf
diff --git a/NetworkPkg/HttpDxe/HttpDxe.inf b/NetworkPkg/HttpDxe/HttpDxe.inf
new file mode 100644 (file)
index 0000000..4632934
--- /dev/null
@@ -0,0 +1,64 @@
+## @file\r
+#  Implementation of EFI HTTP protocol interfaces.\r
+#\r
+#  Copyright (c) 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
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php.\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
+\r
+[Defines]\r
+  INF_VERSION               = 0x00010005\r
+  BASE_NAME                 = HttpDxe\r
+  FILE_GUID                 = 2366c20f-e15a-11e3-8bf1-e4115b28bc50\r
+  MODULE_TYPE               = UEFI_DRIVER\r
+  VERSION_STRING            = 1.0\r
+  ENTRY_POINT               = HttpDxeDriverEntryPoint\r
+  UNLOAD_IMAGE              = NetLibDefaultUnload\r
+  MODULE_UNI_FILE           = HttpDxe.uni\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[Sources]\r
+  ComponentName.h\r
+  ComponentName.c\r
+  HttpDns.h\r
+  HttpDns.c\r
+  HttpDriver.h\r
+  HttpDriver.c\r
+  HttpImpl.h\r
+  HttpImpl.c\r
+  HttpProto.h\r
+  HttpProto.c\r
+  HttpUtilities.h\r
+  HttpUtilities.c\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  MemoryAllocationLib\r
+  BaseLib\r
+  UefiLib\r
+  DebugLib\r
+  NetLib\r
+  HttpLib\r
+\r
+[Protocols]\r
+  gEfiHttpServiceBindingProtocolGuid               ## BY_START\r
+  gEfiHttpProtocolGuid                             ## BY_START\r
+  gEfiTcp4ServiceBindingProtocolGuid               ## TO_START\r
+  gEfiTcp4ProtocolGuid                             ## TO_START\r
+  gEfiDns4ServiceBindingProtocolGuid               ## SOMETIMES_CONSUMES\r
+  gEfiDns4ProtocolGuid                             ## SOMETIMES_CONSUMES\r
+  gEfiIp4Config2ProtocolGuid                       ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  HttpDxeExtra.uni
\ No newline at end of file