Searched defs:Rule (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DRule.py2 # Rule object for generating FFS
20 ## Rule base class
23 class Rule(RuleClassObject): class in inherits:RuleClassObject
H A DRuleComplexFile.py2 # Complex Rule object for generating FFS
18 import Rule namespace
H A DRuleSimpleFile.py2 # Simple Rule object for generating FFS
18 import Rule namespace
H A DFfsFileStatement.py19 import Rule namespace
H A DFfsInfStatement.py18 import Rule namespace
248 if self.Rule == None or self.Rule == "":
249 self.Rule = "BINARY"
254 Rule = self.__GetRule__()
260 if Rule.FvFileType == 'DRIVER':
261 Rule.FvFileType = 'SMM'
266 if Rule.FvFileType == 'SMM' or Rule.FvFileType == 'SMM_CORE':
271 if isinstance (Rule, RuleSimpleFil
[all...]
H A DFdfParser.py35 import Rule namespace
468 # [Rule]: don't take rule section into account, macro is not allowed in this section
702 raise Warning("macro cannot be defined in Rule section or out of section", self.FileName, self.CurrentLineNumber)
1339 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [DEFINES], [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
1978 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
2361 raise Warning("expected Rule name", self.FileName, self.CurrentLineNumber)
2362 FfsInfObj.Rule = self.__Token
2969 raise Warning("Unknown section or section appear sequence error (The correct sequence should be [FD.], [FV.], [Capsule.], [VTF.], [Rule.], [OptionRom.])", self.FileName, self.CurrentLineNumber)
3161 # Get Rule section contents and store its data into rule list of self.Profile
3164 # @retval True Successfully find a Rule
[all...]

Completed in 59 milliseconds