load dlog plugin in murphy resource manager configuration 89/68489/3
authorIevgen Vagin <i.vagin@samsung.com>
Wed, 4 May 2016 19:15:31 +0000 (22:15 +0300)
committerIevgen Vagin <i.vagin@samsung.com>
Wed, 11 May 2016 09:30:07 +0000 (12:30 +0300)
Change-Id: I315751537208518b816433980381d1b280151fe8
Signed-off-by: Ievgen Vagin <i.vagin@samsung.com>
mmfw-sysconf-simulator/etc/murphy/murphy.lua
mmfw-sysconf-target-artik10/etc/murphy/murphy.lua
mmfw-sysconf-target-hawkp/etc/murphy/murphy.lua
mmfw-sysconf-target-n4/etc/murphy/murphy.lua
mmfw-sysconf-target-tm1/etc/murphy/murphy.lua
mmfw-sysconf-target-tw1/etc/murphy/murphy.lua
mmfw-sysconf-target-u3/etc/murphy/murphy.lua
packaging/mmfw-sysconf.spec

index 1fae83118ca0ac3ef24b6099b00895625f8192d3..8674f04272da46463913cf13650b144bca5819fa 100644 (file)
@@ -1,5 +1,8 @@
 m = murphy.get()
 
+-- load the dlog plugin
+m:try_load_plugin('dlog')
+
 -- load the console plugin
 m:try_load_plugin('console')
 
index abca530e2bbfd9fa0da2bed80232e72911f78292..221ec6ed28d5787af739f3d0e1f1dc4490bfafa5 100644 (file)
@@ -1,5 +1,8 @@
 m = murphy.get()
 
+-- load the dlog plugin
+m:try_load_plugin('dlog')
+
 -- load the console plugin
 m:try_load_plugin('console')
 
index abca530e2bbfd9fa0da2bed80232e72911f78292..221ec6ed28d5787af739f3d0e1f1dc4490bfafa5 100644 (file)
@@ -1,5 +1,8 @@
 m = murphy.get()
 
+-- load the dlog plugin
+m:try_load_plugin('dlog')
+
 -- load the console plugin
 m:try_load_plugin('console')
 
index abca530e2bbfd9fa0da2bed80232e72911f78292..221ec6ed28d5787af739f3d0e1f1dc4490bfafa5 100644 (file)
@@ -1,5 +1,8 @@
 m = murphy.get()
 
+-- load the dlog plugin
+m:try_load_plugin('dlog')
+
 -- load the console plugin
 m:try_load_plugin('console')
 
index abca530e2bbfd9fa0da2bed80232e72911f78292..221ec6ed28d5787af739f3d0e1f1dc4490bfafa5 100644 (file)
@@ -1,5 +1,8 @@
 m = murphy.get()
 
+-- load the dlog plugin
+m:try_load_plugin('dlog')
+
 -- load the console plugin
 m:try_load_plugin('console')
 
index abca530e2bbfd9fa0da2bed80232e72911f78292..221ec6ed28d5787af739f3d0e1f1dc4490bfafa5 100644 (file)
@@ -1,5 +1,8 @@
 m = murphy.get()
 
+-- load the dlog plugin
+m:try_load_plugin('dlog')
+
 -- load the console plugin
 m:try_load_plugin('console')
 
index abca530e2bbfd9fa0da2bed80232e72911f78292..221ec6ed28d5787af739f3d0e1f1dc4490bfafa5 100644 (file)
@@ -1,5 +1,8 @@
 m = murphy.get()
 
+-- load the dlog plugin
+m:try_load_plugin('dlog')
+
 -- load the console plugin
 m:try_load_plugin('console')
 
index 42f99b84443c733035b1741315dd472c540900da..f0b6d8922b6c71420da5131266a1021354b248e2 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.61
+Version:    0.2.62
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1+ and Apache-2.0
@@ -323,4 +323,3 @@ rm -rf %{_datadir}/mmfw-sysconf-simulator
 %{_datadir}/mmfw-sysconf-simulator%{_datadir}/license/mmfw-sysconf-simulator
 
 %endif
-