mirror of https://github.com/acidanthera/audk.git
33 lines
737 B
INI
33 lines
737 B
INI
## @file
|
|
#
|
|
# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = Nt32ResetSystemLib
|
|
FILE_GUID = A7EBA1F6-5505-4fba-8895-386EE02B2FAC
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = ResetSystemLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32
|
|
#
|
|
|
|
[Sources]
|
|
ResetSystemLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
Nt32Pkg/Nt32Pkg.dec
|
|
|
|
[LibraryClasses]
|
|
WinNtLib
|
|
DebugLib
|