Rename the IntelHelper to make it a little more accurate.

This commit is contained in:
Mike Auty
2016-08-22 02:28:20 +01:00
parent 3a07d6810b
commit 546bca1893
+1 -1
View File
@@ -142,7 +142,7 @@ class PageMapScanner(interfaces.layers.ScannerInterface):
yield (test, result)
class IntelHelper(interfaces.automagic.AutomagicInterface, interfaces.automagic.StackerLayerInterface):
class WintelHelper(interfaces.automagic.AutomagicInterface, interfaces.automagic.StackerLayerInterface):
priority = 20
stack_order = 90
tests = [DtbTest32bit(), DtbTest64bit(), DtbTestPae()]