]> git.proxmox.com Git - mirror_edk2.git/blob - PcatRealTimeClockRuntimeDxe.inf
b46fb0371bdafa8fb773e6487be93dc4cb818425
[mirror_edk2.git] / 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 # Copyright (c) 2006 - 2007, Intel Corporation.
6 #
7 # All rights reserved.
8 # This software and associated documentation (if any) is furnished
9 # under a license and may only be used or copied in accordance
10 # with the terms of the license. Except as permitted by such
11 # license, no part of this software or documentation may be
12 # reproduced, stored in a retrieval system, or transmitted in any
13 # form or by any means without the express written consent of
14 # Intel Corporation.
15 #
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 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = InitializePcRtc
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 EBC
34 #
35
36 [Sources.common]
37 Ia32/Ia32PcRtc.c
38 PcRtc.c
39 PcRtc.h
40
41
42 [Packages]
43 MdePkg/MdePkg.dec
44
45 [LibraryClasses]
46 UefiRuntimeServicesTableLib
47 UefiRuntimeLib
48 UefiBootServicesTableLib
49 UefiDriverEntryPoint
50 TimerLib
51 IoLib
52 BaseMemoryLib
53 UefiLib
54 DebugLib
55 BaseLib
56
57
58 [Protocols]
59 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
60
61
62 [Depex]
63 gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid
64