X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FPcatRealTimeClockRuntimeDxe%2FPcatRealTimeClockRuntimeDxe.inf;h=7fa9f779639fbc6247da7d997281dc8dbc047806;hp=d50129fd525414ce8e50bec55649b125f26cf3b9;hb=4cda7726e5fd30aaf3e05c80207ae1b264bfa123;hpb=90e54a49a51e3128760fbd70097d03b450e5cb34 diff --git a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf index d50129fd52..7fa9f77963 100644 --- a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf +++ b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf @@ -2,9 +2,8 @@ # PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL. # # This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table. -# Copyright (c) 2006 - 2007, Intel Corporation. # -# Copyright (c) 2006 - 2007 Intel Corporation.
+# Copyright (c) 2006 - 2008 Intel Corporation.
# All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -23,7 +22,6 @@ MODULE_TYPE = DXE_RUNTIME_DRIVER VERSION_STRING = 1.0 EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializePcRtc @@ -40,6 +38,7 @@ [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec [LibraryClasses] UefiRuntimeServicesTableLib @@ -52,9 +51,16 @@ UefiLib DebugLib BaseLib + PcdLib + +[Guids] + gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED [Protocols] gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED [Depex] - TRUE \ No newline at end of file + gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid + +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout \ No newline at end of file