]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
Fix PcdSetPtr() service to use the max buffer size to check whether new buffer data...
[mirror_edk2.git] / MdeModulePkg / Universal / MonotonicCounterRuntimeDxe / MonotonicCounterRuntimeDxe.inf
index 180067d82b3038b3ee7f46e414051c4ef1000227..0a0d9372be8c08fddf065a1b6585e96fe8f6f0ae 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
+## @file\r
 # This module produces the UEFI boot service GetNextMonotonicCount()\r
 # and runtime service GetNextHighMonotonicCount().\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   MonotonicCounter.c\r
 \r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   UefiRuntimeServicesTableLib\r
@@ -44,6 +44,8 @@
   UefiDriverEntryPoint\r
   BaseLib\r
 \r
+[Guids]\r
+  gMtcVendorGuid\r
 \r
 [Protocols]\r
   gEfiMonotonicCounterArchProtocolGuid          ## PRODUCES\r
 \r
 [Depex]\r
   gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
-\r
-\r
-# [Event]\r
-#   ##\r
-#   # This is a private event to update the Monotonic Counter's high part when low part overflows.\r
-#   #\r
-#   EVT_NOTIFY_SIGNAL                   ## PRODUCES\r
-#\r
-#
\ No newline at end of file