Home | History | Annotate | Download | only in Common

Lines Matching refs:LibraryName

942                 for LibraryName in M.Libraries:

943 if LibraryName not in Platform.Libraries:
944 EdkLogger.warn("AutoGen", "Library [%s] is not found" % LibraryName,
948 LibraryFile = Platform.Libraries[LibraryName]
949 if (LibraryName, ModuleType) not in Module.LibraryClasses:
950 Module.LibraryClasses[LibraryName, ModuleType] = LibraryFile
952 EdkLogger.verbose("\t" + LibraryName + " : " + LibraryFile)