]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
sync comments, fix function header, rename variable name to follow coding style.
[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 EDK_RELEASE_VERSION = 0x00020000
25
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.common]
35 Ia32/Ia32PcRtc.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
56 [Guids]
57 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED
58
59 [Protocols]
60 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
61
62 [Depex]
63 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
64
65 [Pcd]
66 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout