Searched defs:pelmOperatingSystemSection (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1185 xml::ElementNode *pelmOperatingSystemSection; local
1188 pelmOperatingSystemSection = pelmVirtualSystem->createChild("Section");
1189 pelmOperatingSystemSection->setAttribute("xsi:type", "ovf:OperatingSystemSection_Type");
1192 pelmOperatingSystemSection = pelmVirtualSystem->createChild("OperatingSystemSection");
1194 pelmOperatingSystemSection->setAttribute("ovf:id", pvsdeOS->strOvf);
1195 pelmOperatingSystemSection->createChild("Info")->addContent("The kind of installed guest operating system");
1198 pelmOperatingSystemSection->createChild("Description")->addContent(strOSDesc);
1200 xml::ElementNode *pelmVBoxOSType = pelmOperatingSystemSection->createChild("vbox:OSType");

Completed in 292 milliseconds