]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Udp4Dxe / Udp4Dxe.inf
index 3f97393dc36cb5b48e373cdd97371c204eea774e..69b6d5d943b7cebf3f815a27d33a37ba087d68e0 100644 (file)
@@ -1,10 +1,11 @@
-#/** @file\r
-# Component name for module Udp4\r
+## @file\r
+#  This module produces EFI UDP Protocol and EFI UDPv4 Service Binding Protocol.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2006, Intel Corporation. All right reserved.\r
+#  This module produces EFI UDP(User Datagram Protocol) Protocol upon EFI IPv4\r
+#  Protocol, to provide basic UDPv4 I/O services.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\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                      = Udp4\r
+  BASE_NAME                      = Udp4Dxe\r
+  MODULE_UNI_FILE                = Udp4Dxe.uni\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
   Udp4Impl.c\r
   Udp4Driver.h\r
   Udp4Driver.c\r
-  CommonHeader.h\r
 \r
 \r
 [Packages]\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
+  gEfiUdp4ServiceBindingProtocolGuid            ## BY_START\r
+  gEfiIp4ServiceBindingProtocolGuid             ## TO_START\r
+  gEfiUdp4ProtocolGuid                          ## BY_START\r
+  gEfiIp4ProtocolGuid                           ## TO_START\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Udp4DxeExtra.uni\r