]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpDxe.inf
index 4cc9b2e533b36e6bd968c0b6b36c184346825869..b6335e9ccd3f625b5233b6e77a6c414bbf6642a4 100644 (file)
@@ -1,40 +1,43 @@
-#/** @file\r
+## @file\r
 # Component description file for ARP module\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 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
 #\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                      = ArpDxe\r
   FILE_GUID                      = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113\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                    = ArpDriverEntryPoint\r
-\r
+  UNLOAD_IMAGE                   = NetLibDefaultUnload\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  gArpDriverBinding                       \r
+#  COMPONENT_NAME                =  gArpComponentName\r
+#  COMPONENT_NAME2               =  gArpComponentName2\r
+#\r
 \r
-[Sources.common]\r
+[Sources]\r
   ArpMain.c\r
   ArpDriver.h\r
   ComponentName.c\r
   ArpImpl.h\r
   ArpImpl.c\r
-  ArpDebug.h\r
   ArpDriver.c\r
 \r
 \r
   UefiDriverEntryPoint\r
   DebugLib\r
   NetLib\r
-\r
+  DpcLib\r
 \r
 [Protocols]\r
   gEfiManagedNetworkServiceBindingProtocolGuid  # PROTOCOL ALWAYS_CONSUMED\r
   gEfiArpServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
   gEfiManagedNetworkProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
   gEfiArpProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-\r