]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Eot/EotGlobalData.py
BaseTools: Use absolute import in Eot
[mirror_edk2.git] / BaseTools / Source / Python / Eot / EotGlobalData.py
index a9f51189c1eb747a07dde7d7eed55902b61b1d98..cb6a940ab8f943d05d6a0c57cb024b7a6a344f25 100644 (file)
@@ -65,6 +65,9 @@ gGuidDict = dict()
 \r
 # Dict for PROTOCOL\r
 gProtocolList = {}\r
+# Dict for PPI\r
+gPpiList = {}\r
+\r
 \r
 # Dict for consumed PPI function calling\r
 gConsumedPpiLibrary = OrderedDict()\r
@@ -92,3 +95,17 @@ gConsumedProtocolLibrary['EfiHandleProtocol'] = 1
 # Dict for callback PROTOCOL function callling\r
 gCallbackProtocolLibrary = OrderedDict()\r
 gCallbackProtocolLibrary['EfiRegisterProtocolCallback'] = 2\r
+\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