]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Library / TemplateRealTimeClockLib / TemplateRealTimeClockLib.inf
1 #/** @file
2 # Memory Status Code Library for UEFI drivers
3 #
4 # Lib to provide memory journal status code reporting Routines
5 # Copyright (c) 2006, Intel Corporation. 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 = TemplateRealTimeClockLib
15 FILE_GUID = B661E02D-A90B-42AB-A5F9-CF841AAA43D9
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = RealTimeClockLib
19
20
21 [Sources.common]
22 RealTimeClockLib.c
23
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 EmbeddedPkg/EmbeddedPkg.dec
28
29 [LibraryClasses]
30 IoLib
31 DebugLib