]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
Code scrub:
[mirror_edk2.git] / MdeModulePkg / Universal / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
CommitLineData
8cd4d17c 1#/** @file\r
2# PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
3#\r
4# This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
8cd4d17c 5#\r
8d85dc31 6# Copyright (c) 2006 - 2008 Intel Corporation. <BR>\r
3cfb790c 7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8cd4d17c 14#\r
15#\r
16#**/\r
17\r
8cd4d17c 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PcRtc\r
21 FILE_GUID = 378D7B65-8DA9-4773-B6E4-A47826A833E1\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
8cd4d17c 25\r
26 ENTRY_POINT = InitializePcRtc\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 EBC\r
32#\r
33\r
8cd4d17c 34[Sources.common]\r
35 Ia32/Ia32PcRtc.c\r
36 PcRtc.c\r
37 PcRtc.h\r
38\r
8cd4d17c 39[Packages]\r
40 MdePkg/MdePkg.dec\r
ec35e997 41 MdeModulePkg/MdeModulePkg.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
8cd4d17c 55\r
ec35e997
LG
56[Guids]\r
57 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED\r
58\r
8cd4d17c 59[Protocols]\r
60 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
61\r
8cd4d17c 62[Depex]\r
ec35e997 63 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
f8ea3026 64 \r
65[Pcd]\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout