Searched refs:FdName (Results 1 – 8 of 8) sorted by relevance
105 self.FdName = None114 if self.FdName.find('.fd') == -1:115 if self.FdName.upper() in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():116 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict.get(self.FdName.upper())120 FdFile = GenFdsGlobalVariable.ReplaceWorkspaceMacro(self.FdName)
89 elif self.FdName != None:90 if self.FdName.upper() not in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():91 … EdkLogger.error("GenFds", GENFDS_ERROR, "FD (%s) is NOT described in FDF file!" % (self.FdName))92 Fd = GenFdsGlobalVariable.FdfParser.Profile.FdDict.get(self.FdName.upper())
78 for FdName in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():79 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict[FdName]222 for FdName in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():223 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict[FdName]
1496 FdName = self.__GetUiName()1497 if FdName == "":1499 FdName = GenFdsGlobalVariable.PlatformName1500 if FdName == "" and GlobalData.gActivePlatform:1501 FdName = GlobalData.gActivePlatform.PlatformName1505 self.CurrentFdName = FdName.upper()2714 FfsFileObj.FdName = self.__Token3461 CapsuleFd.FdName = self.__Token4548 def __GetCapInFd (self, FdName): argument4551 if FdName.upper() in self.Profile.FdDict.keys():[all …]
551 for FdName in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():552 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict[FdName]
113 self.FdName = None
1276 FdName = self.__GetUiName()1277 self.CurrentFdName = FdName.upper()1311 FdName = ""1313 FdName = self.__Token1315 return FdName2231 FfsFileObj.FdName = self.__Token3531 def __GetFvInFd (self, FdName): argument3534 if FdName.upper() in self.Profile.FdDict.keys():3535 FdObj = self.Profile.FdDict[FdName.upper()]3558 elif FfsObj.FdName != None and FfsObj.FdName.upper() not in RefFdList:[all …]
1547 self.FdName = Fd.FdUiName1592 FileWrite(File, "FD Name: %s" % self.FdName)