Home | History | Annotate | Download | only in GenMetaFile

Lines Matching refs:Content

60     Content = ''

111 Content += GenHeaderCommentSection(ModuleAbstract,
132 Content += GenHeaderCommentSection(ModuleBinaryAbstract,
161 Content += GenDefines(ModuleObject)
162 Content += GenBuildOptions(ModuleObject)
163 Content += GenLibraryClasses(ModuleObject)
164 Content += GenPackages(ModuleObject)
165 Content += GenPcdSections(ModuleObject)
166 Content += GenSources(ModuleObject)
167 Content += GenProtocolPPiSections(ModuleObject.GetProtocolList(), True)
168 Content += GenProtocolPPiSections(ModuleObject.GetPpiList(), False)
169 Content += GenGuidSections(ModuleObject.GetGuidList())
170 Content += GenBinaries(ModuleObject)
171 Content += GenDepex(ModuleObject)
172 Content += GenUserExtensions(ModuleObject)
174 Content += '\n'
178 Content += GenSpecialSections(ModuleObject.GetEventList(), 'Event')
179 Content += GenSpecialSections(ModuleObject.GetBootModeList(), 'BootMode')
180 Content += GenSpecialSections(ModuleObject.GetHobList(), 'Hob')
181 SaveFileOnChange(ContainerFile, Content, False)
234 Content = UniFileHeader + '\r\n'
235 Content += '\r\n'
237 Content += FormatUniEntry('#string ' + DT.TAB_INF_ABSTRACT, ModuleObject.GetAbstract(), ContainerFile) + '\r\n'
239 Content += FormatUniEntry('#string ' + DT.TAB_INF_DESCRIPTION, ModuleObject.GetDescription(), ContainerFile) \
244 Content += BinaryAbstractString + '\r\n'
249 Content += BinaryDescriptionString + '\r\n'
253 File.write(u'\uFEFF' + Content)
266 Content = ''
382 Content += GenSection('Defines', NewSectionDict)
383 return Content
389 Content = ''
428 Content += GenSection('LibraryClasses', NewSectionDict)
453 Content += GenSection('LibraryClasses', LibraryClassDict)
455 return Content
458 Content = ''
500 Content += GenSection('Packages', NewSectionDict)
501 return Content
507 Content = ''
521 Content += GenSection('Sources', NewSectionDict)
523 return Content
530 Content = ''
554 Content += GenSection('Depex', NewSectionDict, False)
556 return Content
593 Content = GenSection('UserExtensions', NewSectionDict, False)
595 return Content
676 # @retVal Content: The generated section contents
682 Content = ''
733 Content = GenSection('Guids', NewSectionDict)
735 return Content
740 # @retVal Content: The generated section contents
743 Content = ''
794 Content = GenSection('Protocols', NewSectionDict)
796 Content = GenSection('Ppis', NewSectionDict)
798 return Content
804 Content = ''
868 Content += GenSection(ItemType, NewSectionDict)
873 Content += GenAsBuiltPacthPcdSections(ModuleObject)
874 Content += GenAsBuiltPcdExSections(ModuleObject)
876 return Content
986 Content = ''
1029 Content = '# ' + ('\n' + '# ').join(GetSplitValueList(SectionContent, '\n'))
1030 Content = Content.lstrip()
1034 if Content:
1035 Content += '\n'
1036 return Content
1041 Content = ''
1056 Content = GenSection('BuildOptions', NewSectionDict)
1079 Content = GenSection('BuildOptions', BuildOptionDict)
1081 return Content
1124 Content = GenSection('Binaries', NewSectionDict)
1126 return Content