ShellPkg/AcpiView: Refactor configuration
A new file and header (AcpiViewConfig.[ch]) is created that houses the user configuration. This declutters the core code and improves modularity of the design. The module level symbols for verbosity, table selection, and highlighting are refactored into the new file. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Tomas Pilar <tomas.pilar@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
cae974bea2
commit
e18ac66d84
@ -10,6 +10,7 @@
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include "AcpiParser.h"
|
||||
#include "AcpiView.h"
|
||||
#include "AcpiViewConfig.h"
|
||||
|
||||
STATIC UINT32 gIndent;
|
||||
STATIC UINT32 mTableErrorCount;
|
||||
|
Reference in New Issue
Block a user