]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015).
[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
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
546f14bf
QS
63 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout ## CONSUMES\r
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 PcRtcExtra.uni\r