From a6f7c725e21a4b6ed064e92b453331837d12f267 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Mon, 20 Jul 2009 16:07:29 +0200 Subject: some more work on plugin manager add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process --- .../Plugins/SystemPlugins/Hotplug/meta/Makefile.am | 3 +++ .../SystemPlugins/Hotplug/meta/plugin_hotplug.xml | 25 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100755 lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am create mode 100755 lib/python/Plugins/SystemPlugins/Hotplug/meta/plugin_hotplug.xml (limited to 'lib/python/Plugins/SystemPlugins/Hotplug') diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am new file mode 100755 index 00000000..6bba92bf --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am @@ -0,0 +1,3 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/meta/ + +install_DATA = plugin_hotplug.xml diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/meta/plugin_hotplug.xml b/lib/python/Plugins/SystemPlugins/Hotplug/meta/plugin_hotplug.xml new file mode 100755 index 00000000..6c2824ca --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Hotplug/meta/plugin_hotplug.xml @@ -0,0 +1,25 @@ + + + + + + Dream Multimedia + Hotplug + enigma2-plugin-systemplugins-hotplug + Hotplugging for removeable devices. + The Hotplug extension notifies your system of newly added or removed devices. + + + + Dream Multimedia + Hotplug + enigma2-plugin-systemplugins-hotplug + Hotplugging für entfernbare Geräte. + Mit der Hotplug-Erweiterung wird Ihr System über neu angeschlossene oder entfernte Geräte informiert. + + + + + + + -- cgit v1.2.3