]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / RealTimeClockRuntimeDxe / RealTimeClockRuntimeDxe.inf
CommitLineData
2ef2b01e 1#/** @file\r
517cf877 2# Real Time Clock Architectural Protocol Driver as defined in PI\r
2ef2b01e 3#\r
517cf877
AB
4# Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>\r
55ee36b0 6# Copyright (c) 2021, Ampere Computing LLC. All rights reserved.<BR>\r
2ef2b01e 7#\r
878b807a 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2ef2b01e
A
9#\r
10#\r
11#**/\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = RealTimeClock\r
16 FILE_GUID = B336F62D-4135-4A55-AE4E-4971BBF0885D\r
84c35dd3 17 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
2ef2b01e
A
18 VERSION_STRING = 1.0\r
19\r
20 ENTRY_POINT = InitializeRealTimeClock\r
21\r
22[Sources.common]\r
23 RealTimeClock.c\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 EmbeddedPkg/EmbeddedPkg.dec\r
28\r
29[LibraryClasses]\r
2ef2b01e
A
30 DebugLib\r
31 RealTimeClockLib\r
55ee36b0 32 TimeBaseLib\r
517cf877
AB
33 UefiBootServicesTableLib\r
34 UefiDriverEntryPoint\r
35 UefiRuntimeLib\r
2ef2b01e
A
36\r
37[Protocols]\r
3402aac7 38 gEfiRealTimeClockArchProtocolGuid\r
2ef2b01e
A
39\r
40[Depex]\r
4ea3a6de 41 gEfiVariableArchProtocolGuid\r
2ef2b01e 42\r