Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py68 BuildRuleFamily = "MSFT" variable in GenFdsGlobalVariable
112 …GenFdsGlobalVariable.BuildRuleFamily = ToolDefinition[DataType.TAB_TOD_DEFINES_BUILDRULEFAMILY][Ge…
173 … RuleObject = BuildRuleDatabase[Type, Inf.BuildType, Arch, GenFdsGlobalVariable.BuildRuleFamily]
177 … RuleObject = BuildRuleDatabase[Type, Inf.ModuleType, Arch, GenFdsGlobalVariable.BuildRuleFamily]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py1966 if (Key[0] == self.BuildRuleFamily and
1997 if Options.get((self.BuildRuleFamily, NextKey)) != None:
1998 Options.pop((self.BuildRuleFamily, NextKey))
2000 if Options.get((self.BuildRuleFamily, NowKey)) != None:
2001 Options.pop((self.BuildRuleFamily, NowKey))
2152 BuildRuleFamily = property(_GetBuildRuleFamily) variable in PlatformAutoGen
2210 self.BuildRuleFamily = self.PlatformInfo.BuildRuleFamily
2750 … RuleObject = BuildRuleDatabase[Type, self.BuildType, self.Arch, self.BuildRuleFamily]
2754 … RuleObject = BuildRuleDatabase[Type, self.ModuleType, self.Arch, self.BuildRuleFamily]