Automagic: Ensure linxu/mac are excluded from windows automagic

This commit is contained in:
Mike Auty
2022-01-13 01:01:20 +00:00
parent 7aed488721
commit d91a6f94fb
2 changed files with 3 additions and 0 deletions
@@ -44,6 +44,7 @@ class KernelPDBScanner(interfaces.automagic.AutomagicInterface):
"""
priority = 30
max_pdb_size = 0x400000
exclusion_list = ['linux', 'mac']
def find_virtual_layers_from_req(self, context: interfaces.context.ContextInterface, config_path: str,
requirement: interfaces.configuration.RequirementInterface) -> List[str]:
@@ -238,6 +238,8 @@ class WinSwapLayers(interfaces.automagic.AutomagicInterface):
"""Class to read swap_layers filenames from single-swap-layers, create the
layers and populate the single-layers swap_layers."""
exclusion_list = ['linux', 'mac']
def __call__(self,
context: interfaces.context.ContextInterface,
config_path: str,