Initial commit 46/207746/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 12 Jun 2019 02:12:28 +0000 (11:12 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 12 Jun 2019 02:12:50 +0000 (11:12 +0900)
commitb2d7d09f9bbc38d143c5e58192dcef51c0711194
tree39d81a4d45805aa087a2ca2613e0767a72a3d55e
parente175905b0060f0c58645cd23f348492d80fcaf51
Initial commit

Change-Id: I8d6a5b5856e9831ca63c93998c0991f6ca3fe1d6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
28 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
capi-appfw-component-manager.manifest [new file with mode: 0644]
capi-appfw-component-manager.pc.in [new file with mode: 0644]
doc/appfw_component_manager_doc.h [new file with mode: 0755]
include/component_context.h [new file with mode: 0644]
include/component_info.h [new file with mode: 0644]
include/component_manager.h [new file with mode: 0644]
include/component_manager_extension.h [new file with mode: 0644]
packaging/capi-appfw-component-manager.spec [new file with mode: 0644]
src/component_context.c [new file with mode: 0644]
src/component_context_internal.h [new file with mode: 0644]
src/component_info.c [new file with mode: 0644]
src/component_info_internal.h [new file with mode: 0644]
src/component_manager.c [new file with mode: 0644]
src/component_manager_private.h [new file with mode: 0644]
unit_tests/CMakeLists.txt [new file with mode: 0644]
unit_tests/mock/fff.h [new file with mode: 0644]
unit_tests/mock/mock.cc [new file with mode: 0644]
unit_tests/mock/mock.h [new file with mode: 0644]
unit_tests/mock/mock_aul_comp_context.h [new file with mode: 0644]
unit_tests/mock/mock_aul_comp_info.h [new file with mode: 0644]
unit_tests/src/main.cc [new file with mode: 0644]
unit_tests/src/test_component_context.cc [new file with mode: 0644]
unit_tests/src/test_component_info.cc [new file with mode: 0644]
unit_tests/src/test_component_manager.cc [new file with mode: 0644]
unit_tests/src/test_component_manager_extension.cc [new file with mode: 0644]