]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
INF module description edited
[mirror_edk2.git] / MdeModulePkg / Universal / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
CommitLineData
8cd4d17c 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
fd97c925 8# Copyright (c) 2006 - 2008 Intel Corporation. <BR>\r
9# All rights reserved. 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
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
17#**/\r
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
8cd4d17c 33[Sources.common]\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
8cd4d17c 54\r
ec35e997
LG
55[Guids]\r
56 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED\r
57\r
8cd4d17c 58[Protocols]\r
59 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
60\r
8cd4d17c 61[Depex]\r
ec35e997 62 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
f8ea3026 63 \r
64[Pcd]\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout