]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
EmbeddedPkg: Replace BSD License with BSD+Patent License
[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
2ef2b01e 6#\r
878b807a 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2ef2b01e
A
8#\r
9#\r
10#**/\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = RealTimeClock\r
15 FILE_GUID = B336F62D-4135-4A55-AE4E-4971BBF0885D\r
84c35dd3 16 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
2ef2b01e
A
17 VERSION_STRING = 1.0\r
18\r
19 ENTRY_POINT = InitializeRealTimeClock\r
20\r
21[Sources.common]\r
22 RealTimeClock.c\r
23\r
24[Packages]\r
25 MdePkg/MdePkg.dec\r
26 EmbeddedPkg/EmbeddedPkg.dec\r
27\r
28[LibraryClasses]\r
2ef2b01e
A
29 DebugLib\r
30 RealTimeClockLib\r
517cf877
AB
31 UefiBootServicesTableLib\r
32 UefiDriverEntryPoint\r
33 UefiRuntimeLib\r
2ef2b01e
A
34\r
35[Protocols]\r
3402aac7 36 gEfiRealTimeClockArchProtocolGuid\r
2ef2b01e
A
37\r
38[Depex]\r
39 TRUE\r
40\r