Migrate from 2.4 code repo 86/41286/1 accepted/tizen/mobile/20150616.011115 accepted/tizen/tv/20150616.011143 submit/tizen_mobile/20150615.070718 submit/tizen_tv/20150615.070554
authorMu-Woong <muwoong.lee@samsung.com>
Fri, 12 Jun 2015 08:41:52 +0000 (17:41 +0900)
committerMu-Woong <muwoong.lee@samsung.com>
Fri, 12 Jun 2015 08:41:52 +0000 (17:41 +0900)
commit8d18bf152bbc129d13eee85acfd41b7b1a3f8f6d
tree159baa338311e8a4c389b1f5bdfc52664ea4b331
parent92263d8331186f2f62766b086a06b2595604467b
Migrate from 2.4 code repo

Change-Id: I5d3dcf21b70a7f282ebe5b67aaee0bf7b3637e85
Signed-off-by: Mu-Woong <muwoong.lee@samsung.com>
36 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
include/app_statistics_provider.h [new file with mode: 0644]
include/media_statistics_provider.h [new file with mode: 0644]
include/social_statistics_provider.h [new file with mode: 0644]
packaging/statistics-context-provider.manifest [new file with mode: 0644]
packaging/statistics-context-provider.spec [new file with mode: 0644]
src/app/app_stats_provider.cpp [new file with mode: 0644]
src/app/app_stats_types.h [new file with mode: 0644]
src/app/db_handle.cpp [new file with mode: 0644]
src/app/db_handle.h [new file with mode: 0644]
src/app/db_init.cpp [new file with mode: 0644]
src/app/db_init.h [new file with mode: 0644]
src/app/install_monitor.cpp [new file with mode: 0644]
src/app/install_monitor.h [new file with mode: 0644]
src/app/launch_monitor.cpp [new file with mode: 0644]
src/app/launch_monitor.h [new file with mode: 0644]
src/media/db_handle.cpp [new file with mode: 0644]
src/media/db_handle.h [new file with mode: 0644]
src/media/media_stats_provider.cpp [new file with mode: 0644]
src/media/media_stats_types.h [new file with mode: 0644]
src/shared/common_types.h [new file with mode: 0644]
src/shared/db_handle_base.cpp [new file with mode: 0644]
src/shared/db_handle_base.h [new file with mode: 0644]
src/shared/system_info.cpp [new file with mode: 0644]
src/shared/system_info.h [new file with mode: 0644]
src/social/db_handle.cpp [new file with mode: 0644]
src/social/db_handle.h [new file with mode: 0644]
src/social/log_aggregator.cpp [new file with mode: 0644]
src/social/log_aggregator.h [new file with mode: 0644]
src/social/social_stats_provider.cpp [new file with mode: 0644]
src/social/social_stats_types.h [new file with mode: 0644]
src/social_dummy/social_stats_provider.cpp [new file with mode: 0644]
statistics-context-provider.pc.in [new file with mode: 0644]