Skip to content

Commit

Permalink
ArmPlatformPkg: Update to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Barkelew authored and kenlautner committed Dec 19, 2023
1 parent 8184905 commit 0607475
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ArmPlatformPkg/ArmPlatformPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"ArmPkg/ArmPkg.dec",
"EmbeddedPkg/EmbeddedPkg.dec",
"MdeModulePkg/MdeModulePkg.dec",
"MdePkg/MdePkg.dec"
"MdePkg/MdePkg.dec",
"StandaloneMmPkg/StandaloneMmPkg.dec" # MU_CHANGE
],
# For host based unit tests
"AcceptableDependencies-HOST_APPLICATION":[
Expand Down
3 changes: 2 additions & 1 deletion ArmPlatformPkg/ArmPlatformPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf

NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
#NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf # MU_CHANGE
NULL|UefiCpuPkg/Library/CompilerIntrinsicsLib/ArmCompilerIntrinsicsLib.inf # MU_CHANGE
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf

[LibraryClasses.common.PEIM]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ArmPkg/ArmPkg.dec
ArmPlatformPkg/ArmPlatformPkg.dec
MdePkg/MdePkg.dec
StandaloneMmPkg/StandaloneMmPkg.dec
#StandaloneMmPkg/StandaloneMmPkg.dec # MU_CHANGE

[LibraryClasses]
BaseMemoryLib
Expand Down

0 comments on commit 0607475

Please sign in to comment.