]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4Dxe / Ip4Dxe.inf
index bd9946dd5fb5a21baf28a79103c3a026f33ec802..02699248e9e41d81dd7515181e699b934d70a740 100644 (file)
@@ -1,9 +1,9 @@
-#/** @file\r
+## @file\r
 # Component name for module Ip4\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -33,7 +33,7 @@
 #  COMPONENT_NAME2               =  gIp4ComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   Ip4Driver.c\r
   Ip4Option.h\r
   Ip4Route.h\r
@@ -70,7 +70,7 @@
   UefiRuntimeServicesTableLib\r
   DebugLib\r
   NetLib\r
-\r
+  DpcLib\r
 \r
 [Protocols]\r
   gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
@@ -80,4 +80,5 @@
   gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
   gEfiManagedNetworkProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
   gEfiArpProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-\r
+  gEfiIpSec2ProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
+  
\ No newline at end of file