]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf
UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
[mirror_edk2.git] / UefiPayloadPkg / Library / ResetSystemLib / ResetSystemLib.inf
CommitLineData
04af8bf2
DG
1## @file\r
2# Library instance for ResetSystem library class for bootloader\r
3#\r
4# Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = ResetSystemLib\r
12 FILE_GUID = C5CD4EEE-527F-47df-9C92-B41414AF7479\r
13 MODULE_TYPE = BASE\r
14 VERSION_STRING = 1.0\r
15 LIBRARY_CLASS = ResetSystemLib\r
16\r
17 CONSTRUCTOR = ResetSystemLibConstructor\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
21# VALID_ARCHITECTURES = IA32 X64\r
22#\r
23\r
24[Sources]\r
25 ResetSystemLib.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 UefiPayloadPkg/UefiPayloadPkg.dec\r
31\r
32[LibraryClasses]\r
33 DebugLib\r
34 IoLib\r
35 HobLib\r
36 BaseMemoryLib\r
37\r
38[Guids]\r
39 gUefiAcpiBoardInfoGuid\r
40\r