diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-17 00:55:49 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-17 00:55:49 +0300 |
commit | 2b80073ef8d7887bd7b03036370a6f1ea54ed992 (patch) | |
tree | 8fd542c785c237d2b8d975c269e8c85d5ce414f1 /scripts | |
parent | e076c459f61cbebec552b11f91f1123aedcd0c4d (diff) | |
download | UEFI-Lessons-2b80073ef8d7887bd7b03036370a6f1ea54ed992.tar.gz UEFI-Lessons-2b80073ef8d7887bd7b03036370a6f1ea54ed992.tar.bz2 UEFI-Lessons-2b80073ef8d7887bd7b03036370a6f1ea54ed992.zip |
Add Guid_extra.xref
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Guid_extra.xref | 3 | ||||
-rw-r--r-- | scripts/replace_guids.py | 2 |
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" |