]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
Add comments for the MACRO follow the Spec, and change some definition not match...
[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
8cd4d17c 24 ENTRY_POINT = InitializePcRtc\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 EBC\r
30#\r
31\r
8cd4d17c 32[Sources.common]\r
33 Ia32/Ia32PcRtc.c\r
34 PcRtc.c\r
35 PcRtc.h\r
36\r
8cd4d17c 37[Packages]\r
38 MdePkg/MdePkg.dec\r
ec35e997 39 MdeModulePkg/MdeModulePkg.dec\r
8cd4d17c 40\r
8cd4d17c 41[LibraryClasses]\r
42 UefiRuntimeServicesTableLib\r
43 UefiRuntimeLib\r
44 UefiBootServicesTableLib\r
45 UefiDriverEntryPoint\r
46 TimerLib\r
47 IoLib\r
48 BaseMemoryLib\r
49 UefiLib\r
50 DebugLib\r
51 BaseLib\r
835e5a5f 52 PcdLib\r
8cd4d17c 53\r
ec35e997
LG
54[Guids]\r
55 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED\r
56\r
8cd4d17c 57[Protocols]\r
58 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
59\r
8cd4d17c 60[Depex]\r
ec35e997 61 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
f8ea3026 62 \r
63[Pcd]\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout