]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
DynamicTablesPkg: Disable deprecated APIs
[mirror_edk2.git] / MdeModulePkg / Universal / MonotonicCounterRuntimeDxe / MonotonicCounterRuntimeDxe.inf
index 592e894f0a29492036aac72ec46588a28357a060..f08f17cfbe953d5fe91183b911a45d2d85a8f903 100644 (file)
@@ -1,44 +1,35 @@
-#/** @file\r
-# Component description file for MonotonicCounter module.\r
+## @file\r
+# This module produces the UEFI boot service GetNextMonotonicCount() and runtime service GetNextHighMonotonicCount().\r
 #\r
-# This module produces UEFI Monotonic Counter Boot and Runtime Services.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. 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
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = MonotonicCounterRuntimeDxe\r
+  MODULE_UNI_FILE                = MonotonicCounterRuntimeDxe.uni\r
   FILE_GUID                      = AD608272-D07F-4964-801E-7BD3B7888652\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = MonotonicCounterDriverInitialize\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.common]\r
-  MonotonicCounter.h\r
+[Sources]\r
   MonotonicCounter.c\r
 \r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   UefiRuntimeServicesTableLib\r
   UefiDriverEntryPoint\r
   BaseLib\r
 \r
+[Guids]\r
+  ## PRODUCES ## Variable:L"MTC"\r
+  ## CONSUMES ## Variable:L"MTC"\r
+  gMtcVendorGuid\r
 \r
 [Protocols]\r
-  gEfiMonotonicCounterArchProtocolGuid          # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiMonotonicCounterArchProtocolGuid  ## PRODUCES\r
 \r
 \r
 [Depex]\r
   gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  MonotonicCounterRuntimeDxeExtra.uni\r