Add gdbus interface (171215ver.)
authorJihoon Jung <jh8801.jung@samsung.com>
Tue, 19 Dec 2017 07:49:07 +0000 (16:49 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 2 Jul 2018 10:38:38 +0000 (19:38 +0900)
commit041c07be93632779502deef953442c58899b1c56
treee9708d513d4a9ba8e9a06d39823370aa2411ca47
parentccfe27b2d728a79f44778a54a111b202c4474c04
Add gdbus interface (171215ver.)

Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
20 files changed:
src/fn-manager/CMakeLists.txt
src/fn-manager/fn_gdbus.c [new file with mode: 0755]
src/fn-manager/fn_gdbus_group.c [new file with mode: 0755]
src/fn-manager/fn_group.c
src/fn-manager/fn_log.c
src/fn-manager/fn_manager.c
src/fn-manager/fn_resource.c
src/fn-manager/include/fn_context.h [moved from src/include/fn_context.h with 83% similarity]
src/fn-manager/include/fn_enum.h [moved from src/include/fn_enum.h with 100% similarity]
src/fn-manager/include/fn_gdbus.h [new file with mode: 0755]
src/fn-manager/include/fn_gdbus_group.h [new file with mode: 0755]
src/fn-manager/include/fn_group.h [moved from src/include/fn_group.h with 100% similarity]
src/fn-manager/include/fn_iot.h [moved from src/include/fn_iot.h with 100% similarity]
src/fn-manager/include/fn_log.h [moved from src/include/fn_log.h with 94% similarity]
src/fn-manager/include/fn_manager.h [moved from src/include/fn_manager.h with 82% similarity]
src/fn-manager/include/fn_operation.h [moved from src/include/fn_operation.h with 100% similarity]
src/fn-manager/include/fn_resource.h [moved from src/include/fn_resource.h with 95% similarity]
src/fn-manager/include/fn_tx.h [moved from src/include/fn_tx.h with 100% similarity]
src/fn-manager/introspection/fn.xml [new file with mode: 0644]
src/fn-manager/introspection/gen.sh [new file with mode: 0755]