Searched refs:Fdf (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfClassObject.py24 # This class defined basic Fdf object which is used by inheriting
32 ## Fdf
34 # This class defined the structure used in Fdf object
37 # @param Filename: Input value for Ffilename of Fdf file, default is None
40 class Fdf(FdfObject): class in inherits:FdfObject
52 # Load Fdf file if filename is not None
70 ## Load Fdf file
74 # @param Filename: Input value for filename of Fdf file
79 # Parse Fdf file
82 Fdf
[all...]
H A DDscClassObject.py251 Fdf = PlatformFlashDefinitionFileClass()
252 Fdf.FilePath = NormPath(QueryDefinesItem(self.TblDsc, TAB_DSC_DEFINES_FLASH_DEFINITION, Arch, self.FileID)[0])
253 self.Platform.FlashDefinitionFile = Fdf
1395 print 'Fdf =', M.FlashDefinitionFile.FilePath
H A DEdkIIWorkspaceBuild.py412 # @var Fdf: To store value for Fdf
437 self.Fdf = ''
493 self.Fdf = Platform.FlashDefinitionFile.FilePath
1134 # @param PcdsSet: Pcd list for override from Fdf parse result
1135 # @param InfList: Inf list for override from Fdf parse result
1139 # Add additional inf file defined in Fdf file
1351 # Search platform database, package database, module database and PcdsSet from Fdf
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DPlatformClass.py408 # @var Fdf: To store value for Fdf, it is a list structure as
423 self.Fdf = []
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py717 self.Fdf = BuildOptions.FdfFile
1024 if self.Fdf:
1234 self.Fdf,
1242 self.Fdf = Wa.FdfFile
1274 if self.Fdf:
1279 if self.Fdf:
1310 self.Fdf,
1319 self.Fdf = Wa.FdfFile
1343 if self.Target == "fds" and self.Fdf:
1397 self.Fdf,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py35 from MetaFileWorkspace.MetaFileParser import Fdf namespace
213 Fdf(Filename, True, EccGlobalData.gWorkspace, EccGlobalData.gDb)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py1759 # This class defined basic Fdf object which is used by inheriting
1767 ## Fdf
1769 # This class defined the structure used in Fdf object
1772 # @param Filename: Input value for Ffilename of Fdf file, default is None
1775 class Fdf(FdfObject): class in inherits:FdfObject
1787 # Load Fdf file if filename is not None
1805 ## Load Fdf file
1809 # @param Filename: Input value for filename of Fdf file
1814 # Parse Fdf file
1817 Fdf
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py267 Fdf = FdfParser(self.FdfFile.Path)
268 Fdf.ParseFile()
270 PcdSet = Fdf.Profile.PcdDict
271 ModuleList = Fdf.Profile.InfList
272 self.FdfProfile = Fdf.Profile
333 self._CheckDuplicateInFV(Fdf)
347 def _CheckDuplicateInFV(self, Fdf):
348 for Fv in Fdf.Profile.FvDict:
350 for FfsFile in Fdf.Profile.FvDict[Fv].FfsList:

Completed in 108 milliseconds