]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf
CorebootPayloadPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CorebootPayloadPkg / Library / ResetSystemLib / ResetSystemLib.inf
CommitLineData
9c228fb0
MM
1## @file\r
2# Library instance for ResetSystem library class for coreboot\r
3#\r
04c7f902 4# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
d2e8b7e1 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9c228fb0
MM
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#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
04c7f902 20# VALID_ARCHITECTURES = IA32 X64\r
9c228fb0
MM
21#\r
22\r
23[Sources]\r
24 ResetSystemLib.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 MdeModulePkg/MdeModulePkg.dec\r
29 CorebootModulePkg/CorebootModulePkg.dec\r
30 \r
31[LibraryClasses]\r
32 DebugLib\r
33 IoLib\r
34 HobLib\r
35 \r
36[Guids] \r
37 gUefiAcpiBoardInfoGuid\r
38\r