]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
SourceLevelDebugPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / PcAtChipsetPkg / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
CommitLineData
7b202cb0 1## @file\r
8cd4d17c 2#\r
fd97c925 3# PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
8cd4d17c 4#\r
fd97c925 5# This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
6# It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.\r
3cfb790c 7#\r
95d48e82 8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
18c97f53 9# This program and the accompanying materials\r
fd97c925 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
8cd4d17c 13#\r
fd97c925 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8cd4d17c 16#\r
7b202cb0 17##\r
8cd4d17c 18\r
8cd4d17c 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PcRtc\r
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
8cd4d17c 41\r
8cd4d17c 42[LibraryClasses]\r
43 UefiRuntimeServicesTableLib\r
44 UefiRuntimeLib\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 TimerLib\r
48 IoLib\r
49 BaseMemoryLib\r
50 UefiLib\r
51 DebugLib\r
52 BaseLib\r
835e5a5f 53 PcdLib\r
44d52203 54 ReportStatusCodeLib\r
8cd4d17c 55\r
8cd4d17c 56[Protocols]\r
e95e4b49 57 gEfiRealTimeClockArchProtocolGuid ## PRODUCES\r
8cd4d17c 58\r
8cd4d17c 59[Depex]\r
ec35e997 60 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
f8ea3026 61 \r
62[Pcd]\r
e95e4b49 63 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout ## CONSUMES