]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecDxe.inf
NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency.
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecDxe.inf
index 9b4c7a5462b4f1412daf07b7d0c0617186d307d5..583305b4f8a3b869314c7d40557f47264156b92b 100644 (file)
@@ -1,7 +1,12 @@
 ## @file\r
-#  Component description file for IpSec module.\r
+#  Packet-level security for IP datagram.\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This driver provides EFI IPsec2 Protocol which is used to abstract the ability\r
+#  to deal with the individual packets sent and received by the host and provide\r
+#  packet-level security for IP datagram. It provides the IP packet protection via\r
+#  ESP and it supports IKEv2 for key negotiation.\r
+#\r
+#  Copyright (c) 2009 - 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,7 @@
   VERSION_STRING                 = 1.0\r
 \r
   ENTRY_POINT                    = IpSecDriverEntryPoint\r
+  MODULE_UNI_FILE                = IpSecDxe.uni\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -64,7 +70,7 @@
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   CryptoPkg/CryptoPkg.dec\r
-  LocalNetworkPkg/LocalNetworkPkg.dec\r
+  NetworkPkg/NetworkPkg.dec\r
 \r
 [LibraryClasses]\r
   MemoryAllocationLib\r
@@ -76,7 +82,6 @@
   BaseMemoryLib\r
   DebugLib\r
   PrintLib\r
-  #CryptLib\r
   BaseCryptLib\r
   DpcLib\r
   UdpIoLib\r
   PcdLib\r
   \r
 [Protocols]\r
-  gEfiIp4ConfigProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED  \r
-  gEfiUdp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp6ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED  \r
-  gEfiUdp6ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiIpSecConfigProtocolGuid                   # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiIpSecProtocolGuid                         # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiIp4Config2ProtocolGuid                    ## SOMETIMES_CONSUMES\r
+  gEfiUdp4ServiceBindingProtocolGuid            ## SOMETIMES_CONSUMES  \r
+  gEfiUdp4ProtocolGuid                          ## SOMETIMES_CONSUMES\r
+  gEfiUdp6ServiceBindingProtocolGuid            ## SOMETIMES_CONSUMES  \r
+  gEfiUdp6ProtocolGuid                          ## SOMETIMES_CONSUMES\r
+  gEfiIpSecConfigProtocolGuid                   ## PRODUCES\r
+  gEfiIpSec2ProtocolGuid                        ## PRODUCES\r
   \r
 [Pcd]\r
-  gEfiNetworkPkgTokenSpaceGuid.PcdIpsecCertiifcateEnabled\r
-  gEfiMdeModulePkgTokenSpaceGuid.UefiCaFile\r
-  gEfiMdeModulePkgTokenSpaceGuid.UefiCaFileSize\r
-  gEfiMdeModulePkgTokenSpaceGuid.UefiCertificate\r
-  gEfiMdeModulePkgTokenSpaceGuid.UefiCertificateSize\r
-  gEfiMdeModulePkgTokenSpaceGuid.UefiCertificateKey\r
-  gEfiMdeModulePkgTokenSpaceGuid.UefiCertificateKeySize\r
-  \r
-[BuildOptions.common]\r
-#DEBUG_MYTOOLS_IA32_CC_FLAGS            = /Od /GL
\ No newline at end of file
+  gEfiNetworkPkgTokenSpaceGuid.PcdIpsecCertificateEnabled       ## SOMETIMES_CONSUMES\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCaFile               ## SOMETIMES_CONSUMES\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCaFileSize           ## SOMETIMES_CONSUMES\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificate          ## SOMETIMES_CONSUMES\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificateSize      ## SOMETIMES_CONSUMES\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificateKey       ## SOMETIMES_CONSUMES\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificateKeySize   ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IpSecDxeExtra.uni\r