import boxbranding print "getMachineBuild=%s<" % boxbranding.getMachineBuild() print "getMachineProcModel=%s<" % boxbranding.getMachineProcModel() print "getMachineBrand=%s<" % boxbranding.getMachineBrand() print "getMachineName=%s<" % boxbranding.getMachineName() print "getMachineMtdKernel=%s<" % boxbranding.getMachineMtdKernel() print "getMachineKernelFile=%s<" % boxbranding.getMachineKernelFile() print "getMachineMtdRoot=%s<" % boxbranding.getMachineMtdRoot() print "getMachineRootFile=%s<" % boxbranding.getMachineRootFile() print "getMachineMKUBIFS=%s<" % boxbranding.getMachineMKUBIFS() print "getMachineUBINIZE=%s<" % boxbranding.getMachineUBINIZE() print "getBoxType=%s<" % boxbranding.getBoxType() print "getBrandOEM=%s<" % boxbranding.getBrandOEM() print "getOEVersion=%s<" % boxbranding.getOEVersion() print "getDriverDate=%s<" % boxbranding.getDriverDate() print "getImageVersion=%s<" % boxbranding.getImageVersion() print "getImageBuild=%s<" % boxbranding.getImageBuild() print "getImageDistro=%s<" % boxbranding.getImageDistro() print "getImageFolder=%s<" % boxbranding.getImageFolder() print "getImageFileSystem=%s<" % boxbranding.getImageFileSystem() print "getImageDevBuild=%s<" % boxbranding.getImageDevBuild() print "getImageType=%s<" % boxbranding.getImageType() print "getMachineMake=%s<" % boxbranding.getMachineMake() print "getImageArch=%s<" % boxbranding.getImageArch() print "getFeedsUrl=%s<" % boxbranding.getFeedsUrl() print "getDisplayType=%s<" % boxbranding.getDisplayType() print "getHaveHDMI%s<" % boxbranding.getHaveHDMI() print "getHaveYUV%s<" % boxbranding.getHaveYUV() print "getHaveRCA%s<" % boxbranding.getHaveRCA() print "getHaveAVJACK%s<" % boxbranding.getHaveAVJACK() print "getHaveSCART%s<" % boxbranding.getHaveSCART() print "getHaveSCARTYUV%s<" % boxbranding.getHaveSCARTYUV() print "getHaveDVI%s<" % boxbranding.getHaveDVI() print "getHaveMiniTV%s<" % boxbranding.getHaveMiniTV() print "getHaveHDMIinHD%s<" % boxbranding.getHaveHDMIinHD() print "getHaveHDMIinFHD%s<" % boxbranding.getHaveHDMIinFHD() print "getHaveWOL%s<" % boxbranding.getHaveWOL() print "getHaveWWOL%s<" % boxbranding.getHaveWWOL() print "getHaveTranscoding1%s<" % boxbranding.getHaveTranscoding1() print "getHaveTranscoding2%s<" % boxbranding.getHaveTranscoding2() print "getHaveCI%s<" % boxbranding.getHaveCI()