]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / ResetUtilityLib / ResetUtilityLib.inf
1 ## @file
2 # This file contains the Reset Utility functions.
3 #
4 # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9 [Defines]
10 INF_VERSION = 0x00010017
11 BASE_NAME = ResetUtilityLib
12 FILE_GUID = CAFC3CA1-3E32-449F-9B0E-40BA3CB73A12
13 VERSION_STRING = 1.0
14 MODULE_TYPE = BASE
15 LIBRARY_CLASS = ResetUtilityLib
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32 X64
21 #
22
23 [Sources]
24 ResetUtility.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29
30 [LibraryClasses]
31 BaseLib
32 DebugLib
33 BaseMemoryLib
34 ResetSystemLib