Home | History | Annotate | Download | only in Common

Lines Matching refs:Libraries

237         # Generate Libraries

487 print '\nLibraries =', M.Libraries
488 for Item in M.Libraries:
705 # Gen Libraries of Inf
712 Libraries = sdict()
724 MergeArches(Libraries, Record[0], Arch)
726 for Key in Libraries.keys():
730 Library.SupArchList = Libraries[Key]
731 self.Module.Libraries.append(Library)