]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpDxe.inf
NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpDxe.inf
index bf2cbee5f7c978e9a9c02ee0b444b485d1957304..111818138c1ea1bbd8a1f5b599936d1ec8ec8baa 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Implementation of EFI HTTP protocol interfaces.\r
 #\r
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2015 - 2016, 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
@@ -26,6 +26,7 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
+  NetworkPkg/NetworkPkg.dec\r
 \r
 [Sources]\r
   ComponentName.h\r
   HttpImpl.c\r
   HttpProto.h\r
   HttpProto.c\r
+  HttpsSupport.h\r
+  HttpsSupport.c\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
   MemoryAllocationLib\r
   BaseLib\r
   UefiLib\r
   gEfiDns6ProtocolGuid                             ## SOMETIMES_CONSUMES\r
   gEfiIp4Config2ProtocolGuid                       ## SOMETIMES_CONSUMES\r
   gEfiIp6ConfigProtocolGuid                        ## SOMETIMES_CONSUMES\r
+  gEfiTlsServiceBindingProtocolGuid                ## SOMETIMES_CONSUMES\r
+  gEfiTlsProtocolGuid                              ## SOMETIMES_CONSUMES\r
+  gEfiTlsConfigurationProtocolGuid                 ## SOMETIMES_CONSUMES\r
+\r
+[Guids]\r
+  gEfiTlsCaCertificateGuid                         ## CONSUMES  ## GUID\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   HttpDxeExtra.uni
\ No newline at end of file