]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / SnpDxe.inf
index 66c9129817dc74cf01aefa9373a1e924e899321c..287edcc2d7a73b1df443a8b0b045f5c4cd8edff8 100644 (file)
@@ -1,29 +1,23 @@
-#/** @file\r
-# Component name for module SNP\r
+## @file\r
+#    Component description file for SNP module.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2006, Intel Corporation.\r
+# Copyright (c) 2006 - 2010, Intel Corporation. <BR> \r
+# All rights reserved. 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
-#  All rights reserved. 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
+# 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
-#  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
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SnpDxe\r
   FILE_GUID                      = A2f436EA-A127-4EF8-957C-8048606FF670\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeSnpNiiDriver\r
 \r
 #\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  mSimpleNetworkDriverBinding                        \r
+#  COMPONENT_NAME                =  gSimpleNetworkComponentName\r
+#  COMPONENT_NAME2               =  gSimpleNetworkComponentName2\r
+#\r
 \r
-[Sources.common]\r
-  receive.c\r
-  snp.h\r
-  nvdata.c\r
-  get_status.c\r
-  start.c\r
-  snp.c\r
-  stop.c\r
-  statistics.c\r
-  reset.c\r
-  shutdown.c\r
-  mcast_ip_to_mac.c\r
-  transmit.c\r
+[Sources]\r
+  Receive.c\r
+  Snp.h\r
+  Nvdata.c\r
+  Get_status.c\r
+  Start.c\r
+  Snp.c\r
+  Stop.c\r
+  Statistics.c\r
+  Reset.c\r
+  Shutdown.c\r
+  Mcast_ip_to_mac.c\r
+  Transmit.c\r
   WaitForPacket.c\r
-  receive_filters.c\r
-  initialize.c\r
+  Receive_filters.c\r
+  Initialize.c\r
   ComponentName.c\r
-  callback.c\r
-  station_address.c\r
+  Callback.c\r
+  Station_address.c\r
 \r
 \r
 [Packages]\r
   DebugLib\r
 \r
 \r
+[Guids]\r
+  gEfiEventExitBootServicesGuid                 ## CONSUMES\r
+\r
+\r
 [Protocols]\r
   gEfiPciIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
   gEfiSimpleNetworkProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r