Searched defs:AutoGen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py2 # Generate AutoGen.h, AutoGen.c and *.depex files
52 ## default file name for AutoGen
53 gAutoGenCodeFileName = "AutoGen.c"
54 gAutoGenHeaderFileName = "AutoGen.h"
92 ## Base class for AutoGen
94 # This class just implements the cache mechanism of AutoGen objects.
96 class AutoGen(object): class in inherits:object
98 _CACHE_ = {} # (BuildTarget, ToolChain) : {ARCH : {platform file: AutoGen object}}}
102 # @param Class class object of real AutoGen clas
[all...]

Completed in 46 milliseconds