From 7569acbd2ff335f6038e968c836c962a05de21d0 Mon Sep 17 00:00:00 2001 From: YoungHun Kim Date: Thu, 17 Jan 2019 10:19:29 +0900 Subject: [PATCH] [murphy] Do not load_plugin of dbus Change-Id: I2b245ee06c9ab2854bf94b856c3d3e29358d7d12 --- mmfw-sysconf-simulator/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-artik10/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-hawkp/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-n4/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-rpi3/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-tm1/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-tw1/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-tw2/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-tw3/etc/murphy/murphy.lua | 6 +++--- mmfw-sysconf-target-u3/etc/murphy/murphy.lua | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/mmfw-sysconf-simulator/etc/murphy/murphy.lua b/mmfw-sysconf-simulator/etc/murphy/murphy.lua index 8e7ba79..04b5a78 100644 --- a/mmfw-sysconf-simulator/etc/murphy/murphy.lua +++ b/mmfw-sysconf-simulator/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-artik10/etc/murphy/murphy.lua b/mmfw-sysconf-target-artik10/etc/murphy/murphy.lua index 0f37b7c..4c9a71a 100644 --- a/mmfw-sysconf-target-artik10/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-artik10/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-hawkp/etc/murphy/murphy.lua b/mmfw-sysconf-target-hawkp/etc/murphy/murphy.lua index 0f37b7c..14287c9 100644 --- a/mmfw-sysconf-target-hawkp/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-hawkp/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-n4/etc/murphy/murphy.lua b/mmfw-sysconf-target-n4/etc/murphy/murphy.lua index 0f37b7c..14287c9 100644 --- a/mmfw-sysconf-target-n4/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-n4/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-rpi3/etc/murphy/murphy.lua b/mmfw-sysconf-target-rpi3/etc/murphy/murphy.lua index 0f37b7c..4c9a71a 100644 --- a/mmfw-sysconf-target-rpi3/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-rpi3/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-tm1/etc/murphy/murphy.lua b/mmfw-sysconf-target-tm1/etc/murphy/murphy.lua index 1665623..406f7d1 100644 --- a/mmfw-sysconf-target-tm1/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-tm1/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-tw1/etc/murphy/murphy.lua b/mmfw-sysconf-target-tw1/etc/murphy/murphy.lua index 221ec6e..6ab2ea7 100644 --- a/mmfw-sysconf-target-tw1/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-tw1/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-tw2/etc/murphy/murphy.lua b/mmfw-sysconf-target-tw2/etc/murphy/murphy.lua index 221ec6e..6ab2ea7 100644 --- a/mmfw-sysconf-target-tw2/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-tw2/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-tw3/etc/murphy/murphy.lua b/mmfw-sysconf-target-tw3/etc/murphy/murphy.lua index 221ec6e..6ab2ea7 100644 --- a/mmfw-sysconf-target-tw3/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-tw3/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then diff --git a/mmfw-sysconf-target-u3/etc/murphy/murphy.lua b/mmfw-sysconf-target-u3/etc/murphy/murphy.lua index 0f37b7c..14287c9 100644 --- a/mmfw-sysconf-target-u3/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-u3/etc/murphy/murphy.lua @@ -7,9 +7,9 @@ m:try_load_plugin('dlog') m:try_load_plugin('console') -- load the dbus plugin -if m:plugin_exists('dbus') then - m:load_plugin('dbus') -end +-- if m:plugin_exists('dbus') then +-- m:load_plugin('dbus') +-- end -- load the native resource plugin if m:plugin_exists('resource-native') then -- 2.34.1