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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEotGlobalData.py90 gProducedProtocolLibrary = sdict() variable
91 gProducedProtocolLibrary['RegisterEsalClass'] = 0
92 gProducedProtocolLibrary['CoreInstallProtocolInterface'] = 1
93 gProducedProtocolLibrary['CoreInstallMultipleProtocolInterfaces'] = -1
94 gProducedProtocolLibrary['EfiInstallProtocolInterface'] = 1
95 gProducedProtocolLibrary['EfiReinstallProtocolInterface'] = 1
96 gProducedProtocolLibrary['EfiLibNamedEventSignal'] = 0
97 gProducedProtocolLibrary['LibInstallProtocolInterfaces'] = 1
98 gProducedProtocolLibrary['LibReinstallProtocolInterfaces'] = 1
H A DParser.py607 if BelongsToFunction in EotGlobalData.gProducedProtocolLibrary or BelongsToFunction in EotGlobalData.gConsumedProtocolLibrary:
629 LibraryList = EotGlobalData.gProducedProtocolLibrary

Completed in 81 milliseconds