You've already forked edk2-upstream
mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-03-06 15:03:57 -08:00
This commit adds a host based unit test for DxeReportStatusCodeLib that ensures that the platform cannot invert the TPL on an initial call to ReportStatusCode functionality. Signed-off-by: Joey Vagedes <joey.vagedes@gmail.com>
33 lines
770 B
INI
33 lines
770 B
INI
## @file
|
|
# Host based Application that Unit Tests DxeReportStatusCodeLib
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010017
|
|
BASE_NAME = DxeReportStatusCodeLibGoogleTest
|
|
FILE_GUID = D7F3EA2A-1868-4107-82AB-B737BF9FD6B0
|
|
MODULE_TYPE = HOST_APPLICATION
|
|
VERSION_STRING = 1.0
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
DxeReportStatusCodeLibGoogleTest.cpp
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
|
|
|
|
[LibraryClasses]
|
|
GoogleTestLib
|
|
BaseLib
|
|
ReportStatusCodeLib
|
|
UefiBootServicesTableLib
|