2 # PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
4 # This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.
5 # It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 # Copyright (c) 2017, AMD Inc. All rights reserved.<BR>
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
21 INF_VERSION = 0x00010005
23 MODULE_UNI_FILE = PcRtc.uni
24 FILE_GUID = 378D7B65-8DA9-4773-B6E4-A47826A833E1
25 MODULE_TYPE = DXE_RUNTIME_DRIVER
27 ENTRY_POINT = InitializePcRtc
30 # The following information is for reference only and not required by the build tools.
32 # VALID_ARCHITECTURES = IA32 X64 EBC
42 MdeModulePkg/MdeModulePkg.dec
43 PcAtChipsetPkg/PcAtChipsetPkg.dec
46 UefiRuntimeServicesTableLib
48 UefiBootServicesTableLib
60 gEfiRealTimeClockArchProtocolGuid ## PRODUCES
63 ## SOMETIMES_CONSUMES ## Event
64 ## SOMETIMES_CONSUMES ## SystemTable
67 ## SOMETIMES_CONSUMES ## Event
68 ## SOMETIMES_CONSUMES ## SystemTable
72 gPcAtChipsetPkgTokenSpaceGuid.PcdInitialValueRtcRegisterA ## CONSUMES
73 gPcAtChipsetPkgTokenSpaceGuid.PcdInitialValueRtcRegisterB ## CONSUMES
74 gPcAtChipsetPkgTokenSpaceGuid.PcdInitialValueRtcRegisterD ## CONSUMES
77 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout ## CONSUMES
78 gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear ## CONSUMES
79 gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear ## CONSUMES
80 gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister ## CONSUMES
81 gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister ## CONSUMES
84 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
86 [UserExtensions.TianoCore."ExtraFiles"]