LED Brightness Setup : Add new plugin
authorChang.H.S <jhs@dev3>
Thu, 8 Dec 2011 02:36:53 +0000 (11:36 +0900)
committerChang.H.S <jhs@dev3>
Thu, 8 Dec 2011 04:54:54 +0000 (13:54 +0900)
commit871c5cf37d8373fdc6292980a03ed56dcb460c93
treec8c7a4637c9cb6179f95c988c91ddc8734f7a532
parent3bf8b7f18df965ddec6c5376a419536142153e35
LED Brightness Setup : Add new plugin
configure.ac
lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/__init__.py [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/_ledsetup.so [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/ledsetup.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/meta/Makefile.am [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/meta/plugin_ledbrightnesssetup.xml [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/LEDBrightnessSetup/plugin.py [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/Makefile.am