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