Reorganize directory structure 73/249673/1
authorInHong Han <inhong1.han@samsung.com>
Fri, 11 Dec 2020 05:08:31 +0000 (14:08 +0900)
committerInHong Han <inhong1.han@samsung.com>
Wed, 16 Dec 2020 06:24:36 +0000 (15:24 +0900)
commit2c2435568b5e3ecf70f18b84b96a667509150a5e
tree74aa074fb69cd96ce12439189cd4a3887697f136
parent8241d912c465da046cf871952dd36435341275d0
Reorganize directory structure

Change-Id: I7f66fb73b28a7172b1284b1abe2ecb9723bdc563
14 files changed:
CMakeLists.txt
client/CMakeLists.txt [new file with mode: 0644]
client/inc/sticker_consumer_main.h [moved from consumer/sticker_consumer_main.h with 100% similarity]
client/inc/sticker_data_main.h [moved from client/sticker_data_main.h with 100% similarity]
client/inc/sticker_defs.h [moved from client/sticker_defs.h with 100% similarity]
client/inc/sticker_provider_main.h [moved from provider/sticker_provider_main.h with 100% similarity]
client/src/sticker_consumer.c [moved from consumer/sticker_consumer.c with 71% similarity]
client/src/sticker_data.c [moved from client/sticker_data.c with 93% similarity]
client/src/sticker_dbus.c [moved from client/sticker_dbus.c with 97% similarity]
client/src/sticker_dbus.h [moved from client/sticker_dbus.h with 100% similarity]
client/src/sticker_provider.c [moved from provider/sticker_provider.c with 92% similarity]
consumer/CMakeLists.txt [deleted file]
provider/CMakeLists.txt [deleted file]
tests/CMakeLists.txt