Add skeleton codes for ThemeInfoLoader
authorInkyun Kil <inkyun.kil@samsung.com>
Tue, 14 Apr 2020 01:13:34 +0000 (10:13 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Mon, 25 May 2020 04:28:15 +0000 (13:28 +0900)
commit43474d3db9b988bccedd26b70736c2f293133380
tree43dcb8674a62eaf06be562a4ae7a8e6472b18e41
parent7b9052650b3ebfe5ec1785194b85679d51814bef
Add skeleton codes for ThemeInfoLoader

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
src/theme/CMakeLists.txt
src/theme/dbus/request_broker.h [new file with mode: 0644]
src/theme/dbus/request_filter.h [new file with mode: 0644]
src/theme/loader/theme_event.h [new file with mode: 0644]
src/theme/loader/theme_info.cc [new file with mode: 0644]
src/theme/loader/theme_info.h
src/theme/loader/theme_info_loader.h [new file with mode: 0644]
src/theme_plugin/theme_info_builder.cc
src/theme_plugin/theme_parser.cc
src/theme_provider/theme_info_proxy.cc
src/theme_provider/theme_info_proxy.h