]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / PeiResetSystemLib / PeiResetSystemLib.inf
... / ...
CommitLineData
1## @file\r
2# PEI Reset System Library instance that calls the ResetSystem2() PEI Service.\r
3#\r
4# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = PeiResetSystemLib\r
13 MODULE_UNI_FILE = PeiResetSystemLib.uni\r
14 FILE_GUID = 3198FF36-FC72-42E7-B98A-A080D823AFBF\r
15 MODULE_TYPE = PEIM\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = ResetSystemLib|PEI_CORE PEIM\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64 EBC\r
23#\r
24\r
25[Sources]\r
26 PeiResetSystemLib.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31\r
32[LibraryClasses]\r
33 PeiServicesLib\r
34\r
35[Depex]\r
36 gEfiPeiReset2PpiGuid\r