X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FTimestampDxe%2FTimestampDxe.inf;h=13825bcae905963469abdb0c7505b6886955925d;hp=95b0a08384c1487c7f51fb17b6e7aaebc3a95961;hb=HEAD;hpb=6a0d41c090d33387dac72d2b121d31a232960344 diff --git a/MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf b/MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf index 95b0a08384..13825bcae9 100644 --- a/MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf +++ b/MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf @@ -1,14 +1,9 @@ ## @file -# Generic Timestamp driver produceing Timestamp Protocol using UEFI APIs. +# Generic Timestamp driver producing Timestamp Protocol using UEFI APIs. # -# Copyright (c) 2013, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # # ## @@ -16,6 +11,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = TimestampDxe + MODULE_UNI_FILE = TimestampDxe.uni FILE_GUID = C10194E7-DEB2-4AF4-9EEE-BFFDE4D7D4C7 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 @@ -24,14 +20,14 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # [Packages] MdePkg/MdePkg.dec [Sources] - TimestampDxe.c + TimestampDxe.c [LibraryClasses] UefiBootServicesTableLib @@ -46,4 +42,5 @@ [depex] TRUE - +[UserExtensions.TianoCore."ExtraFiles"] + TimestampDxeExtra.uni