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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py55 gSupportedTarget = ['all', 'genc', 'genmake', 'modules', 'libraries', 'fds', 'clean', 'cleanall', 'cleanlib', 'run'] variable
304 # @param Target The build target name, one of gSupportedTarget
368 # @param Target The build target name, one of gSupportedTarget
389 # @param Target The build target name, one of gSupportedTarget
705 # @param Target The build command target, one of gSupportedTarget
1780 ExtraData="Please select one of: %s" %(' '.join(gSupportedTarget)))
1784 if Target not in gSupportedTarget:
1786 ExtraData="Please select one of: %s" %(' '.join(gSupportedTarget)))

Completed in 46 milliseconds