Reorganize directory structure 92/249492/2
authorInHong Han <inhong1.han@samsung.com>
Fri, 11 Dec 2020 05:08:31 +0000 (14:08 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 15 Dec 2020 09:39:58 +0000 (18:39 +0900)
commitf93aa924e82e2a1db93bd73e43b3102314844e9e
treea60525485168a4855738771744e0359c9b064374
parent843dc83bd02fcf8c8dab3d20758a82e4e179b41d
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