]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
OvmfPkg/ResetSystemLib: introduce the DxeResetSystemLib instance
[mirror_edk2.git] / OvmfPkg / Library / ResetSystemLib / BaseResetSystemLib.inf
CommitLineData
7ca30a6a 1## @file\r
d70cdcf0 2# Base library instance for ResetSystem library class for OVMF\r
7ca30a6a 3#\r
dbf9cc87 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
b26f0cf9 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7ca30a6a 6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
d70cdcf0 11 BASE_NAME = BaseResetSystemLib\r
7ca30a6a 12 FILE_GUID = 66564872-21d4-4d2a-a68b-1e844f980820\r
13 MODULE_TYPE = BASE\r
14 VERSION_STRING = 1.0\r
93f6df5f 15 LIBRARY_CLASS = ResetSystemLib|SEC PEI_CORE PEIM DXE_CORE\r
7ca30a6a 16\r
17#\r
b36fbd36
LE
18# The following information is for reference only and not required by the build\r
19# tools.\r
7ca30a6a 20#\r
dbf9cc87 21# VALID_ARCHITECTURES = IA32 X64\r
7ca30a6a 22#\r
23\r
24[Sources]\r
d70cdcf0 25 BaseResetShutdown.c\r
7ca30a6a 26 ResetSystemLib.c\r
27\r
28[Packages]\r
002f38a4 29 MdeModulePkg/MdeModulePkg.dec\r
7ca30a6a 30 MdePkg/MdePkg.dec\r
d52c2868 31 OvmfPkg/OvmfPkg.dec\r
7ca30a6a 32\r
33[LibraryClasses]\r
002f38a4 34 BaseLib\r
7ca30a6a 35 DebugLib\r
36 IoLib\r
aaebea27 37 PciLib\r
fb2ae5fd 38 TimerLib\r