]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibMicrovm.inf
OvmfPkg: Refactor MeasureHobList
[mirror_edk2.git] / OvmfPkg / Library / ResetSystemLib / BaseResetSystemLibMicrovm.inf
CommitLineData
1d3e89f3
GH
1## @file\r
2# DXE library instance for ResetSystem library class for OVMF\r
3#\r
4# Copyright (C) 2020, Red Hat, Inc.\r
5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 1.29\r
12 BASE_NAME = ResetSystemLibMicrovm\r
13 FILE_GUID = 7cd630bb-f581-4d1a-97ca-9dbc900e26a4\r
14 MODULE_TYPE = BASE\r
15 VERSION_STRING = 1.0\r
16 LIBRARY_CLASS = ResetSystemLib|SEC PEI_CORE PEIM DXE_CORE\r
17\r
18#\r
19# The following information is for reference only and not required by the build\r
20# tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64\r
23#\r
24\r
25[Sources]\r
26 ResetSystemLibMicrovm.c\r
27\r
28[Packages]\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 MdePkg/MdePkg.dec\r
31 OvmfPkg/OvmfPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 DebugLib\r
36 IoLib\r
37 TimerLib\r