MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / main

Function main

BaseTools/Source/Python/GenFds/GenFds.py:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53# @retval 1 Tool failed
54#
55def main():
56 global Options
57 Options = myOptionParser()
58 EdkLogger.Initialize()
59 return GenFdsApi(OptionsToCommandDict(Options))
60
61def resetFdsGlobalVariable():
62 GenFdsGlobalVariable.FvDir = ''

Callers 1

GenFds.pyFile · 0.70

Calls 4

GenFdsApiFunction · 0.85
OptionsToCommandDictFunction · 0.85
InitializeMethod · 0.80
myOptionParserFunction · 0.70

Tested by

no test coverage detected