HomeSort by relevance Sort by last modified time
    Searched refs:BuildRuleOrder (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 223 def Apply(self, SourceFile, BuildRuleOrder=None):
284 if BuildRuleOrder and SourceFile.Ext in BuildRuleOrder:
285 Index = BuildRuleOrder.index(SourceFile.Ext)
287 if Input.Ext not in BuildRuleOrder or BuildRuleOrder.index(Input.Ext) > Index:
AutoGen.py     [all...]

Completed in 127 milliseconds