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.py1952 def _ExpandBuildOption(self, Options, ModuleStyle=None): argument
1967 (ModuleStyle == None or len(Key) < 3 or (len(Key) > 2 and Key[2] == ModuleStyle))):
2004 if ModuleStyle != None and len (Key) > 2:
2007 if ModuleStyle == EDK_NAME and Key[2] != EDK_NAME:
2009 elif ModuleStyle == EDKII_NAME and Key[2] != EDKII_NAME:
2038 if ModuleStyle != None and len (Key) > 2:
2041 if ModuleStyle == EDK_NAME and Key[2] != EDK_NAME:
2043 elif ModuleStyle == EDKII_NAME and Key[2] != EDKII_NAME: