diff --git a/BoxBrandingTest.py b/BoxBrandingTest.py new file mode 100644 index 000000000..cf70393e8 --- /dev/null +++ b/BoxBrandingTest.py @@ -0,0 +1,20 @@ +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() diff --git a/Makefile.am b/Makefile.am index c01394ca2..d2f53044d 100755 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 installdir = $(pkglibdir)/python install_PYTHON = \ - Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py \ + Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py BoxBrandingTest.py \ keyids.py keymapparser.py mytest.py skin.py timer.py GlobalActions.py \ e2reactor.py