[Scummvm-git-logs] scummvm master -> 371396ff61e2c84b196c0a86ef506fb82b8b1799
sev-
sev at scummvm.org
Tue Jul 27 18:33:58 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
371396ff61 SYMBIAN: Add uids for new exe's.
Commit: 371396ff61e2c84b196c0a86ef506fb82b8b1799
https://github.com/scummvm/scummvm/commit/371396ff61e2c84b196c0a86ef506fb82b8b1799
Author: Fiodar Stryzhniou (fedor_qd at mail.ru)
Date: 2021-07-27T20:33:56+02:00
Commit Message:
SYMBIAN: Add uids for new exe's.
Changed paths:
backends/platform/symbian/symbian_builder/common_names.py
diff --git a/backends/platform/symbian/symbian_builder/common_names.py b/backends/platform/symbian/symbian_builder/common_names.py
index f643db00c0..f2bf77669c 100644
--- a/backends/platform/symbian/symbian_builder/common_names.py
+++ b/backends/platform/symbian/symbian_builder/common_names.py
@@ -39,9 +39,9 @@ build = 'full'
sis_major_version, sis_minor_version, sis_build_number = 2, '03', 0
-uids = ("0xA0000657", "0xA0000658", "0x2006FE7C", "0x2006FE7D", "0x2006FE7E", "0x2006FE7F", "0x2006FE80")
+uids = ("0xA0000657", "0xA0000658", "0x2006FE7C", "0x2006FE7D", "0x2006FE7E", "0x2006FE7F", "0x2006FE80", "0x2006FE81", "0x2006FE82")
# Test uids 3
-uids_tests = ("0xAA000657", "0xAA000658", "0xA006FE7C", "0xA006FE7D", "0xA006FE7E", "0xA006FE7F", "0xA006FE80")
+uids_tests = ("0xAA000657", "0xAA000658", "0xA006FE7C", "0xA006FE7D", "0xA006FE7E", "0xA006FE7F", "0xA006FE80", "0xA006FE81", "0xA006FE82")
def get_UIDs(build):
if build == 'full':
More information about the Scummvm-git-logs
mailing list