]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / SnpDxe.inf
index a7f81c83c5649e0e9259024bc1a53f7e0efc84a3..90fd8d54752aaf5cf410214b2d8b7f55be7e1bcc 100644 (file)
@@ -1,20 +1,24 @@
 ## @file\r
-#    Component description file for SNP module.\r
+#  This module produces EFI SNP Protocol.\r
 #\r
-# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials are licensed \r
-# and made available under the terms and conditions of the BSD License which \r
-# accompanies this distribution. The full text of the license may be found at \r
-# http://opensource.org/licenses/bsd-license.php \r
+#  This module produces Simple Network Protocol upon EFI Network Interface \r
+#  Identifier Protocol, to provide a packet level interface to a network adapter.\r
 #\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
+#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials are licensed \r
+#  and made available under the terms and conditions of the BSD License which \r
+#  accompanies this distribution. The full text of the license may be found at \r
+#  http://opensource.org/licenses/bsd-license.php \r
+#\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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SnpDxe\r
+  MODULE_UNI_FILE                = SnpDxe.uni\r
   FILE_GUID                      = A2f436EA-A127-4EF8-957C-8048606FF670\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   NetLib\r
 \r
 [Guids]\r
-  gEfiEventExitBootServicesGuid                 ## CONSUMES\r
-\r
+  gEfiEventExitBootServicesGuid                 ## SOMETIMES_CONSUMES ## Event\r
 \r
 [Protocols]\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSimpleNetworkProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSimpleNetworkProtocolGuid                 ## BY_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## TO_START\r
+  gEfiPciIoProtocolGuid                         ## TO_START\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SnpDxeExtra.uni\r