]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / PcAtChipsetPkg / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
CommitLineData
7b202cb0 1## @file\r
944d79b7 2# PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
8cd4d17c 3#\r
944d79b7
SQ
4# This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
5# It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.\r
8cd4d17c 6#\r
36dd3c78 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
8794bf26
LD
8# Copyright (c) 2017, AMD Inc. All rights reserved.<BR>\r
9#\r
944d79b7
SQ
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
3cfb790c 14#\r
944d79b7
SQ
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8cd4d17c 17#\r
7b202cb0 18##\r
8cd4d17c 19\r
8cd4d17c 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = PcRtc\r
546f14bf 23 MODULE_UNI_FILE = PcRtc.uni\r
8cd4d17c 24 FILE_GUID = 378D7B65-8DA9-4773-B6E4-A47826A833E1\r
25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
26 VERSION_STRING = 1.0\r
8cd4d17c 27 ENTRY_POINT = InitializePcRtc\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 EBC\r
33#\r
34\r
7b202cb0 35[Sources]\r
714e2a12 36 PcRtcEntry.c\r
8cd4d17c 37 PcRtc.c\r
38 PcRtc.h\r
39\r
8cd4d17c 40[Packages]\r
41 MdePkg/MdePkg.dec\r
ec35e997 42 MdeModulePkg/MdeModulePkg.dec\r
1e5fff63 43 PcAtChipsetPkg/PcAtChipsetPkg.dec\r
8cd4d17c 44\r
8cd4d17c 45[LibraryClasses]\r
46 UefiRuntimeServicesTableLib\r
47 UefiRuntimeLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 TimerLib\r
51 IoLib\r
52 BaseMemoryLib\r
53 UefiLib\r
54 DebugLib\r
55 BaseLib\r
835e5a5f 56 PcdLib\r
44d52203 57 ReportStatusCodeLib\r
8cd4d17c 58\r
8cd4d17c 59[Protocols]\r
e95e4b49 60 gEfiRealTimeClockArchProtocolGuid ## PRODUCES\r
8cd4d17c 61\r
41628cbc 62[Guids]\r
25570861
LG
63 ## SOMETIMES_CONSUMES ## Event\r
64 ## SOMETIMES_CONSUMES ## SystemTable\r
65 gEfiAcpi10TableGuid\r
66\r
67 ## SOMETIMES_CONSUMES ## Event\r
68 ## SOMETIMES_CONSUMES ## SystemTable\r
69 gEfiAcpiTableGuid\r
41628cbc 70\r
8794bf26
LD
71[FixedPcd]\r
72 gPcAtChipsetPkgTokenSpaceGuid.PcdInitialValueRtcRegisterA ## CONSUMES\r
73 gPcAtChipsetPkgTokenSpaceGuid.PcdInitialValueRtcRegisterB ## CONSUMES\r
74 gPcAtChipsetPkgTokenSpaceGuid.PcdInitialValueRtcRegisterD ## CONSUMES\r
5a702acd 75\r
f8ea3026 76[Pcd]\r
546f14bf 77 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout ## CONSUMES\r
1e5fff63
EL
78 gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear ## CONSUMES\r
79 gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear ## CONSUMES\r
36dd3c78
RN
80 gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister ## CONSUMES\r
81 gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister ## CONSUMES\r
1e5fff63 82\r
8794bf26
LD
83[Depex]\r
84 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
85\r
546f14bf
QS
86[UserExtensions.TianoCore."ExtraFiles"]\r
87 PcRtcExtra.uni\r