Skip to content

Commit

Permalink
Remove ArmPkg and EmbeddedPkg Dependencies in StandaloneMmPkg
Browse files Browse the repository at this point in the history
This commit is split apart from
881c831 in order to create
package level commits and pull in upstream changes to
MdeModulePkg.
  • Loading branch information
os-d committed Mar 14, 2024
1 parent 4584975 commit 3208cb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions StandaloneMmPkg/StandaloneMmPkg.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
## options defined .pytool/Plugin/DependencyCheck
"DependencyCheck": {
"AcceptableDependencies": [
"ArmPkg/ArmPkg.dec",
"EmbeddedPkg/EmbeddedPkg.dec",
# "ArmPkg/ArmPkg.dec", # MU_CHANGE: Remove ArmPkg Dependency
# "EmbeddedPkg/EmbeddedPkg.dec", # MU_CHANGE: Remove EmbeddePkg Dependency
"StandaloneMmPkg/StandaloneMmPkg.dec",
"MdeModulePkg/MdeModulePkg.dec",
"MdePkg/MdePkg.dec"
Expand Down
12 changes: 7 additions & 5 deletions StandaloneMmPkg/StandaloneMmPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf # MU_CHANGE: Remove EmbeddedPkg Dependency
FvLib|StandaloneMmPkg/Library/FvLib/FvLib.inf
HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Expand All @@ -67,10 +67,12 @@
StandaloneMmCoreEntryPoint|StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf # MU_CHANGE

[LibraryClasses.AARCH64, LibraryClasses.ARM]
ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
# MU_CHANGE [BEGIN]: Remove ArmPkg Dependencies
# ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
# StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
# ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
# CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
# MU_CHANGE [END]: Remove ArmPkg Dependencies
PeCoffExtraActionLib|StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf

# MU_CHANGE [BEGIN]
Expand Down

0 comments on commit 3208cb3

Please sign in to comment.