add DeviceManager.
authorChang.H.S <jhs@dev3>
Tue, 21 Aug 2012 12:31:08 +0000 (21:31 +0900)
committerChang.H.S <jhs@dev3>
Fri, 24 Aug 2012 04:34:47 +0000 (13:34 +0900)
commitd36e20260a09e84c72943e8e7be2a6bc2058d8e4
treeb3caf3f6689c10f5ffb3131a6ce1c20e8898cad0
parentefe4114d17e1dea5bb4304018d1da8e6d0e3fcee
add DeviceManager.
configure.ac
lib/python/Plugins/SystemPlugins/DeviceManager/Makefile.am [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/DeviceManager/__init__.py [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/DeviceManager/locale/DeviceManager.pot [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/DeviceManager/locale/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/DeviceManager/locale/de.po [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/DeviceManager/meta/Makefile.am [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/DeviceManager/meta/plugin_devicemanager.xml [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/DeviceManager/plugin.py [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/Makefile.am