Searched refs:gConsumedProtocolLibrary (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEotGlobalData.py101 gConsumedProtocolLibrary = sdict() variable
102 gConsumedProtocolLibrary['EfiHandleProtocol'] = 0
103 gConsumedProtocolLibrary['EfiLocateProtocolHandleBuffers'] = 0
104 gConsumedProtocolLibrary['EfiLocateProtocolInterface'] = 0
105 gConsumedProtocolLibrary['EfiHandleProtocol'] = 1
H A DParser.py607 if BelongsToFunction in EotGlobalData.gProducedProtocolLibrary or BelongsToFunction in EotGlobalData.gConsumedProtocolLibrary:
631 LibraryList = EotGlobalData.gConsumedProtocolLibrary

Completed in 75 milliseconds