Skip to content

Commit

Permalink
renaming to match convention (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: Barrett Karstens <[email protected]>
  • Loading branch information
2 people authored and kenlautner committed Jul 1, 2024
1 parent 839d5ee commit 3f36dc0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MdeModulePkg/MdeModulePkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@

[Components.IA32, Components.X64]
MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf
MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileAuditTestApp.inf
MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
Expand Down
4 changes: 2 additions & 2 deletions MdePkg/MdePkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@
#
# Add UEFI Target Based Unit Tests
#
MdePkg/Test/UnitTest/Library/BaseLib/BaseLibUnitTestsUefi.inf
MdePkg/Test/UnitTest/Library/BaseLib/BaseLibUnitTestApp.inf

#
# Build PEIM, DXE_DRIVER, SMM_DRIVER, UEFI Shell components that test SafeIntLib
#
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLibPei.inf
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLibDxe.inf
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLibSmm.inf
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLibUefiShell.inf
MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLibTestApp.inf

[Components.IA32, Components.X64, Components.AARCH64]
MdePkg/Library/BaseRngLib/BaseRngLib.inf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[Defines]
INF_VERSION = 0x00010006
BASE_NAME = BaseLibUnitTestsUefi
BASE_NAME = BaseLibUnitTestApp
FILE_GUID = df5a6fed-8786-4a9d-9d02-eab39497b4a1
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[Defines]
INF_VERSION = 0x00010005
BASE_NAME = TestBaseSafeIntLibUefiShell
BASE_NAME = TestBaseSafeIntLibTestApp
MODULE_UNI_FILE = TestBaseSafeIntLib.uni
FILE_GUID = 1F91B73E-5B6A-4317-80E8-E7C36A3C7AF4
MODULE_TYPE = UEFI_APPLICATION
Expand Down

0 comments on commit 3f36dc0

Please sign in to comment.