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