]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
da4a9f53b502e3dc89996001d0f70fe294adc821
[mirror_edk2.git] / PcAtChipsetPkg / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
1 ## @file
2 #
3 # PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
4 #
5 # This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.
6 # It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.
7 #
8 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = PcRtc
22 MODULE_UNI_FILE = PcRtc.uni
23 FILE_GUID = 378D7B65-8DA9-4773-B6E4-A47826A833E1
24 MODULE_TYPE = DXE_RUNTIME_DRIVER
25 VERSION_STRING = 1.0
26 ENTRY_POINT = InitializePcRtc
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 EBC
32 #
33
34 [Sources]
35 PcRtcEntry.c
36 PcRtc.c
37 PcRtc.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43 [LibraryClasses]
44 UefiRuntimeServicesTableLib
45 UefiRuntimeLib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48 TimerLib
49 IoLib
50 BaseMemoryLib
51 UefiLib
52 DebugLib
53 BaseLib
54 PcdLib
55 ReportStatusCodeLib
56
57 [Protocols]
58 gEfiRealTimeClockArchProtocolGuid ## PRODUCES
59
60 [Depex]
61 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
62
63 [Pcd]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout ## CONSUMES
65 [UserExtensions.TianoCore."ExtraFiles"]
66 PcRtcExtra.uni