MsCorePkg: Remove the non-existent header files in aarch64#899
Conversation
Co-authored-by: Kancy Joe <kancy2333@outlook.com> Signed-off-by: XiaoYeZi <2838632319@qq.com>
❌ QEMU Validation FailedSource Dependencies
Results
Workflow run: https://github.com/microsoft/mu_plus/actions/runs/27690530666 This comment was automatically generated by the Mu QEMU PR Validation workflow. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Removes an unused protocol header include from the AArch64 memory protection exception handler library to simplify dependencies.
Changes:
- Dropped
Protocol/MemoryProtectionNonstopMode.hinclude fromMemoryProtectionExceptionHandlerLibAArch64.c
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/202511 #899 +/- ##
================================================
Coverage ? 1.30%
================================================
Files ? 56
Lines ? 6902
Branches ? 51
================================================
Hits ? 90
Misses ? 6812
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
As stated in #895, this header file no longer exists, and the issue has been fixed in X64. However, Aarch64 was overlooked, so it should be applied to AArch64 as well.
How This Was Tested
N/A
Integration Instructions
N/A