]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Library / TemplateResetSystemLib / TemplateResetSystemLib.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 = TemplateResetSystemLib
15 FILE_GUID = 40BAFDE5-4CC8-4FBE-A8BA-071890076E50
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = EfiResetSystemLib
19
20
21 [Sources.common]
22 ResetSystemLib.c
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 EmbeddedPkg/EmbeddedPkg.dec
27
28 [LibraryClasses]
29 IoLib
30 DebugLib