2011-01-13 06:46:52 +01:00
|
|
|
## @file
|
|
|
|
# Library instance for ResetSystem library class for OVMF
|
|
|
|
#
|
2018-06-29 05:30:22 +02:00
|
|
|
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:06:33 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2011-01-13 06:46:52 +01:00
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = ResetSystemLib
|
|
|
|
FILE_GUID = 66564872-21d4-4d2a-a68b-1e844f980820
|
|
|
|
MODULE_TYPE = BASE
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
LIBRARY_CLASS = ResetSystemLib
|
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2018-06-29 05:30:22 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64
|
2011-01-13 06:46:52 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
[Sources]
|
|
|
|
ResetSystemLib.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2013-07-19 00:51:10 +02:00
|
|
|
OvmfPkg/OvmfPkg.dec
|
2011-01-13 06:46:52 +01:00
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
DebugLib
|
|
|
|
IoLib
|
2019-08-13 13:30:45 +02:00
|
|
|
PciLib
|
2013-03-04 18:38:42 +01:00
|
|
|
TimerLib
|