Sync PatcherSupportPkg

This commit is contained in:
Mykola Grymalyuk
2024-12-09 12:45:30 -07:00
parent 213e161458
commit 5f1e21eb09
10 changed files with 127 additions and 18 deletions

View File

@@ -124,7 +124,7 @@ class PatcherValidation:
minor_kernel (int): Minor kernel version
"""
patch_type_merge_exempt = ["MechanismPlugins"]
patch_type_merge_exempt = ["MechanismPlugins", "ModulePlugins"]
patch_type_overwrite_exempt = []
patchset = HardwarePatchsetDetection(self.constants, xnu_major=major_kernel, xnu_minor=minor_kernel, validation=True).patches