]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Udp4Dxe / Udp4Dxe.inf
index 1d89792a59c9e57cd10b5b71e2b8e2602d9a6950..e74882b01a6e0d83abb7b80216701705ed8f7eb9 100644 (file)
@@ -1,8 +1,8 @@
-#/** @file\r
+## @file\r
 # Component name for module Udp4\r
 #\r
 # FIX ME!\r
-# Copyright (c) 2006, Intel Corporation. All right reserved.\r
+# Copyright (c) 2006 - 2010, Intel Corporation.\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
 #  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                      = Udp4\r
+  BASE_NAME                      = Udp4Dxe\r
   FILE_GUID                      = 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b\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                    = Udp4DriverEntryPoint\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                =  gUdp4DriverBinding                        \r
+#  COMPONENT_NAME                =  gUdp4ComponentName\r
+#  COMPONENT_NAME2               =  gUdp4ComponentName2\r
+#\r
 \r
-[Sources.common]\r
+[Sources]\r
   Udp4Impl.h\r
   Udp4Main.c\r
   ComponentName.c\r
   DebugLib\r
   IpIoLib\r
   NetLib\r
-\r
+  DpcLib\r
 \r
 [Protocols]\r
   gEfiIp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
   gEfiUdp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
   gEfiIp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
   gEfiUdp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
-\r
+  \r