]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / PcAtChipsetPkg / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
... / ...
CommitLineData
1## @file\r
2#\r
3# PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
4#\r
5# This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
6# It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.\r
7#\r
8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
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
13#\r
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
16#\r
17##\r
18\r
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
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
33[Sources]\r
34 PcRtcEntry.c\r
35 PcRtc.c\r
36 PcRtc.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
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
53 PcdLib\r
54\r
55[Protocols]\r
56 gEfiRealTimeClockArchProtocolGuid ## PRODUCES\r
57\r
58[Depex]\r
59 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
60 \r
61[Pcd]\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout ## CONSUMES