]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / TimestampDxe / TimestampDxe.inf
index 95b0a08384c1487c7f51fb17b6e7aaebc3a95961..13825bcae905963469abdb0c7505b6886955925d 100644 (file)
@@ -1,14 +1,9 @@
 ## @file\r
-# Generic Timestamp driver produceing Timestamp Protocol using UEFI APIs.\r
+# Generic Timestamp driver producing Timestamp Protocol using UEFI APIs.\r
 #\r
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2018, 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
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\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
@@ -16,6 +11,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = TimestampDxe\r
+  MODULE_UNI_FILE                = TimestampDxe.uni\r
   FILE_GUID                      = C10194E7-DEB2-4AF4-9EEE-BFFDE4D7D4C7\r
   MODULE_TYPE                    = DXE_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
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [Sources]\r
-  TimestampDxe.c \r
+  TimestampDxe.c\r
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
@@ -46,4 +42,5 @@
 [depex]\r
   TRUE\r
 \r
-  \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  TimestampDxeExtra.uni\r