From 2b80073ef8d7887bd7b03036370a6f1ea54ed992 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sat, 17 Jul 2021 00:55:49 +0300 Subject: Add Guid_extra.xref Signed-off-by: Konstantin Aladyshev --- scripts/Guid_extra.xref | 3 +++ scripts/replace_guids.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 scripts/Guid_extra.xref (limited to 'scripts') diff --git a/scripts/Guid_extra.xref b/scripts/Guid_extra.xref new file mode 100644 index 0000000..4eee148 --- /dev/null +++ b/scripts/Guid_extra.xref @@ -0,0 +1,3 @@ +107A772C-D5E1-11D4-9A46-0090273FC14D gEfiComponentNameProtocolGuid +7CB8BDC9-F8EB-4F34-AAEA-3EE4AF6516A1 [FV.DXEFV] + diff --git a/scripts/replace_guids.py b/scripts/replace_guids.py index c2d22ea..a5aefb0 100644 --- a/scripts/replace_guids.py +++ b/scripts/replace_guids.py @@ -1,7 +1,7 @@ from shutil import copyfile GUIDS_FILE_PATH = "Build/OvmfX64/DEBUG_GCC5/FV/Guid.xref" -EXTRA_GUIDS_FILE_PATH = "" +EXTRA_GUIDS_FILE_PATH = "Guid_extra.xref" LOG_IN_FILE_PATH = "debug.log" LOG_OUT_FILE_PATH = "debug_parsed.log" -- cgit v1.2.3-18-g5258