]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Udp6Dxe/Udp6Dxe.inf
NetworkPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Dxe.inf
index 30b2bc1cc7e64fe3c5c8143afae36f49dc25ebfc..05dc5ef4febd8ffc94d0847506922a44ebd8edf6 100644 (file)
@@ -1,7 +1,10 @@
 ## @file Udp6Dxe.inf\r
-#  Component description file for Udp6 module.\r
-#\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  UDP packet service based on IPv6 stack.\r
+#  \r
+#  This module produces EFI UDPv6 Protocol which provides simple packet-oriented\r
+#  services to transmit and receive UDP packets.\r
+#                                                                                \r
+#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -22,6 +25,7 @@
 \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
 \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