HomeSort by relevance Sort by last modified time
    Searched refs:DomModule (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
ModuleSurfaceAreaXml.py 820 DomModule = minidom.Document().createElement('ModuleSurfaceArea')
822 DomModule.setAttribute('BinaryModule', 'true')
828 DomModule.appendChild(Tmp.ToXml(Module, 'Header'))
833 DomModule.appendChild(Tmp.ToXml(Module, Module.GetBootModeList(), Module.GetEventList(), Module.GetHobList(), \
840 DomModule.appendChild(Tmp.ToXml(Module.GetClonedFrom(), 'ClonedFrom'))
848 DomModule.appendChild(LibraryClassNode)
    [all...]
XmlParser.py 253 DomModule = Msa.ToXml(Module)
254 Root.appendChild(DomModule)
    [all...]

Completed in 146 milliseconds