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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/
H A DMakefile55 $(BASE_TOOLS_PATH)\Source\Python\Autogen\AutoGen.py \
80 $(BIN_DIR)\GenDepex.exe: $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenDepex.py $(COMMON_PYTHON)
81 @pushd . & @cd AutoGen & @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) GenDepex.py & @popd
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DDepexSection.py24 from AutoGen.GenDepex import DependencyExpression
H A DFfsInfStatement.py39 from AutoGen.GenDepex import DependencyExpression
H A DGenFdsGlobalVariable.py30 from AutoGen.BuildEngine import BuildRule
/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...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py38 from AutoGen.AutoGen import *
696 # 5. Create AutoGen files (C code file, depex file, makefile) if necessary
703 # and packages and the establish a database for AutoGen.
874 # for target which must generate AutoGen code and makefile
1299 # AutoGen first
1425 # for target which must generate AutoGen code and makefile
1684 Parser.add_option("-u", "--skip-autogen", action="store_true", dest="SkipAutoGen", help="Skip AutoGen step.")

Completed in 54 milliseconds