]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Eot - remove unused lists
authorCarsey, Jaben <jaben.carsey@intel.com>
Fri, 27 Apr 2018 22:32:24 +0000 (06:32 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 4 May 2018 05:03:01 +0000 (13:03 +0800)
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/Eot/EotGlobalData.py

index 7689b76da9d64af5aae949074689996b88df9af3..da224a7ee3e34ba990090cc90f709f4f7d439a87 100644 (file)
@@ -104,32 +104,3 @@ gConsumedProtocolLibrary['EfiHandleProtocol'] = 1
 # Dict for callback PROTOCOL function callling\r
 gCallbackProtocolLibrary = OrderedDict()\r
 gCallbackProtocolLibrary['EfiRegisterProtocolCallback'] = 2\r
-\r
-# Dict for ARCH PROTOCOL\r
-gArchProtocols = ['gEfiBdsArchProtocolGuid',\r
-                  'gEfiCapsuleArchProtocolGuid',\r
-                  'gEfiCpuArchProtocolGuid',  #5053697e-2cbc-4819-90d9-0580deee5754\r
-                  'gEfiMetronomeArchProtocolGuid',\r
-                  'gEfiMonotonicCounterArchProtocolGuid',\r
-                  'gEfiRealTimeClockArchProtocolGuid',\r
-                  'gEfiResetArchProtocolGuid',\r
-                  'gEfiRuntimeArchProtocolGuid',\r
-                  'gEfiSecurityArchProtocolGuid',\r
-                  'gEfiStatusCodeRuntimeProtocolGuid',\r
-                  'gEfiTimerArchProtocolGuid',\r
-                  'gEfiVariableArchProtocolGuid',\r
-                  'gEfiVariableWriteArchProtocolGuid',\r
-                  'gEfiWatchdogTimerArchProtocolGuid']\r
-gArchProtocolGuids = ['665e3ff6-46cc-11d4-9a38-0090273fc14d',\r
-                      '26baccb1-6f42-11d4-bce7-0080c73c8881',\r
-                      '26baccb2-6f42-11d4-bce7-0080c73c8881',\r
-                      '1da97072-bddc-4b30-99f1-72a0b56fff2a',\r
-                      '27cfac87-46cc-11d4-9a38-0090273fc14d',\r
-                      '27cfac88-46cc-11d4-9a38-0090273fc14d',\r
-                      'b7dfb4e1-052f-449f-87be-9818fc91b733',\r
-                      'a46423e3-4617-49f1-b9ff-d1bfa9115839',\r
-                      'd2b2b828-0826-48a7-b3df-983c006024f0',\r
-                      '26baccb3-6f42-11d4-bce7-0080c73c8881',\r
-                      '1e5668e2-8481-11d4-bcf1-0080c73c8881',\r
-                      '6441f818-6362-4e44-b570-7dba31dd2453',\r
-                      '665e3ff5-46cc-11d4-9a38-0090273fc14d']\r