Commit directly when running as root 73/257173/3
authorSangyoon Jang <jeremy.jang@samsung.com>
Tue, 20 Apr 2021 09:24:43 +0000 (18:24 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Mon, 26 Apr 2021 05:21:52 +0000 (14:21 +0900)
commit6474e6c67f473590f8fff1c854806c2ab99ea195
treeca0c5b55f54de9a2f5a3ac177cf478c4e32eb915
parent05be56ab2ea285fe1c09c7396d245d241fe35877
Commit directly when running as root

During image creation, theme provider is not running, so plugin should
commit directly.

Change-Id: Ieaa2df7f54607526e50a07064f37d6ccda08e513
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/theme_plugin/CMakeLists.txt
src/theme_plugin/theme_metadata_plugin.cc
src/theme_plugin/theme_parser.cc
src/theme_plugin/theme_parser.h
test/unit_tests/test_theme_metadata_plugin.cc
test/unit_tests/test_theme_parser.cc