]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf
e0a92c00cfe919e01ce80183dde66509ed390e24
[mirror_edk2.git] / CorebootPayloadPkg / Library / ResetSystemLib / ResetSystemLib.inf
1 ## @file
2 # Library instance for ResetSystem library class for coreboot
3 #
4 # Copyright (c) 2014 - 2018, 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 #
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 ResetSystemLib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 CorebootModulePkg/CorebootModulePkg.dec
30
31 [LibraryClasses]
32 DebugLib
33 IoLib
34 HobLib
35
36 [Guids]
37 gUefiAcpiBoardInfoGuid
38