Initial commit 81/161581/16
authorHyunho Kang <hhstark.kang@samsung.com>
Fri, 24 Nov 2017 08:03:48 +0000 (17:03 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Mon, 22 Jan 2018 05:52:08 +0000 (14:52 +0900)
commit014f1937b211a2ce888adba35322bec101d0efa6
tree2200b7218a3306f4d1b3b7561d8c3e4affa12a2e
parentf37876f018850b6e466789abf095c2db3a14bd8b
Initial commit

Change-Id: Ib37ba25dde6ffbdd4fee0a8a0e720977162e5375
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
62 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
packaging/libwatchface-complication-provider.manifest [new file with mode: 0644]
packaging/libwatchface-complication.manifest [new file with mode: 0644]
packaging/libwatchface-complication.spec [new file with mode: 0644]
packaging/libwatchface-editor.manifest [new file with mode: 0644]
parser/CMakeLists.txt [new file with mode: 0644]
parser/complication_parser_plugin.c [new file with mode: 0644]
tools/check-coding-style [new file with mode: 0644]
unittest/CMakeLists.txt [new file with mode: 0644]
unittest/src/test_main.cc [new file with mode: 0644]
unittest/src/test_watch_complication.cc [new file with mode: 0644]
watchface-complication-provider/CMakeLists.txt [new file with mode: 0644]
watchface-complication-provider/LICENSE [new file with mode: 0644]
watchface-complication-provider/complication-provider-event-interface.h [new file with mode: 0644]
watchface-complication-provider/complication-provider-implementation.h [new file with mode: 0644]
watchface-complication-provider/complication-provider.cc [new file with mode: 0644]
watchface-complication-provider/complication-provider.h [new file with mode: 0644]
watchface-complication-provider/include/watchface-complication-provider-manager.h [new file with mode: 0644]
watchface-complication-provider/include/watchface-complication-provider.h [new file with mode: 0644]
watchface-complication-provider/watchface-complication-provider-manager.cc [new file with mode: 0644]
watchface-complication-provider/watchface-complication-provider.cc [new file with mode: 0644]
watchface-complication-provider/watchface-complication-provider.pc.in [new file with mode: 0644]
watchface-complication/CMakeLists.txt [new file with mode: 0644]
watchface-complication/LICENSE [new file with mode: 0644]
watchface-complication/complication-bundle.cc [new file with mode: 0644]
watchface-complication/complication-bundle.h [new file with mode: 0644]
watchface-complication/complication-connector-implementation.h [new file with mode: 0644]
watchface-complication/complication-connector.cc [new file with mode: 0644]
watchface-complication/complication-connector.h [new file with mode: 0644]
watchface-complication/complication-event-interface.h [new file with mode: 0644]
watchface-complication/complication-implementation.h [new file with mode: 0644]
watchface-complication/complication.cc [new file with mode: 0644]
watchface-complication/complication.h [new file with mode: 0644]
watchface-complication/design-element-implementation.h [new file with mode: 0644]
watchface-complication/design-element.cc [new file with mode: 0644]
watchface-complication/design-element.h [new file with mode: 0644]
watchface-complication/editable-interface.h [new file with mode: 0644]
watchface-complication/editables-container-event-interface.h [new file with mode: 0644]
watchface-complication/editables-container-implementation.h [new file with mode: 0644]
watchface-complication/editables-container.cc [new file with mode: 0644]
watchface-complication/editables-container.h [new file with mode: 0644]
watchface-complication/include/watchface-common.h [new file with mode: 0644]
watchface-complication/include/watchface-complication-internal.h [new file with mode: 0644]
watchface-complication/include/watchface-complication.h [new file with mode: 0644]
watchface-complication/include/watchface-editable.h [new file with mode: 0644]
watchface-complication/received-editable-implementation.h [new file with mode: 0644]
watchface-complication/received-editable.cc [new file with mode: 0644]
watchface-complication/received-editable.h [new file with mode: 0644]
watchface-complication/watchface-complication-internal.cc [new file with mode: 0644]
watchface-complication/watchface-complication.cc [new file with mode: 0644]
watchface-complication/watchface-complication.pc.in [new file with mode: 0644]
watchface-complication/watchface-editable.cc [new file with mode: 0644]
watchface-editor/CMakeLists.txt [new file with mode: 0644]
watchface-editor/LICENSE [new file with mode: 0644]
watchface-editor/editables-editor-event-interface.h [new file with mode: 0644]
watchface-editor/editables-editor-implementation.h [new file with mode: 0644]
watchface-editor/editables-editor.cc [new file with mode: 0644]
watchface-editor/editables-editor.h [new file with mode: 0644]
watchface-editor/include/watchface-editor.h [new file with mode: 0644]
watchface-editor/watchface-editor.cc [new file with mode: 0644]
watchface-editor/watchface-editor.pc.in [new file with mode: 0644]