Home
last modified time | relevance | path

Searched refs:ModuleStyle (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2305 def _ExpandBuildOption(self, Options, ModuleStyle=None): argument
2320 (ModuleStyle == None or len(Key) < 3 or (len(Key) > 2 and Key[2] == ModuleStyle))):
2357 if ModuleStyle != None and len (Key) > 2:
2360 if ModuleStyle == EDK_NAME and Key[2] != EDK_NAME:
2362 elif ModuleStyle == EDKII_NAME and Key[2] != EDKII_NAME:
2391 if ModuleStyle != None and len (Key) > 2:
2394 if ModuleStyle == EDK_NAME and Key[2] != EDK_NAME:
2396 elif ModuleStyle == EDKII_NAME and Key[2] != EDKII_NAME: