]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
PcAtChipsetPkg/PcRtc: Modify INF file content to follow INF spec
[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
944d79b7
SQ
7# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
3cfb790c 12#\r
944d79b7
SQ
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8cd4d17c 15#\r
7b202cb0 16##\r
8cd4d17c 17\r
8cd4d17c 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PcRtc\r
546f14bf 21 MODULE_UNI_FILE = PcRtc.uni\r
8cd4d17c 22 FILE_GUID = 378D7B65-8DA9-4773-B6E4-A47826A833E1\r
23 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
24 VERSION_STRING = 1.0\r
8cd4d17c 25 ENTRY_POINT = InitializePcRtc\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 EBC\r
31#\r
32\r
7b202cb0 33[Sources]\r
714e2a12 34 PcRtcEntry.c\r
8cd4d17c 35 PcRtc.c\r
36 PcRtc.h\r
37\r
8cd4d17c 38[Packages]\r
39 MdePkg/MdePkg.dec\r
ec35e997 40 MdeModulePkg/MdeModulePkg.dec\r
1e5fff63 41 PcAtChipsetPkg/PcAtChipsetPkg.dec\r
8cd4d17c 42\r
8cd4d17c 43[LibraryClasses]\r
44 UefiRuntimeServicesTableLib\r
45 UefiRuntimeLib\r
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48 TimerLib\r
49 IoLib\r
50 BaseMemoryLib\r
51 UefiLib\r
52 DebugLib\r
53 BaseLib\r
835e5a5f 54 PcdLib\r
44d52203 55 ReportStatusCodeLib\r
8cd4d17c 56\r
8cd4d17c 57[Protocols]\r
e95e4b49 58 gEfiRealTimeClockArchProtocolGuid ## PRODUCES\r
8cd4d17c 59\r
41628cbc 60[Guids]\r
a087ab74
RN
61 gEfiAcpi10TableGuid ## CONSUMES ## Event\r
62 gEfiAcpiTableGuid ## CONSUMES ## Event\r
41628cbc 63\r
8cd4d17c 64[Depex]\r
ec35e997 65 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
f8ea3026 66 \r
67[Pcd]\r
546f14bf 68 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout ## CONSUMES\r
1e5fff63
EL
69 gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear ## CONSUMES\r
70 gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear ## CONSUMES\r
71\r
546f14bf
QS
72[UserExtensions.TianoCore."ExtraFiles"]\r
73 PcRtcExtra.uni\r