aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Guid_extra.xref3
-rw-r--r--scripts/replace_guids.py2
2 files changed, 4 insertions, 1 deletions
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"