]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / MonotonicCounterRuntimeDxe / MonotonicCounterRuntimeDxe.inf
index 9182e2f69363036305d4dea1fa34f26a71f6f5cf..f3baf27d8c0b561e39641bc92ad808cd3f347b4f 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-# This module produces the UEFI boot service GetNextMonotonicCount()\r
-# and runtime service GetNextHighMonotonicCount().\r
+# This module produces the UEFI boot service GetNextMonotonicCount() and runtime service GetNextHighMonotonicCount().\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 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
@@ -17,6 +16,7 @@
 [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
@@ -25,7 +25,7 @@
 #\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]\r
@@ -34,7 +34,7 @@
 \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          ## PRODUCES\r
+  gEfiMonotonicCounterArchProtocolGuid  ## PRODUCES\r
 \r
 \r
 [Depex]\r
   gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  MonotonicCounterRuntimeDxeExtra.uni\r