]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Udp4Dxe / Udp4Dxe.inf
index 76b5a1220147b819f40e2be548c015aba3296651..ba623a663770967b8caeb4d41e03118f506e3063 100644 (file)
@@ -1,23 +1,19 @@
-#/** @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.\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
-#  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
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\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                      = Udp4Dxe\r
+  MODULE_UNI_FILE                = Udp4Dxe.uni\r
   FILE_GUID                      = 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\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
+#  VALID_ARCHITECTURES           = IA32 X64 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
+  gEfiUdp4ServiceBindingProtocolGuid            ## BY_START\r
+  gEfiIp4ServiceBindingProtocolGuid             ## TO_START\r
+  gEfiUdp4ProtocolGuid                          ## BY_START\r
+  gEfiIp4ProtocolGuid                           ## TO_START\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Udp4DxeExtra.uni\r