]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Dxe.inf
index 5ef5de912307ff43c5908e3a74406d6948559b01..e8153a771d6aaca0a144bdff171fc1bff2ca49e6 100644 (file)
@@ -1,9 +1,9 @@
-#/** @file\r
+## @file\r
 # Component name for module Mtftp4\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
 #  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                      = Mtftp4Dxe\r
   FILE_GUID                      = DC3641B8-2FA8-4ed3-BC1F-F9962A03454B\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                    = Mtftp4DriverEntryPoint\r
   UNLOAD_IMAGE                   = NetLibDefaultUnload\r
 #\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  gMtftp4DriverBinding                        \r
+#  COMPONENT_NAME                =  gMtftp4ComponentName\r
+#  COMPONENT_NAME2               =  gMtftp4ComponentName2\r
+#\r
 \r
-[Sources.common]\r
+[Sources]\r
   Mtftp4Option.c\r
   Mtftp4Rrq.c\r
   Mtftp4Impl.h\r
 \r
 \r
 [LibraryClasses]\r
-  BaseLib\r
   UefiLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
   NetLib\r
   UdpIoLib\r
+  MemoryAllocationLib\r
+  BaseMemoryLib\r
 \r
 \r
 [Protocols]\r