]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
Refine the file/function comments to follow doxygen format
[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 - 2010, 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 FILE_GUID = 378D7B65-8DA9-4773-B6E4-A47826A833E1
23 MODULE_TYPE = DXE_RUNTIME_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = InitializePcRtc
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 EBC
31 #
32
33 [Sources]
34 PcRtcEntry.c
35 PcRtc.c
36 PcRtc.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 UefiRuntimeServicesTableLib
44 UefiRuntimeLib
45 UefiBootServicesTableLib
46 UefiDriverEntryPoint
47 TimerLib
48 IoLib
49 BaseMemoryLib
50 UefiLib
51 DebugLib
52 BaseLib
53 PcdLib
54
55 [Protocols]
56 gEfiRealTimeClockArchProtocolGuid ## PRODUCES
57
58 [Depex]
59 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
60
61 [Pcd]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout ## CONSUMES