[Cherry-pick] StandaloneMmPkg Core: Treat no DEPEX as TRUE - #1896
Merged
Michael Kubacki (makubacki) merged 1 commit intoSep 1, 2026
Merged
Conversation
Contributor
⏩ QEMU Validation SkippedThe PR was merged before validation completed. This comment was automatically generated by the Mu QEMU PR Validation workflow. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/202511 #1896 +/- ##
================================================
Coverage ? 0.50%
================================================
Files ? 30
Lines ? 5581
Branches ? 31
================================================
Hits ? 28
Misses ? 5553
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:
|
Aaron (apop5)
approved these changes
Aug 31, 2026
Vineel Kovvuri[MSFT] (vineelko)
approved these changes
Sep 1, 2026
Michael Kubacki (makubacki)
approved these changes
Sep 1, 2026
Treat no DEPEX as TRUE, then the DEPEX section can be eliminated if a driver can be assured to have no DEPEX needed. Signed-off-by: Star Zeng <star.zeng@intel.com> (cherry picked from commit 37db800)
Michael Kubacki (makubacki)
force-pushed
the
CAT_Change_3
branch
from
September 1, 2026 18:24
9037976 to
0171954
Compare
Michael Kubacki (makubacki)
enabled auto-merge (rebase)
September 1, 2026 18:24
Michael Kubacki (makubacki)
merged commit Sep 1, 2026
04afff1
into
microsoft:release/202511
56 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Treat no DEPEX as TRUE, then the DEPEX section can be eliminated if a driver can be assured to have no
DEPEX needed.
(cherry picked from commit 37db800)
How This Was Tested
<Describe the test(s) that were run to verify the changes.>
Integration Instructions
<Describe how these changes should be integrated. Use N/A if nothing is required.>