]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Dxe.inf
index e8153a771d6aaca0a144bdff171fc1bff2ca49e6..6e5335ca2369983fba91281a671a9256b170eedb 100644 (file)
@@ -1,15 +1,11 @@
 ## @file\r
-# Component name for module Mtftp4\r
+#  This module produces EFI MTFTPv4 Protocol and EFI MTFTPv4 Service Binding Protocol.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This module produces EFI MTFTPv4 Protocol upon EFI UDPv4 Protocol, to provide\r
+#  basic services for client-side unicast and/or multicase TFTP operations.\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
-#\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
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
@@ -17,6 +13,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Mtftp4Dxe\r
+  MODULE_UNI_FILE                = Mtftp4Dxe.uni\r
   FILE_GUID                      = DC3641B8-2FA8-4ed3-BC1F-F9962A03454B\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -25,9 +22,9 @@
 #\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                =  gMtftp4DriverBinding                        \r
+#  DRIVER_BINDING                =  gMtftp4DriverBinding\r
 #  COMPONENT_NAME                =  gMtftp4ComponentName\r
 #  COMPONENT_NAME2               =  gMtftp4ComponentName2\r
 #\r
 \r
 \r
 [Protocols]\r
-  gEfiMtftp4ServiceBindingProtocolGuid          # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiMtftp4ProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp4ServiceBindingProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUdp4ProtocolGuid                          # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiMtftp4ServiceBindingProtocolGuid          ## BY_START\r
+  gEfiUdp4ServiceBindingProtocolGuid            ## TO_START\r
+  gEfiMtftp4ProtocolGuid                        ## BY_START\r
+  gEfiUdp4ProtocolGuid                          ## TO_START\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Mtftp4DxeExtra.uni\r