]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Udp6Dxe/Udp6Dxe.inf
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Dxe.inf
index 30b2bc1cc7e64fe3c5c8143afae36f49dc25ebfc..c3d40316459a28b653f8d68d11774da4629809a0 100644 (file)
@@ -1,15 +1,12 @@
 ## @file Udp6Dxe.inf\r
-#  Component description file for Udp6 module.\r
+#  UDP packet service based on IPv6 stack.\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This module produces EFI UDPv6 Protocol which provides simple packet-oriented\r
+#  services to transmit and receive UDP packets.\r
 #\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
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 \r
   ENTRY_POINT                    = Udp6DriverEntryPoint\r
   UNLOAD_IMAGE                   = NetLibDefaultUnload\r
+  MODULE_UNI_FILE                = Udp6Dxe.uni\r
 \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
 \r
 [Sources]\r
 \r
 \r
 [Protocols]\r
-  gEfiIp6ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiIp6ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp6ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp6ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiIp6ProtocolGuid                           ## TO_START\r
+  gEfiIp6ServiceBindingProtocolGuid             ## TO_START\r
+  gEfiUdp6ServiceBindingProtocolGuid            ## BY_START\r
+  gEfiUdp6ProtocolGuid                          ## BY_START\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Udp6DxeExtra.uni\r