]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4Dxe / Ip4Dxe.inf
index 02699248e9e41d81dd7515181e699b934d70a740..90fb83ae800d0a067b02a95b11ca7d3d23b2e784 100644 (file)
@@ -1,8 +1,12 @@
 ## @file\r
-# Component name for module Ip4\r
+#  This module produces EFI IPv4 Protocol and EFI IPv4 Service Binding Protocol.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This module produces EFI IPv4 Protocol upon EFI MNP Protocol and EFI ARP Protocol,\r
+#  to provide basic network IPv4 packet I/O services, which includes support for a\r
+#  subset of the Internet Control Message Protocol (ICMP) and may include support for\r
+#  the Internet Group Management Protocol (IGMP).\r
 #\r
+#  Copyright (c) 2007 - 2014, 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
@@ -17,6 +21,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Ip4Dxe\r
+  MODULE_UNI_FILE                = Ip4Dxe.uni\r
   FILE_GUID                      = 9FB1A1F3-3B71-4324-B39A-745CBB015FFF\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0 \r
   DpcLib\r
 \r
 [Protocols]\r
-  gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiManagedNetworkServiceBindingProtocolGuid  # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiIp4ConfigProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiArpServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiManagedNetworkProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiArpProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiIpSec2ProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
-  
\ No newline at end of file
+  ## BY_START\r
+  ## UNDEFINED # variable\r
+  gEfiIp4ServiceBindingProtocolGuid\r
+  gEfiIp4ProtocolGuid                           ## BY_START\r
+  gEfiManagedNetworkServiceBindingProtocolGuid  ## TO_START\r
+  gEfiManagedNetworkProtocolGuid                ## TO_START\r
+  gEfiArpServiceBindingProtocolGuid             ## TO_START\r
+  gEfiIp4ConfigProtocolGuid                     ## TO_START\r
+  gEfiArpProtocolGuid                           ## TO_START\r
+  gEfiIpSec2ProtocolGuid                        ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Ip4DxeExtra.uni\r