]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / RealTimeClockRuntimeDxe / RealTimeClockRuntimeDxe.inf
1 #/** @file
2 # Real Time Clock Architectural Protocol Driver as defined in PI
3 #
4 # Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 #**/
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = RealTimeClock
15 FILE_GUID = B336F62D-4135-4A55-AE4E-4971BBF0885D
16 MODULE_TYPE = DXE_RUNTIME_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeRealTimeClock
20
21 [Sources.common]
22 RealTimeClock.c
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 EmbeddedPkg/EmbeddedPkg.dec
27
28 [LibraryClasses]
29 DebugLib
30 RealTimeClockLib
31 UefiBootServicesTableLib
32 UefiDriverEntryPoint
33 UefiRuntimeLib
34
35 [Protocols]
36 gEfiRealTimeClockArchProtocolGuid
37
38 [Depex]
39 TRUE
40