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