]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
sync comments, fix function header, rename variable name to follow coding style.
[mirror_edk2.git] / MdeModulePkg / Universal / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
index f464369bd14ed62d7d2455ae82145c7869411127..7fa9f779639fbc6247da7d997281dc8dbc047806 100644 (file)
@@ -2,9 +2,8 @@
 # PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
 #\r
 # This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
 #\r
-# Copyright (c) 2006 - 2007 Intel Corporation. <BR>\r
+# Copyright (c) 2006 - 2008 Intel Corporation. <BR>\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
@@ -23,7 +22,6 @@
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = InitializePcRtc\r
 \r
@@ -53,6 +51,7 @@
   UefiLib\r
   DebugLib\r
   BaseLib\r
+  PcdLib\r
 \r
 [Guids]\r
   gEfiGenericPlatformVariableGuid               # ALWAYS_CONSUMED\r
@@ -62,4 +61,6 @@
 \r
 [Depex]\r
   gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
-  
\ No newline at end of file
+  \r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout
\ No newline at end of file