From 5373d8a0f9f50d42d812d27384d9487022a70199 Mon Sep 17 00:00:00 2001 From: "Carsey, Jaben" Date: Sat, 28 Apr 2018 06:32:24 +0800 Subject: [PATCH] BaseTools: Eot - remove unused lists Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey Reviewed-by: Yonghong Zhu --- BaseTools/Source/Python/Eot/EotGlobalData.py | 29 -------------------- 1 file changed, 29 deletions(-) diff --git a/BaseTools/Source/Python/Eot/EotGlobalData.py b/BaseTools/Source/Python/Eot/EotGlobalData.py index 7689b76da9..da224a7ee3 100644 --- a/BaseTools/Source/Python/Eot/EotGlobalData.py +++ b/BaseTools/Source/Python/Eot/EotGlobalData.py @@ -104,32 +104,3 @@ gConsumedProtocolLibrary['EfiHandleProtocol'] = 1 # Dict for callback PROTOCOL function callling gCallbackProtocolLibrary = OrderedDict() gCallbackProtocolLibrary['EfiRegisterProtocolCallback'] = 2 - -# Dict for ARCH PROTOCOL -gArchProtocols = ['gEfiBdsArchProtocolGuid', - 'gEfiCapsuleArchProtocolGuid', - 'gEfiCpuArchProtocolGuid', #5053697e-2cbc-4819-90d9-0580deee5754 - 'gEfiMetronomeArchProtocolGuid', - 'gEfiMonotonicCounterArchProtocolGuid', - 'gEfiRealTimeClockArchProtocolGuid', - 'gEfiResetArchProtocolGuid', - 'gEfiRuntimeArchProtocolGuid', - 'gEfiSecurityArchProtocolGuid', - 'gEfiStatusCodeRuntimeProtocolGuid', - 'gEfiTimerArchProtocolGuid', - 'gEfiVariableArchProtocolGuid', - 'gEfiVariableWriteArchProtocolGuid', - 'gEfiWatchdogTimerArchProtocolGuid'] -gArchProtocolGuids = ['665e3ff6-46cc-11d4-9a38-0090273fc14d', - '26baccb1-6f42-11d4-bce7-0080c73c8881', - '26baccb2-6f42-11d4-bce7-0080c73c8881', - '1da97072-bddc-4b30-99f1-72a0b56fff2a', - '27cfac87-46cc-11d4-9a38-0090273fc14d', - '27cfac88-46cc-11d4-9a38-0090273fc14d', - 'b7dfb4e1-052f-449f-87be-9818fc91b733', - 'a46423e3-4617-49f1-b9ff-d1bfa9115839', - 'd2b2b828-0826-48a7-b3df-983c006024f0', - '26baccb3-6f42-11d4-bce7-0080c73c8881', - '1e5668e2-8481-11d4-bcf1-0080c73c8881', - '6441f818-6362-4e44-b570-7dba31dd2453', - '665e3ff5-46cc-11d4-9a38-0090273fc14d'] -- 2.39.2